aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-22 14:16:12 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-22 14:21:35 +0000
commit30bce4f86f036808d552ba2cb35fa5cc7996e17f (patch)
tree58972c03d505a0f24ca79ffd520912cfde6e5146 /testing
parent69373ea27ae2a66b1c49f0e842ff4546e650a50b (diff)
downloadaports-30bce4f86f036808d552ba2cb35fa5cc7996e17f.tar.bz2
aports-30bce4f86f036808d552ba2cb35fa5cc7996e17f.tar.xz
community/py-mechanize: moved from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/py-mechanize/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/py-mechanize/APKBUILD b/testing/py-mechanize/APKBUILD
deleted file mode 100644
index c7c661a271..0000000000
--- a/testing/py-mechanize/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor: Francesco Colista <francesco.colista@gmail.com>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-mechanize
-_pkgname=mechanize
-pkgver=0.2.5
-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
-
-build() {
- cd "$_builddir"
- python setup.py build || return 1
-}
-
-package() {
- cd "$_builddir"
- python setup.py install --prefix=/usr --root="$pkgdir" || return 1
- install -Dm644 COPYING.txt ${pkgdir}/usr/share/licenses/custom/${pkgname}/COPYING.txt
-}
-
-md5sums="32657f139fc2fb75bcf193b63b8c60b2 mechanize-0.2.5.tar.gz"