summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorEivind Uggedal <eivind@uggedal.com>2014-07-31 06:21:35 +0000
committerEivind Uggedal <eivind@uggedal.com>2014-07-31 06:24:11 +0000
commit4af91c1de85a5da6437f5773fce179dab309a8ae (patch)
tree1d58d716d24587f891d74db6ac17db6cfce0310a /testing
parent14d535ae85a7e8d8dd6cbbcbbe33e06e48d8a0d9 (diff)
downloadaports-4af91c1de85a5da6437f5773fce179dab309a8ae.tar.bz2
aports-4af91c1de85a5da6437f5773fce179dab309a8ae.tar.xz
main/py-cliapp: moved from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/py-cliapp/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/py-cliapp/APKBUILD b/testing/py-cliapp/APKBUILD
deleted file mode 100644
index 58656ced3..000000000
--- a/testing/py-cliapp/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Maintainer: Eivind Uggedal <eivind@uggedal.com>
-pkgname=py-cliapp
-_pkgname=${pkgname#py-}
-pkgver=1.20140719
-pkgrel=0
-pkgdesc="Framework for Unix-like command line programs"
-url="http://liw.fi/cliapp/"
-arch="noarch"
-license="GPL3+"
-depends="python"
-depends_dev=""
-makedepends="py-setuptools"
-install=""
-subpackages=""
-source="http://code.liw.fi/debian/pool/main/p/python-cliapp/python-cliapp_$pkgver.orig.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
-}
-
-md5sums="d9185a89d58654c28e370ac7715a521f python-cliapp_1.20140719.orig.tar.gz"
-sha256sums="f7c988a3a6d022de7c59430d6f7a3dc358d443a099a12af8daef115b1016b44f python-cliapp_1.20140719.orig.tar.gz"
-sha512sums="4199c681c37bfcf8d5be8fe5ad4ba6a4d943ddbe687a797306a66bb18066cb8a31c96cea96911d52f3e7184ba90e4b1f4c53b91c54eedc5d816a597b4846012e python-cliapp_1.20140719.orig.tar.gz"