aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-pep517
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-pep517')
-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 a3b772a9af6..00000000000
--- a/community/py3-pep517/APKBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# Contributor: Leo <thinkabit.ukim@gmail.com>
-# Maintainer: Leo <thinkabit.ukim@gmail.com>
-pkgname=py3-pep517
-pkgver=0.9.1
-pkgrel=1
-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="7c7d181d52a6d042ad432c4366021f9b2364c77193d99066668acd4c6967dab299644febf0dc4a6efb9a777a0aaae7df2687191cba3f3b93e6bf06ee0769a7df pep517-0.9.1.tar.gz"