summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa2024-04-07 16:39:57 +0200
committerJelle van der Waa2024-04-07 16:39:57 +0200
commitd1660863eddbd1c02038699c9e015ba1b8c20105 (patch)
treee8120662096b7233a952e20f37056cc4a9388e79
parentba1a7dcfa27e9a82ee3723c72424768c4cce838c (diff)
downloadaur-d1660863eddbd1c02038699c9e015ba1b8c20105.tar.gz
upgpkg: 0.3.12-10: Rebuild with Python 3.12
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD2
2 files changed, 17 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..9c3e5ddadf36
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = python-pytest-black
+ pkgdesc = A pytest plugin to enable format checking with black
+ pkgver = 0.3.12
+ pkgrel = 10
+ url = https://github.com/shopkeep/pytest-black/
+ arch = any
+ license = MIT
+ makedepends = git
+ makedepends = python-setuptools-scm
+ depends = python-black
+ depends = python-pytest
+ depends = python-toml
+ source = git+https://github.com/shopkeep/pytest-black.git#commit=1d0d34a44004252ce73368ac3bf34354c06a5131
+ sha512sums = SKIP
+
+pkgname = python-pytest-black
diff --git a/PKGBUILD b/PKGBUILD
index c03ce0bcbd49..8a17804e7592 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-pytest-black
pkgver=0.3.12
_commit=1d0d34a44004252ce73368ac3bf34354c06a5131
-pkgrel=9
+pkgrel=10
pkgdesc="A pytest plugin to enable format checking with black"
arch=('any')
license=('MIT')