1 files changed, 0 insertions(+), 28 deletions(-)
D sr.ht/py3-bleach/APKBUILD
D sr.ht/py3-bleach/APKBUILD => sr.ht/py3-bleach/APKBUILD +0 -28
@@ 1,28 0,0 @@
-# Maintainer: Drew DeVault <sir@cmpwn.com>
-pkgname=py3-bleach
-_pyname=bleach
-pkgver=3.1.0
-pkgrel=0
-pkgdesc="An easy whitelist-based HTML-sanitizing tool"
-url="http://pypi.python.org/pypi/bleach"
-arch="noarch"
-license="Apache"
-depends="python3 py3-html5lib"
-makedepends="py3-setuptools"
-_pypiprefix="${_pyname%${_pyname#?}}"
-source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"
-builddir="$srcdir/$_pyname-$pkgver"
-
-check() {
- python3 setup.py build
-}
-
-check() {
- python3 setup.py check
-}
-
-package() {
- python3 setup.py install --root="$pkgdir" --optimize=1
-}
-
-sha512sums="8db3a54b68fa66a07a3b4b90481557aac06e7783f9c72035a6f037909017354718b67b64153e1cd50cb2c821174b8282837c4c3e667878041a68703b141b2969 bleach-3.1.0.tar.gz"