aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-07-12 12:46:18 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-07-12 12:46:18 +0000
commitaae0998fb8e4090eb87b91204a26fb99031508a5 (patch)
treefb0fd93b19299f636bd39ac390ebef8bdbe29c53 /testing
parent473cb9135da3635f6bcc8056d1c5d9e30f1f2119 (diff)
downloadaports-aae0998fb8e4090eb87b91204a26fb99031508a5.tar.bz2
aports-aae0998fb8e4090eb87b91204a26fb99031508a5.tar.xz
community/py-argh: moved from testing. Upgraded to 0.26.2
Diffstat (limited to 'testing')
-rw-r--r--testing/py-argh/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-argh/APKBUILD b/testing/py-argh/APKBUILD
deleted file mode 100644
index 56a3ff9450..0000000000
--- a/testing/py-argh/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-argh
-_pkgname=argh
-pkgver=0.26.0
-pkgrel=0
-pkgdesc="A Python argparse wrapper"
-url="http://github.com/neithere/argh/"
-arch="noarch"
-license="LGPL3+"
-depends="python"
-depends_dev=""
-makedepends="python-dev py-setuptools"
-install=""
-subpackages=""
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-
-_builddir="$srcdir"/$_pkgname-$pkgver
-prepare() {
- local i
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
-
-build() {
- cd "$_builddir"
- python setup.py build || return 1
-}
-
-package() {
- cd "$_builddir"
- python setup.py install --prefix=/usr --root="$pkgdir" || return 1
-}
-
-md5sums="959295a612a9cdad9236df7614b259ef argh-0.26.0.tar.gz"
-sha256sums="3417619f76d18cbb2d19fae4ad27a8ecf1432b22fdf8834df77cf1a1c86716a4 argh-0.26.0.tar.gz"
-sha512sums="be6c52b6e7b438152c145e9ce303f7ba9d44713cb0c68b2526ea725a99522f848c8afceded43da889e335656bc38f69bc4cb1dc7cb39ae238eda55083c9e9076 argh-0.26.0.tar.gz"