aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-jaraco-envs/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-jaraco-envs/APKBUILD')
-rw-r--r--community/py3-jaraco-envs/APKBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/community/py3-jaraco-envs/APKBUILD b/community/py3-jaraco-envs/APKBUILD
deleted file mode 100644
index 56e31f3ca37..00000000000
--- a/community/py3-jaraco-envs/APKBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=py3-jaraco-envs
-pkgver=2.1.1
-pkgrel=0
-pkgdesc="Classes for orchestrating Python (virtual) environments"
-url="https://github.com/jaraco/jaraco.envs"
-arch="noarch"
-license="MIT"
-depends="
- py3-path
- python3
- "
-makedepends="
- py3-setuptools
- py3-setuptools_scm
- py3-toml
- "
-checkdepends="py3-pytest"
-source="https://pypi.python.org/packages/source/j/jaraco.envs/jaraco.envs-$pkgver.tar.gz"
-options="!check" # No tests in pypi package and Github tarball is unusable for distros
-builddir="$srcdir/jaraco.envs-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- pytest
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="c71aab9748cfa31c27bb7899117e15d2836851a47a76b638177facc89e894dfa2c4168da2d5b1873b1eeed0d785d23137e56e198f92fb83deb26aab38e342ad2 jaraco.envs-2.1.1.tar.gz"