beautifulsoup: 3.0.5 -> 3.0.7

This commit is contained in:
Danny Rawlins 2008-06-23 20:09:04 +10:00
parent c2d162e119
commit c8f5f69d18
2 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python2.5/
drwxr-xr-x root/root usr/lib/python2.5/site-packages/
-rw-r--r-- root/root usr/lib/python2.5/site-packages/BeautifulSoup-3.0.5-py2.5.egg-info
-rw-r--r-- root/root usr/lib/python2.5/site-packages/BeautifulSoup-3.0.7-py2.5.egg-info
-rw-r--r-- root/root usr/lib/python2.5/site-packages/BeautifulSoup.py
-rw-r--r-- root/root usr/lib/python2.5/site-packages/BeautifulSoup.pyc
-rw-r--r-- root/root usr/lib/python2.5/site-packages/BeautifulSoupTests.py

View File

@ -5,12 +5,13 @@
# Depends on: python
name=beautifulsoup
version=3.0.5
version=3.0.7
release=1
source=(http://www.crummy.com/software/BeautifulSoup/download/BeautifulSoup.tar.gz)
build() {
cd BeautifulSoup-$version
cd BeautifulSoup-3.0.5
sed -i -e "s/^__version__ = \"3.0.5\"$/__version__ = \"$version\"/" BeautifulSoup.py
python setup.py install --root=$PKG
}