20 lines
614 B
Bash
20 lines
614 B
Bash
# Template file for 'python3-MarkupSafe'
|
|
pkgname=python3-MarkupSafe
|
|
version=2.1.3
|
|
revision=2
|
|
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=af598ed32d6ae86f1b747b82783958b1a4ab8f617b06fe68795c7f026abbdcad
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|