* update python-webencodings to 0.5.1-12

This commit is contained in:
Alexander Baldeck 2024-12-04 07:23:52 +01:00
parent 2187f2208b
commit 1564700f67
3 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,15 @@
pkgbase = python-webencodings
pkgdesc = This is a Python implementation of the WHATWG Encoding standard.
pkgver = 0.5.1
pkgrel = 12
url = https://github.com/gsnedders/python-webencodings
arch = any
license = BSD
checkdepends = python-pytest
makedepends = python
makedepends = python-setuptools
depends = python
source = python-webencodings-0.5.1.tar.gz::https://github.com/gsnedders/python-webencodings/archive/v0.5.1.tar.gz
sha256sums = 082367f568a7812aa5f6922ffe3d9d027cd83829dc32bcaac4c874eeed618000
pkgname = python-webencodings

View File

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

View File

@ -4,7 +4,7 @@
pkgname=python-webencodings
pkgver=0.5.1
pkgrel=11
pkgrel=12
arch=(any)
url="https://github.com/gsnedders/python-webencodings"
license=('BSD')