17 lines
622 B
Bash
17 lines
622 B
Bash
# Template file for 'python3-bleach'
|
|
pkgname=python3-bleach
|
|
version=3.2.1
|
|
revision=1
|
|
wrksrc="bleach-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-six python3-webencodings
|
|
python3-packaging"
|
|
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=52b5919b81842b1854196eaae5ca29679a2f2e378905c346d3ca8227c2c66080
|