~dricottone/huttese-apk

ref: 05e3f0dcdf65a89cca4bb4aa049ff16dce7db233 huttese-apk/sr.ht/py3-bleach/APKBUILD -rw-r--r-- 771 bytes
05e3f0dc — Drew DeVault Add py3-aiosmtpd to todo.sr.ht dependencies 5 years ago
                                                                                
819e54d4 Drew DeVault
f9216d16 Drew DeVault
04866bce Drew DeVault
819e54d4 Drew DeVault
f9216d16 Drew DeVault
819e54d4 Drew DeVault
f9216d16 Drew DeVault
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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"