void-packages/srcpkgs/python-MarkupSafe/template
Andrew J. Hesford 3afe63881c python-MarkupSafe: rebuild for Python 3.10, split package
python3-MarkupSafe: update to 2.0.1.
2021-10-09 08:00:22 -04:00

19 lines
589 B
Bash

# Template file for 'python-MarkupSafe'
pkgname=python-MarkupSafe
version=1.1.1
revision=7
wrksrc="MarkupSafe-${version}"
build_style=python2-module
hostmakedepends="python-setuptools"
makedepends="python-devel"
short_desc="Implements a XML/HTML/XHTML Markup safe string for Python2"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="BSD-3-Clause"
homepage="https://palletsprojects.com/p/markupsafe/"
distfiles="${PYPI_SITE}/M/MarkupSafe/MarkupSafe-${version}.tar.gz"
checksum=29872e92839765e546828bb7754a68c418d927cd064fd4708fab9fe9c8bb116b
post_install() {
vlicense LICENSE.rst
}