# Template file for 'python3-MarkupSafe'
pkgname=python3-MarkupSafe
version=3.0.3
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3"
checkdepends="python3-pytest"
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=722695808f4b6457b320fdc131280796bdceb04ab50fe1795cd540799ebe1698

post_install() {
	vlicense LICENSE.txt
}
