vp-build/srcpkgs/python3-MarkupSafe/template

21 lines
645 B
Bash

# Template file for 'python3-MarkupSafe'
pkgname=python3-MarkupSafe
version=2.1.1
revision=1
wrksrc="MarkupSafe-${version}"
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=7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b
post_install() {
vlicense LICENSE.rst
}