mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
New package: python3-pydantic-1.10.1
This commit is contained in:
parent
a94fdb9de1
commit
c144f06b20
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-pydantic/template
Normal file
20
srcpkgs/python3-pydantic/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'python3-pydantic'
|
||||
pkgname=python3-pydantic
|
||||
version=1.10.1
|
||||
revision=1
|
||||
wrksrc="pydantic-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-typing_extensions"
|
||||
checkdepends="${depends} python3-pytest python3-pytest-mock"
|
||||
short_desc="Data parsing and validation using Python type hints"
|
||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/pydantic/pydantic"
|
||||
changelog="https://raw.githubusercontent.com/pydantic/pydantic/main/HISTORY.md"
|
||||
distfiles="${PYPI_SITE}/p/pydantic/pydantic-${version}.tar.gz"
|
||||
checksum=d41bb80347a8a2d51fbd6f1748b42aca14541315878447ba159617544712f770
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue