aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-02-04 18:42:53 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2020-02-04 18:42:53 +0100
commit3b642fbb4e3bb0b942618dddc8b89ba1bf688ec8 (patch)
treeffeb54e6f9ea2bed39d1bdde2d303f2a58116162
parentf332e82a457c3ae9decf7c8675277ce14a6867d7 (diff)
downloadaports-3b642fbb4e3bb0b942618dddc8b89ba1bf688ec8.tar.bz2
aports-3b642fbb4e3bb0b942618dddc8b89ba1bf688ec8.tar.xz
testing/py3-clint: remove aport
Added by myself in 7a7155f7da9181e8d119268ca57b9e04448a3dca for testing/hy. Unfortunately, upstream is dead and the repository is archived. Since recent hy version no longer depend on it and hy was the only aport which used clint, remove it.
-rw-r--r--testing/py3-clint/APKBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/py3-clint/APKBUILD b/testing/py3-clint/APKBUILD
deleted file mode 100644
index a7018c03a2..0000000000
--- a/testing/py3-clint/APKBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
-# Maintainer:
-pkgname=py3-clint
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="Set of tools for python commandline applications"
-url="https://github.com/kennethreitz/clint"
-arch="noarch"
-license="ISC"
-depends="python3"
-makedepends="py3-setuptools"
-checkdepends="py3-pytest"
-source="$pkgname-$pkgver.tar.gz::https://github.com/kennethreitz/clint/archive/v$pkgver.tar.gz"
-builddir="$srcdir/clint-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- py.test-3 --junitxml=junit-{envname}.xml
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="3ad8bfc587acb1322c7d7c3e73756a07c98f3b4215a3d4dc409b5a2067bc70dce2dd98d19250b8122b319b7bcf5e2859251de2829780345de06f93b35447c4e8 py3-clint-0.5.1.tar.gz"