mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
python-bleach: update to 3.0.2
This commit is contained in:
parent
8ef41fb6d1
commit
437837e4a7
1 changed files with 4 additions and 4 deletions
|
@ -1,24 +1,24 @@
|
|||
# Template file for 'python-bleach'
|
||||
pkgname=python-bleach
|
||||
version=2.1.4
|
||||
version=3.0.2
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="bleach-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="bleach"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-six python-html5lib"
|
||||
depends="python-six python-webencodings"
|
||||
short_desc="Easy safelist-based HTML-sanitizing tool (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/mozilla/bleach"
|
||||
license="Apache-2.0"
|
||||
distfiles="${PYPI_SITE}/b/bleach/bleach-${version}.tar.gz"
|
||||
checksum=0ee95f6167129859c5dce9b1ca291ebdb5d8cd7e382ca0e237dfd0dad63f63d8
|
||||
checksum=48d39675b80a75f6d1c3bdbffec791cf0bbbab665cf01e20da701c77de278718
|
||||
|
||||
python3-bleach_package() {
|
||||
noarch=yes
|
||||
pycompile_module="bleach"
|
||||
depends="python3-six python3-html5lib"
|
||||
depends="python3-six python3-webencodings"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
|
|
Loading…
Add table
Reference in a new issue