2006-11-20 07:26:53 +10:00
|
|
|
# Description: Python HTML/XML Parser.
|
2008-03-07 02:58:17 +11:00
|
|
|
# URL: http://www.crummy.com/software/BeautifulSoup/
|
2014-11-10 23:28:07 +11:00
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
2008-03-07 02:58:17 +11:00
|
|
|
# Packager: James Mills, prologic at shortcircuit dot net dot au
|
2014-09-14 11:35:07 +10:00
|
|
|
# Depends on: setuptools
|
2006-11-14 09:01:22 +10:00
|
|
|
|
|
|
|
name=beautifulsoup
|
2012-03-02 12:17:51 +11:00
|
|
|
version=3.2.1
|
2014-09-14 11:35:07 +10:00
|
|
|
release=2
|
2011-07-10 03:37:16 +10:00
|
|
|
source=(http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-$version.tar.gz)
|
2006-11-14 09:01:22 +10:00
|
|
|
|
|
|
|
build() {
|
2008-06-23 20:15:35 +10:00
|
|
|
cd BeautifulSoup-$version
|
2014-01-27 18:33:32 +11:00
|
|
|
/usr/bin/python setup.py install --root=$PKG
|
2006-11-14 09:01:22 +10:00
|
|
|
}
|