beautifulsoup: 3.0.4 -> 3.0.5

This commit is contained in:
Danny Rawlins 2008-03-07 03:32:19 +11:00
parent 32c3509f43
commit c5c79ab2ec
3 changed files with 5 additions and 5 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.4-py2.5.egg-info
-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.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

@ -1 +1 @@
13a7a16e7f3b8febaace13b1b2790550 BeautifulSoup.tar.gz
ccbf5ee2199b115935a3ca9a2674f44e BeautifulSoup.tar.gz

View File

@ -5,12 +5,12 @@
# Depends on: python
name=beautifulsoup
version=3.0.4
version=3.0.5
release=1
source=(http://www.crummy.com/software/BeautifulSoup/download/BeautifulSoup.tar.gz)
build() {
cd BeautifulSoup-$version
python setup.py install --root=$PKG
cd BeautifulSoup-$version
python setup.py install --root=$PKG
}