aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-jaraco.collections/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-jaraco.collections/APKBUILD')
-rw-r--r--testing/py3-jaraco.collections/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/py3-jaraco.collections/APKBUILD b/testing/py3-jaraco.collections/APKBUILD
deleted file mode 100644
index 129c3e5b1ba..00000000000
--- a/testing/py3-jaraco.collections/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Contributor: Jiri Kastner <cz172638@gmail.com>
-# Contributor: Duncan Bellamy <dunk@denkimushi.com>
-# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
-pkgname=py3-jaraco.collections
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="jaraco - Module for text manipulation"
-url="https://github.com/jaraco/jaraco.collections"
-arch="noarch"
-license="MIT"
-depends="py3-jaraco.classes py3-jaraco.text"
-makedepends="py3-setuptools"
-checkdepends="py3-pytest"
-source="https://files.pythonhosted.org/packages/source/j/jaraco.collections/jaraco.collections-$pkgver.tar.gz"
-builddir="$srcdir/jaraco.collections-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- python3 -m pytest
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="
-8e427f98dbcfad3f9042d1f080b2bf8012fdaaf084e230f9b46ff078623b047c2d9dab41ed0303df5dd070abce2a25289281113a97e8ab8d819048d30b8d314a jaraco.collections-3.4.0.tar.gz
-"