aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-pytest-env/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-pytest-env/APKBUILD')
-rw-r--r--testing/py3-pytest-env/APKBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/py3-pytest-env/APKBUILD b/testing/py3-pytest-env/APKBUILD
deleted file mode 100644
index 546d39550bf..00000000000
--- a/testing/py3-pytest-env/APKBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Contributor: Galen Abell <galen@galenabell.com>
-# Maintainer: Galen Abell <galen@galenabell.com>
-pkgname=py3-pytest-env
-_pyname=pytest-env
-pkgver=0.6.2
-pkgrel=0
-pkgdesc="Pytest plugin for adding environment variables"
-url="https://github.com/MobileDynasty/pytest-env"
-arch="noarch"
-license="MIT"
-depends="python3 py3-pytest"
-makedepends="py3-setuptools"
-options="!check" # no tests
-source="$_pyname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pyname%${_pyname#?}}/$_pyname/$_pyname-$pkgver.tar.gz"
-builddir="$srcdir/$_pyname-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="
-0b3bb21fc881023c102b584593c6e28840400ce8190810f33f9a421df4141e17dcfad2943c4159aaab82376b7b47b07b45f97c9cb232a7d17c4d35b55966596d pytest-env-0.6.2.tar.gz
-"