* update python-annotated-types to 0.7.0-2
This commit is contained in:
parent
70f15b075d
commit
5b772aa057
19
python/python-annotated-types/.SRCINFO
Normal file
19
python/python-annotated-types/.SRCINFO
Normal file
@ -0,0 +1,19 @@
|
||||
pkgbase = python-annotated-types
|
||||
pkgdesc = Reusable constraint types to use with typing.Annotated
|
||||
pkgver = 0.7.0
|
||||
pkgrel = 2
|
||||
url = https://github.com/annotated-types/annotated-types
|
||||
arch = any
|
||||
license = MIT
|
||||
checkdepends = python-pytest
|
||||
checkdepends = python-pytest-mock
|
||||
checkdepends = python-pytest-sugar
|
||||
makedepends = python-build
|
||||
makedepends = python-hatchling
|
||||
makedepends = python-installer
|
||||
depends = python
|
||||
source = annotated-types-0.7.0.tar.gz::https://github.com/annotated-types/annotated-types/archive/refs/tags/v0.7.0.tar.gz
|
||||
sha512sums = 1cd43119f9127bcf68929a53158a91cef94d16b7bae3647b830899089b05bb66070ca4ac052e2a0b2fadbe567bca01d7773006568382034b3fbe20678d5fdc9c
|
||||
b2sums = 198587003482dc9169fa9bec586f64860ba69723e88dcbf38ae470b89484b37cc020ba8a810704361f286e56f3d05b8f0188547573137e705833a0b57d744ed1
|
||||
|
||||
pkgname = python-annotated-types
|
3
python/python-annotated-types/.nvchecker.toml
Normal file
3
python/python-annotated-types/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[python-annotated-types]
|
||||
source = "pypi"
|
||||
pypi = "annotated-types"
|
@ -4,7 +4,7 @@
|
||||
pkgname=python-annotated-types
|
||||
_name=${pkgname#python-}
|
||||
pkgver=0.7.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Reusable constraint types to use with typing.Annotated"
|
||||
arch=(any)
|
||||
url="https://github.com/annotated-types/annotated-types"
|
||||
|
Loading…
x
Reference in New Issue
Block a user