mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-annotated-types-0.6.0
This commit is contained in:
parent
be76df9619
commit
036d61002a
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-annotated-types/template
Normal file
18
srcpkgs/python3-annotated-types/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'python3-annotated-types'
|
||||||
|
pkgname=python3-annotated-types
|
||||||
|
version=0.6.0
|
||||||
|
revision=1
|
||||||
|
build_style=python3-pep517
|
||||||
|
hostmakedepends="hatchling"
|
||||||
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
|
short_desc="Reusable constraint types to use with typing.Annotated"
|
||||||
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/annotated-types/annotated-types"
|
||||||
|
distfiles="${PYPI_SITE}/a/annotated_types/annotated_types-${version}.tar.gz"
|
||||||
|
checksum=563339e807e53ffd9c267e99fc6d9ea23eb8443c08f112651963e24e22f84a5d
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue