git » python-tinycss2.git » commit ddd406d

upgpkg: 1.2.1-3: Rebuild with Python 3.12

author Jelle van der Waa
2024-04-04 11:37:45 UTC
committer Jelle van der Waa
2024-04-04 11:37:45 UTC
parent 230f8919a702b59e8b43198d5187b453af5dbc4e

upgpkg: 1.2.1-3: Rebuild with Python 3.12

.SRCINFO +18 -0
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..bb68097
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,18 @@
+pkgbase = python-tinycss2
+	pkgdesc = Low-level CSS parser for Python
+	pkgver = 1.2.1
+	pkgrel = 3
+	url = https://pypi.python.org/pypi/tinycss2
+	arch = any
+	license = BSD
+	checkdepends = python-pytest
+	makedepends = python-build
+	makedepends = python-installer
+	makedepends = python-flit-core
+	depends = python-webencodings
+	source = https://pypi.io/packages/source/t/tinycss2/tinycss2-1.2.1.tar.gz
+	source = css-parsing-tests-c5749e51dda3868b3e8062e65a36584c2fec8059.tar.gz::https://github.com/SimonSapin/css-parsing-tests/archive/c5749e51dda3868b3e8062e65a36584c2fec8059.tar.gz
+	sha512sums = 633198637f1d7cb802d1a7336a01447fc6b902cda1ade6c526e403fc2a5319277e1457c68a06780f7a6254d4c0dbf42df5d32969536ea697887a2de3e98a5f1a
+	sha512sums = ef44eb1144a6484f308fabe4187310b2ef0067f328bf5213969d87c475fccae3d716dc66640a0a554ab2a3d7da0efb3a168a288ac6eef7722f3ae46959943b49
+
+pkgname = python-tinycss2
diff --git a/PKGBUILD b/PKGBUILD
index b4b99d5..1fcfe90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=python-tinycss2
 pkgver=1.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Low-level CSS parser for Python"
 url="https://pypi.python.org/pypi/tinycss2"
 license=('BSD')