forked from ports/contrib
beautifulsoup: fix a dumb error
This commit is contained in:
parent
c8f5f69d18
commit
4bd7a59b82
@ -1 +1 @@
|
|||||||
ccbf5ee2199b115935a3ca9a2674f44e BeautifulSoup.tar.gz
|
83e5227c4cc11a0eabbdc4c6b481eb7d BeautifulSoup-3.0.7.tar.gz
|
||||||
|
@ -7,11 +7,10 @@
|
|||||||
name=beautifulsoup
|
name=beautifulsoup
|
||||||
version=3.0.7
|
version=3.0.7
|
||||||
release=1
|
release=1
|
||||||
source=(http://www.crummy.com/software/BeautifulSoup/download/BeautifulSoup.tar.gz)
|
source=(http://www.crummy.com/software/BeautifulSoup/download/BeautifulSoup-$version.tar.gz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd BeautifulSoup-3.0.5
|
cd BeautifulSoup-$version
|
||||||
sed -i -e "s/^__version__ = \"3.0.5\"$/__version__ = \"$version\"/" BeautifulSoup.py
|
|
||||||
python setup.py install --root=$PKG
|
python setup.py install --root=$PKG
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user