diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-03 06:19:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-03 06:19:04 +0000 |
commit | 6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 (patch) | |
tree | 1f70b259fe7fb5c82f437c6b006284893cf4eb5a /testing/py-mechanize/APKBUILD | |
parent | 66765c30ac7a9c9a560ab43d5618de820fb373c6 (diff) | |
download | aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.bz2 aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.xz |
testing/*: removed
We dont ship testing things in a stable release
Diffstat (limited to 'testing/py-mechanize/APKBUILD')
-rw-r--r-- | testing/py-mechanize/APKBUILD | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/testing/py-mechanize/APKBUILD b/testing/py-mechanize/APKBUILD deleted file mode 100644 index 0fdad0c25b..0000000000 --- a/testing/py-mechanize/APKBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# Contributor: Francesco Colista <francesco.colista@gmail.com> -# Maintainer: -pkgname=py-mechanize -_pkgname=mechanize -pkgver=0.2.4 -pkgrel=0 -pkgdesc="Stateful programmatic web browsing in Python" -url="http://wwwsearch.sourceforge.net/mechanize/" -arch="noarch" -license="BSD ZPL" -depends= -depends_dev="python-dev py-setuptools" -makedepends="$depends_dev" -install="" -subpackages="" -source="http://wwwsearch.sourceforge.net/$_pkgname/src/$_pkgname-$pkgver.tar.gz" -_builddir="$srcdir"/$_pkgname-$pkgver -package() { - cd "$_builddir" - python setup.py install --root=$pkgdir - install -Dm644 COPYING.txt ${pkgdir}/usr/share/licenses/custom/${pkgname}/COPYING.txt -} -md5sums="0c1c3cec1c6d7b5d87662a069f04eb8d mechanize-0.2.4.tar.gz" |