17 lines
660 B
Bash
17 lines
660 B
Bash
# Template file for 'python3-bleach'
|
|
pkgname=python3-bleach
|
|
version=4.1.0
|
|
revision=1
|
|
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=0900d8b37eba61a802ee40ac0061f8c2b5dee29c1927dd1d233e075ebf5a71da
|