* update python-hyperlink to 21.0.0-7

This commit is contained in:
Alexander Baldeck 2024-12-05 11:54:38 +01:00
parent 449718c80a
commit 1084a3e1dc
3 changed files with 22 additions and 1 deletions

View File

@ -0,0 +1,17 @@
pkgbase = python-hyperlink
pkgdesc = A featureful, correct URL for Python
pkgver = 21.0.0
pkgrel = 7
url = https://github.com/python-hyper/hyperlink
arch = any
license = MIT
checkdepends = python-pytest
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python-idna
source = https://github.com/python-hyper/hyperlink/archive/v21.0.0/python-hyperlink-21.0.0.tar.gz
sha512sums = fa6c9da0e414319bf20be66dc5593b3fe2e8772c62d36adf2de32c277e49469ada952ca591f41fae8d2229812d79f1e6b7eaa23e63995c7f02ce10aa5569cd61
pkgname = python-hyperlink

View File

@ -0,0 +1,4 @@
[python-hyperlink]
source = "git"
git = "https://github.com/python-hyper/hyperlink.git"
prefix = "v"

View File

@ -3,7 +3,7 @@
pkgname=python-hyperlink
pkgver=21.0.0
pkgrel=6
pkgrel=7
pkgdesc='A featureful, correct URL for Python'
arch=(any)
license=('MIT')