aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-fixtures/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-fixtures/APKBUILD')
-rw-r--r--testing/py3-fixtures/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/py3-fixtures/APKBUILD b/testing/py3-fixtures/APKBUILD
deleted file mode 100644
index 8fb70556253..00000000000
--- a/testing/py3-fixtures/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor: Francesco Colista <fcolista@alpinelinux.org>
-# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
-pkgname=py3-fixtures
-_pkgname=fixtures
-pkgver=3.0.0
-pkgrel=2
-pkgdesc="Fixtures, reusable state for writing clean tests and more."
-url="https://pypi.python.org/pypi/fixtures/"
-arch="noarch"
-license="MIT"
-depends="python3"
-makedepends="py3-setuptools"
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-builddir="$srcdir"/$_pkgname-$pkgver
-
-replaces="py-fixtures" # Backwards compatibility
-provides="py-fixtures=$pkgver-r$pkgrel" # Backwards compatibility
-
-check() {
- python3 setup.py check
-}
-
-build() {
- python3 setup.py build
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-sha512sums="e52ba864c42d15a8baa60583761006b2dd78e3cd5f3f043f5702346aef428b933d62e8fa5889b7cb4196e4072acc5df3b7ffa39702a1b782887bdc109299b695 fixtures-3.0.0.tar.gz"