diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2011-06-30 15:47:15 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2011-06-30 15:47:15 +0000 |
commit | a7792e3d801561151cfa10887ca95c86d54efd6b (patch) | |
tree | 709c8d468f23c06ff3589a857cec0de29d781a4c /testing/py-beautifulsoup/APKBUILD | |
parent | 479bcc87e93c1e992c3e21837bd5fc932ea819f9 (diff) | |
download | aports-a7792e3d801561151cfa10887ca95c86d54efd6b.tar.bz2 aports-a7792e3d801561151cfa10887ca95c86d54efd6b.tar.xz |
testing/py-beautifulsoup py-cherrypy py-mechanize calibre py-lxml:bump pkgver
Diffstat (limited to 'testing/py-beautifulsoup/APKBUILD')
-rw-r--r-- | testing/py-beautifulsoup/APKBUILD | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/py-beautifulsoup/APKBUILD b/testing/py-beautifulsoup/APKBUILD new file mode 100644 index 0000000000..795edd02ec --- /dev/null +++ b/testing/py-beautifulsoup/APKBUILD @@ -0,0 +1,22 @@ +# Contributor: Francesco Colista <francesco.colista@gmail.com> +# Maintainer: +pkgname=py-beautifulsoup +_pkgname=BeautifulSoup +pkgver=3.2.0 +pkgrel=0 +pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like screen-scraping" +url="http://www.crummy.com/software/BeautifulSoup/index.html" +arch="noarch" +license="BSD" +depends= +depends_dev="python-dev" +makedepends="$depends_dev" +install="" +subpackages="" +source="http://www.crummy.com/software/BeautifulSoup/download/3.x/$_pkgname-$pkgver.tar.gz" +_builddir="$srcdir"/$_pkgname-$pkgver +package() { + cd "$_builddir" + python setup.py install --root=$pkgdir +} +md5sums="ef1e78f7689ea61314f7bddebcfde88c BeautifulSoup-3.2.0.tar.gz" |