17 lines
660 B
Bash
17 lines
660 B
Bash
# Template file for 'python3-bleach'
|
|
pkgname=python3-bleach
|
|
version=3.3.0
|
|
revision=2
|
|
wrksrc="bleach-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-six python3-webencodings python3-packaging"
|
|
checkdepends="python3-pytest $depends"
|
|
short_desc="Easy safelist-based HTML-sanitizing tool (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/mozilla/bleach"
|
|
changelog="https://raw.githubusercontent.com/mozilla/bleach/master/CHANGES"
|
|
distfiles="${PYPI_SITE}/b/bleach/bleach-${version}.tar.gz"
|
|
checksum=98b3170739e5e83dd9dc19633f074727ad848cbedb6026708c8ac2d3b697a433
|