21 lines
759 B
Bash
21 lines
759 B
Bash
# Template file for 'python3-jaraco.text'
|
|
pkgname=python3-jaraco.text
|
|
version=4.0.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-wheel python3-setuptools_scm"
|
|
depends="python3-jaraco.functools python3-jaraco.context python3-autocommand
|
|
python3-inflect python3-more-itertools"
|
|
checkdepends="$depends python3-pytest"
|
|
short_desc="Module for text manipulation (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/jaraco/jaraco.text"
|
|
changelog="https://raw.githubusercontent.com/jaraco/jaraco.text/master/CHANGES.rst"
|
|
distfiles="${PYPI_SITE}/j/jaraco.text/jaraco_text-${version}.tar.gz"
|
|
checksum=5b71fecea69ab6f939d4c906c04fee1eda76500d1641117df6ec45b865f10db0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|