void-packages/srcpkgs/python3-MarkupSafe/template

20 lines
614 B
Bash

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