Files
void-packages/srcpkgs/python3-MarkupSafe/template
2024-01-19 20:15:19 -05:00

20 lines
614 B
Bash

# Template file for 'python3-MarkupSafe'
pkgname=python3-MarkupSafe
version=2.1.4
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=3aae9af4cac263007fd6309c64c6ab4506dd2b79382d9d19a1994f9240b8db4f
post_install() {
vlicense LICENSE.rst
}