forked from ports/contrib
beautifulsoup: don't remove egginfo
This commit is contained in:
parent
2217874a17
commit
67bba71bd8
@ -2,6 +2,7 @@ drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/python2.7/
|
||||
drwxr-xr-x root/root usr/lib/python2.7/site-packages/
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/BeautifulSoup-3.2.1-py2.7.egg-info
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/BeautifulSoup.py
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/BeautifulSoup.pyc
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/BeautifulSoupTests.py
|
||||
|
@ -2,15 +2,14 @@
|
||||
# URL: http://www.crummy.com/software/BeautifulSoup/
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Packager: James Mills, prologic at shortcircuit dot net dot au
|
||||
# Depends on: python
|
||||
# Depends on: setuptools
|
||||
|
||||
name=beautifulsoup
|
||||
version=3.2.1
|
||||
release=1
|
||||
release=2
|
||||
source=(http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd BeautifulSoup-$version
|
||||
/usr/bin/python setup.py install --root=$PKG
|
||||
find $PKG -name '*.egg-info' | xargs rm -rf
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user