24 lines
689 B
Bash
24 lines
689 B
Bash
# Template file for 'python3-titlecase'
|
|
pkgname=python3-titlecase
|
|
version=2.4.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
|
depends="python3-wheel"
|
|
short_desc="Capitalize strings as specified by the New York Times"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/ppannuto/python-titlecase"
|
|
distfiles="https://github.com/ppannuto/python-titlecase/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=e506598a33ad8a20ac476f97df055c814ec78c5fe358409aa68ff05f25c3ca19
|
|
|
|
export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_titlecase=${version}
|
|
|
|
do_check() {
|
|
python -m unittest
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|