contrib/python3-bleach/Pkgfile

19 lines
488 B
Plaintext
Raw Normal View History

2022-03-27 19:11:05 +02:00
# Description: An easy whitelist-based HTML-sanitizing tool
# URL: https://pypi.org/project/bleach/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-packaging python3-webencodings
name=python3-bleach
2022-04-08 12:55:36 +02:00
version=5.0.0
2022-03-27 19:11:05 +02:00
release=1
source=(https://pypi.org/packages/source/b/bleach/bleach-$version.tar.gz)
build() {
cd bleach-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG \
-O1 \
--skip-build
}