aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorMike Sullivan <mksully22@gmail.com>2020-01-07 22:17:10 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2020-01-09 12:21:19 +0000
commit999c4a502aa59b4672d8c5b5021d54423d2858ff (patch)
tree981ccc1daf21d04d60de28771f09ef9e5e2a3dee /testing
parentf0e32d0ec31b6e1b079e00848aff7fb3f2d52cc2 (diff)
downloadaports-999c4a502aa59b4672d8c5b5021d54423d2858ff.tar.bz2
aports-999c4a502aa59b4672d8c5b5021d54423d2858ff.tar.xz
main/py3-wheel: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-wheel/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/py3-wheel/APKBUILD b/testing/py3-wheel/APKBUILD
deleted file mode 100644
index cf23eaedcb..0000000000
--- a/testing/py3-wheel/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor: Antoine Fontaine <antoine.fontaine@epfl.ch>
-# Maintainer: Antoine Fontaine <antoine.fontaine@epfl.ch>
-pkgname="py3-wheel"
-_pyname="wheel"
-pkgver="0.33.6"
-pkgrel=0
-pkgdesc="A built-package format for Python"
-url="https://github.com/pypa/wheel"
-arch="noarch"
-license="MIT"
-subpackages="$pkgname-doc"
-depends="python3"
-makedepends="py3-setuptools"
-_pypiprefix="${_pyname%${_pyname#?}}"
-source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"
-builddir="$srcdir"/$_pyname-$pkgver
-
-build() {
- python3 setup.py build
-}
-
-check() {
- python3 setup.py test
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
- install -Dm 0644 "$srcdir"/$_pyname-$pkgver/docs/index.rst "$pkgdir/usr/share/doc/py3-wheel"
-}
-sha512sums="887020c543ce7720c37f4d52f3f482365203ccb232d29c780d5593758c60997ac5383ea4724d4dc0b7237e2366f3d98a28773c18d15d6f7e898721cd6ac94cc6 wheel-0.33.6.tar.gz"