python3-MarkupSafe: update to 3.0.2.

This commit is contained in:
Andrew J. Hesford 2024-11-16 09:25:03 -05:00
parent 2fd65d95bd
commit 9ac2aa43a8

View file

@ -1,6 +1,6 @@
# Template file for 'python3-MarkupSafe'
pkgname=python3-MarkupSafe
version=2.1.5
version=3.0.2
revision=1
build_style=python3-module
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>"
license="BSD-3-Clause"
homepage="https://palletsprojects.com/p/markupsafe/"
distfiles="${PYPI_SITE}/M/MarkupSafe/MarkupSafe-${version}.tar.gz"
checksum=d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b
distfiles="${PYPI_SITE}/M/MarkupSafe/markupsafe-${version}.tar.gz"
checksum=ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0
post_install() {
vlicense LICENSE.rst
vlicense LICENSE.txt
}