mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-MarkupSafe: update to 3.0.2.
This commit is contained in:
parent
2fd65d95bd
commit
9ac2aa43a8
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-MarkupSafe'
|
# Template file for 'python3-MarkupSafe'
|
||||||
pkgname=python3-MarkupSafe
|
pkgname=python3-MarkupSafe
|
||||||
version=2.1.5
|
version=3.0.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -11,9 +11,9 @@ short_desc="Implements a XML/HTML/XHTML Markup safe string for Python3"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://palletsprojects.com/p/markupsafe/"
|
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=d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b
|
checksum=ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.rst
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue