mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
python3-typeguard: update to 4.2.1.
This commit is contained in:
parent
9c1de1d951
commit
f8fae31ec5
1 changed files with 8 additions and 7 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'python3-typeguard'
|
# Template file for 'python3-typeguard'
|
||||||
pkgname=python3-typeguard
|
pkgname=python3-typeguard
|
||||||
version=2.13.3
|
version=4.2.1
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
# mypy checks seem to require that the module be installed
|
# mypy checks seem to require that the module be installed
|
||||||
make_check_args="--ignore=tests/mypy"
|
make_check_args="--ignore=tests/mypy"
|
||||||
hostmakedepends="python3-setuptools_scm"
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||||
depends="python3"
|
depends="python3-typing_extensions"
|
||||||
checkdepends="python3-pytest python3-typing_extensions"
|
checkdepends="${depends} python3-pytest"
|
||||||
short_desc="Run-time type checker for python"
|
short_desc="Run-time type checker for python"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/agronholm/typeguard"
|
homepage="https://github.com/agronholm/typeguard"
|
||||||
|
changelog="https://github.com/agronholm/typeguard/releases"
|
||||||
distfiles="${PYPI_SITE}/t/typeguard/typeguard-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/typeguard/typeguard-${version}.tar.gz"
|
||||||
checksum=00edaa8da3a133674796cf5ea87d9f4b4c367d77476e185e80251cc13dfbb8c4
|
checksum=c556a1b95948230510070ca53fa0341fb0964611bd05d598d87fb52115d65fee
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue