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/APKBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/community/py3-pep517/APKBUILD b/community/py3-pep517/APKBUILD
deleted file mode 100644
index 02d5b6f18e1..00000000000
--- a/community/py3-pep517/APKBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Contributor: Leo <thinkabit.ukim@gmail.com>
-# Maintainer:
-pkgname=py3-pep517
-pkgver=0.11.0
-pkgrel=0
-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="
-4981aacef2b7bf86205a93753699c1af557a1af6e33214d8ecc99922ba48988a0cedd0e3194839f790c37b751d6caf3c85fd7538f0e33d15a7c97cf20174e4fd pep517-0.11.0.tar.gz
-"