David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-annotated-types
Commits: 47fa5b90 by David Runge at 2023-10-08T19:20:45+02:00 upgpkg: 0.6.0-1 Switch to upstream provided source tarball. - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,19 @@ +pkgbase = python-annotated-types + pkgdesc = Reusable constraint types to use with typing.Annotated + pkgver = 0.6.0 + pkgrel = 1 + 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.6.0.tar.gz::https://github.com/annotated-types/annotated-types/archive/refs/tags/v0.6.0.tar.gz + sha512sums = c4125cdfdc6a16561ac885c97b4300ebe8fe36c0b3ebdf59429002734bf77afb88ffe6c7aa03fdb9a0e5c793c55d3cf825695f1a2d279abf6f366a945447959d + b2sums = 33f6025651ab3fc1aa38534ff1f10038917997af2e760d45d86bdb9b6e32344feb6d0d91a13a24918039acf4524f01547ece6204f621b7fa6dd33978a139d7c1 + +pkgname = python-annotated-types ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Your Name <yourem...@domain.com> -_name=annotated_types +_name=annotated-types pkgname=python-annotated-types -pkgver=0.5.0 +pkgver=0.6.0 pkgrel=1 pkgdesc="Reusable constraint types to use with typing.Annotated" arch=(any) @@ -19,9 +19,9 @@ checkdepends=( python-pytest-mock python-pytest-sugar ) -source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz) -sha512sums=('d59c00ff84d510d87149aa9a33deb26e2c3aee98f0f99b63cc0eba83a212c4c1567fcb81370e8bf9add32fd23cc9ea2a5a8692a840d316c44ab7a550bd4349b3') -b2sums=('6c13267b2bdcafabc57e734e3a92133c140ed34560625ed067e01b19f4c8e250b01dacfd5518d0e7283fe469d053a1c1baed173f215231e7303defc3e444667d') +source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz) +sha512sums=('c4125cdfdc6a16561ac885c97b4300ebe8fe36c0b3ebdf59429002734bf77afb88ffe6c7aa03fdb9a0e5c793c55d3cf825695f1a2d279abf6f366a945447959d') +b2sums=('33f6025651ab3fc1aa38534ff1f10038917997af2e760d45d86bdb9b6e32344feb6d0d91a13a24918039acf4524f01547ece6204f621b7fa6dd33978a139d7c1') build() { cd $_name-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-annotated-types/-/commit/47fa5b90e559c06d03af7f255d6a7923f24ec1b2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-annotated-types/-/commit/47fa5b90e559c06d03af7f255d6a7923f24ec1b2 You're receiving this email because of your account on gitlab.archlinux.org.