19 lines
566 B
Bash
19 lines
566 B
Bash
# Template file for 'python3-constantly'
|
|
pkgname=python3-constantly
|
|
version=23.10.4
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-versioneer"
|
|
depends="python3"
|
|
checkdepends="python3-Twisted"
|
|
short_desc="Symbolic constants in Python (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/twisted/constantly"
|
|
distfiles="${PYPI_SITE}/c/constantly/constantly-${version}.tar.gz"
|
|
checksum=aa92b70a33e2ac0bb33cd745eb61776594dc48764b06c35e0efd050b7f1c7cbd
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|