20 lines
627 B
Bash
20 lines
627 B
Bash
# Template file for 'python3-MarkupSafe'
|
|
pkgname=python3-MarkupSafe
|
|
version=2.0.1
|
|
revision=1
|
|
wrksrc="MarkupSafe-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
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=594c67807fb16238b30c44bdf74f36c02cdf22d1c8cda91ef8a0ed8dabf5620a
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|