From 3b642fbb4e3bb0b942618dddc8b89ba1bf688ec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Tue, 4 Feb 2020 18:42:53 +0100 Subject: 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. --- testing/py3-clint/APKBUILD | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 testing/py3-clint/APKBUILD (limited to 'testing') 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 -# 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" -- cgit v1.2.3