aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-09-19 00:33:08 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-09-19 00:34:38 +0200
commit62b1db03684de2bc3144f960ee3c6251a22cb882 (patch)
tree77caee78f3d59b5185a304322f1917588edf4ee3 /testing
parent79b1c1cf1b324769eaa4c38ecc9f2973e63527fe (diff)
downloadaports-62b1db03684de2bc3144f960ee3c6251a22cb882.tar.bz2
aports-62b1db03684de2bc3144f960ee3c6251a22cb882.tar.xz
community/py-click: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/py-click/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-click/APKBUILD b/testing/py-click/APKBUILD
deleted file mode 100644
index a3b01d6e90..0000000000
--- a/testing/py-click/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-click
-_pkgname=click
-pkgver=5.1
-pkgrel=0
-pkgdesc="A simple wrapper around optparse for powerful command line utilities."
-url="https://pypi.python.org/pypi/click"
-arch="noarch"
-license="BSD"
-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="9c5323008cccfe232a8b161fc8196d41 click-5.1.tar.gz"
-sha256sums="678c98275431fad324275dec63791e4a17558b40e5a110e20a82866139a85a5a click-5.1.tar.gz"
-sha512sums="b860b0227644f5d1cc24d41e66985421ec971f11f3f596fb46508fdc787200b949e7ef29b2035421ebb0115384688da03c3c95a0d6acc58dd3b566b32a2b7c6a click-5.1.tar.gz"