aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-07 11:22:29 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-07 11:22:29 -0300
commita3fdfc6b8dad9731d67b4d8da8423ccfc2d812b7 (patch)
tree8e8f9ad76da80d27eabe0d78a689134a255eee80 /testing
parent86176ae86543c34bd97bc783819d2bd5a9f53b2b (diff)
downloadaports-a3fdfc6b8dad9731d67b4d8da8423ccfc2d812b7.tar.bz2
aports-a3fdfc6b8dad9731d67b4d8da8423ccfc2d812b7.tar.xz
testing/py-click-utils: drop
- Requires click under version 4, we have only 5 and 6.7 (which is pending upgrade to 7)
Diffstat (limited to 'testing')
-rw-r--r--testing/py-click-utils/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-click-utils/APKBUILD b/testing/py-click-utils/APKBUILD
deleted file mode 100644
index 375db7b261..0000000000
--- a/testing/py-click-utils/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-click-utils
-_pkgname=click-utils
-pkgver=0.2.1
-pkgrel=0
-pkgdesc="A set of utilites for writing command line programs with Click"
-url="https://github.com/slafs/click-utils"
-arch="noarch"
-license="BSD"
-depends="python2 py-click"
-depends_dev=""
-makedepends="python2-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"
- python2 setup.py build || return 1
-}
-
-package() {
- cd "$_builddir"
- python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1
-}
-
-md5sums="3508334ee30cc2b10be2e6665ee48784 click-utils-0.2.1.tar.gz"
-sha256sums="a0cc935d6bb7f5c6659231e58765676a1779395fa40b708f3983794d3380b4c0 click-utils-0.2.1.tar.gz"
-sha512sums="801ccb2a65cf50ade14e4b9b477cab1468a903dfbcabd86de4d0214604c5c19af4328c1b6477f251f15efbd3408c30540faf551f8d3c4a6806aec12cf9555450 click-utils-0.2.1.tar.gz"