aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-cli_helpers/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-cli_helpers/APKBUILD')
-rw-r--r--testing/py3-cli_helpers/APKBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/testing/py3-cli_helpers/APKBUILD b/testing/py3-cli_helpers/APKBUILD
deleted file mode 100644
index fc1eec0b63e..00000000000
--- a/testing/py3-cli_helpers/APKBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Contributor: Thomas Boerger <thomas@webhippie.de>
-# Maintainer: Thomas Boerger <thomas@webhippie.de>
-pkgname=py3-cli_helpers
-_pkgname=cli_helpers
-pkgver=2.2.1
-pkgrel=0
-pkgdesc="A helper library for command-line interfaces"
-url="https://pypi.python.org/pypi/cli-helpers"
-arch="noarch"
-license="BSD-3-Clause"
-depends="py3-tabulate py3-configobj"
-makedepends="py3-setuptools"
-checkdepends="py3-pytest py3-wcwidth"
-source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$_pkgname-$pkgver"
-
-replaces="py-cli_helpers" # Backwards compatibility
-provides="py-cli_helpers=$pkgver-r$pkgrel" # Backwards compatiblity
-
-check() {
- py.test-3
-}
-
-build() {
- python3 setup.py build
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="
-df0972f8ae3f2dfc8ad0541391762a8e80aa97bfd78ff14e999c386f08da2817bafaf41da74c7ca7cf24fbfc5e14e725fe18ab9865e5307fbe9fe65ff915a1c0 py3-cli_helpers-2.2.1.tar.gz
-"