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 acf99048e3a..00000000000
--- a/community/py3-pep517/APKBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Contributor: Leo <thinkabit.ukim@gmail.com>
-# Maintainer: psykose <alice@ayaya.dev>
-pkgname=py3-pep517
-pkgver=0.12.0
-pkgrel=2
-pkgdesc="Wrappers to build python3 packgaes with PEP 517 hooks"
-options="!check" # Requires testpath
-url="https://github.com/pypa/pep517"
-arch="noarch"
-license="MIT"
-depends="python3 py3-tomli"
-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="
-5af1fd2e35414d2a91104c967c48e554c9f838d598e14bc55f9a824c16ba484c817a90065b6734568fc77660bd85b309347392774fb4d54dd969dab8680768e7 pep517-0.12.0.tar.gz
-"