aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-html/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-html/APKBUILD')
-rw-r--r--testing/py3-html/APKBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/testing/py3-html/APKBUILD b/testing/py3-html/APKBUILD
deleted file mode 100644
index cef18c9b72..0000000000
--- a/testing/py3-html/APKBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py3-html
-_pkgname=html
-pkgver=1.16
-pkgrel=1
-pkgdesc="A Python HTML, XHTML, and XML generation module"
-url="http://pypi.python.org/pypi/html"
-arch="noarch"
-license="MIT"
-depends="python3"
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
- fix-install-py3.patch
- "
-
-replaces="py-html" # Backwards compat
-provides="py-html=$pkgver-r$pkgrel" # Backwards compat
-
-builddir="$srcdir"/$_pkgname-$pkgver
-
-build() {
- python3 setup.py build
-}
-
-check() {
- python3 -m html
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="fe2329775bc9154aafe2411adb893ce443d3e0875cfa0efa9a722c068578713d3cc123fc62e732215766b3bf7371777a173969100f3025b9f9c99b504482ea39 html-1.16.tar.gz
-98d5d4b6e0ff941f82de2a6f61ac1b8e0866195a28519957132c094c98bf8cf844528ba2f30e4996bc023862ab5c095695317034c908c634456d48d10bb2c041 fix-install-py3.patch"