aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-jaraco-context/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-jaraco-context/APKBUILD')
-rw-r--r--community/py3-jaraco-context/APKBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/community/py3-jaraco-context/APKBUILD b/community/py3-jaraco-context/APKBUILD
deleted file mode 100644
index c75387a9afc..00000000000
--- a/community/py3-jaraco-context/APKBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=py3-jaraco-context
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="Context managers by jaraco"
-url="https://github.com/jaraco/jaraco.context"
-arch="noarch"
-license="MIT"
-depends="python3"
-makedepends="
- py3-setuptools
- py3-setuptools_scm
- py3-toml
- "
-checkdepends="py3-pytest"
-source="https://pypi.python.org/packages/source/j/jaraco.context/jaraco.context-$pkgver.tar.gz"
-builddir="$srcdir/jaraco.context-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- pytest
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="ec76e03d3d5a2148dd49159b303ee278501b9744d3e4d096d6aca516658fb04da020d1cbb1c8eb3dcb58097266e0419883d23e4064c295ced3846540177e57ee jaraco.context-4.0.0.tar.gz"