* update python-annotated-types to 0.7.0-2

This commit is contained in:
Alexander Baldeck 2024-12-04 07:23:24 +01:00
parent 70f15b075d
commit 5b772aa057
3 changed files with 23 additions and 1 deletions

View 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

View File

@ -0,0 +1,3 @@
[python-annotated-types]
source = "pypi"
pypi = "annotated-types"

View File

@ -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"