New package: python3-titlecase-2.4.1
This commit is contained in:
committed by
Duncan Overbruck
parent
5fe8d2c9d0
commit
5ea8a5128a
@@ -0,0 +1,23 @@
|
||||
# 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
|
||||
}
|
||||
Reference in New Issue
Block a user