mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-MarkupSafe: update to 1.1.1.
This commit is contained in:
parent
b0e2f1996b
commit
41a7ef1bc3
1 changed files with 5 additions and 4 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'python-MarkupSafe'
|
# Template file for 'python-MarkupSafe'
|
||||||
pkgname=python-MarkupSafe
|
pkgname=python-MarkupSafe
|
||||||
version=1.1.0
|
version=1.1.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="MarkupSafe-${version}"
|
wrksrc="MarkupSafe-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="markupsafe"
|
pycompile_module="markupsafe"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
makedepends="python-devel python3-devel"
|
makedepends="python-devel python3-devel"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
short_desc="Implements a XML/HTML/XHTML Markup safe string for Python2"
|
short_desc="Implements a XML/HTML/XHTML Markup safe string for Python2"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://palletsprojects.com/p/markupsafe/"
|
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://palletsprojects.com/p/markupsafe/"
|
||||||
distfiles="${PYPI_SITE}/M/MarkupSafe/MarkupSafe-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/M/MarkupSafe/MarkupSafe-${version}.tar.gz"
|
||||||
checksum=4e97332c9ce444b0c2c38dd22ddc61c743eb208d916e4265a2a3b575bdccb1d3
|
checksum=29872e92839765e546828bb7754a68c418d927cd064fd4708fab9fe9c8bb116b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.rst
|
vlicense LICENSE.rst
|
||||||
|
|
Loading…
Add table
Reference in a new issue