aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-pep517/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-pep517/APKBUILD')
-rw-r--r--community/py3-pep517/APKBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/community/py3-pep517/APKBUILD b/community/py3-pep517/APKBUILD
deleted file mode 100644
index d071a716475..00000000000
--- a/community/py3-pep517/APKBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# Contributor: Leo <thinkabit.ukim@gmail.com>
-# Maintainer:
-pkgname=py3-pep517
-pkgver=0.10.0
-pkgrel=2
-pkgdesc="Wrappers to build python3 packgaes with PEP 517 hooks"
-options="!check" # Requires testpath
-url="https://github.com/takluyver/pep517"
-arch="noarch"
-license="MIT"
-depends="python3 py3-toml"
-source="https://pypi.io/packages/source/p/pep517/pep517-$pkgver.tar.gz"
-builddir="$srcdir/pep517-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-package() {
- python3 setup.py install --root="$pkgdir"
-}
-
-sha512sums="4f2b2a6d4bfb46883b769d3a11aac7ed136a835eaff025e9201b5c592f6aaa236bcc6532f94654bf6962f3df1062677daa6444dce6f95caec4e306d9fe21d426 pep517-0.10.0.tar.gz"