[Lunar-commits] <moonbase-other> BeautifulSoup: version branch 3.x bumped
v4hn
me at v4hn.de
Sun Jul 14 17:29:59 CEST 2013
commit e66290f26d90d1e9aadcf56aa88cf83818e0dd54
Author: v4hn <me at v4hn.de>
Date: Sun, 14 Jul 2013 08:29:11 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/e66290f26d90d1e9aadcf56aa88cf83818e0dd54
BeautifulSoup: version branch 3.x bumped
---
python/BeautifulSoup/BUILD | +2/-4
python/BeautifulSoup/DETAILS | +5/-5
2 files changed, 7 insertions(+), 9 deletions(-)
--- a/python/BeautifulSoup/BUILD
+++ b/python/BeautifulSoup/BUILD
@@ -1,4 +1,2 @@
-(
- prepare_install &&
- python setup.py install
-) > $C_FIFO 2>&1
+prepare_install &&
+python setup.py install
--- a/python/BeautifulSoup/DETAILS
+++ b/python/BeautifulSoup/DETAILS
@@ -1,12 +1,12 @@
MODULE=BeautifulSoup
- VERSION=3.1.0.1
+ VERSION=3.2.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL[0]=http://www.crummy.com/software/BeautifulSoup/download/3.1.x/
- SOURCE_VFY=sha1:541640bf8bd98a6bec9a95a3bc18a85aa8d3a789
- WEB_SITE=http://www.freevo.org
+ SOURCE_URL=http://www.crummy.com/software/BeautifulSoup/download/3.x
+ SOURCE_VFY=sha1:b23e78f058240eb8779dbc1b8a8d76bba4916df1
+ WEB_SITE=http://www.crummy.com/software/BeautifulSoup/
ENTERED=20070610
- UPDATED=20090108
+ UPDATED=20130714
SHORT="HTML/XML parser for quick-turnaround applications like screen-scraping"
cat << EOF
More information about the Lunar-commits
mailing list