aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-cleo/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-cleo/APKBUILD')
-rw-r--r--testing/py3-cleo/APKBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/py3-cleo/APKBUILD b/testing/py3-cleo/APKBUILD
deleted file mode 100644
index 568665463ba..00000000000
--- a/testing/py3-cleo/APKBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Contributor: Leo <thinkabit.ukim@gmail.com>
-# Maintainer: Leo <thinkabit.ukim@gmail.com>
-pkgname=py3-cleo
-_realname=cleo
-pkgver=0.6.8
-pkgrel=2
-pkgdesc="Python3 library to create beautiful and testable command-line interfaces"
-options="!check" # No tests on pypi tarball, github uses pyproject.toml
-url="https://github.com/sdispater/cleo"
-arch="noarch"
-license="MIT"
-depends="python3 py3-pastel py3-pylev"
-makedepends="py3-setuptools"
-source="https://files.pythonhosted.org/packages/source/${_realname:0:1}/$_realname/$_realname-$pkgver.tar.gz"
-builddir="$srcdir/$_realname-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="944f65e5608329a4715afcdb76d1f5dfec188a886d8f5e907fa03b3d3c9594b9a61679cceb7fddcdc2c62655a9acb015b36cac04b6ab0ef131fe62cade350a60 cleo-0.6.8.tar.gz"