Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-pytest-subtesthack


Commits:
2dee7e41 by Daniel M. Capella at 2024-04-04T21:54:49-04:00
upgpkg: 0.2.0-3: Rebuild for Python 3.12 
https://archlinux.org/todo/python-modules-part-1/

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,17 @@
+pkgbase = python-pytest-subtesthack
+       pkgdesc = A hack to explicitly set up and tear down fixtures
+       pkgver = 0.2.0
+       pkgrel = 3
+       url = https://github.com/untitaker/pytest-subtesthack
+       arch = any
+       license = custom
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-setuptools
+       makedepends = python-wheel
+       depends = python-pytest
+       source = 
https://github.com/untitaker/pytest-subtesthack/archive/0.2.0/pytest-subtesthack-0.2.0.tar.gz
+       sha512sums = 
8b4f5ee2b07a8bcfa11934f5f207b9418810a708be7b8ccc0f19a4a4b979bbc60e993f0f2a5158482bc0162364bc96717e1ecda6743832ba121dfef9cfca9dd5
+       b2sums = 
e4e34ff73c7dfe92bed94d40fef168a3420879ba4a28eccb66ae7549d895b0ca7885be57178a6403661b57578f55ac3c5dbcaa090d2b658da770e0cabb0f3a75
+
+pkgname = python-pytest-subtesthack


=====================================
PKGBUILD
=====================================
@@ -5,14 +5,14 @@
 _name=pytest-subtesthack
 pkgname=python-$_name
 pkgver=0.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A hack to explicitly set up and tear down fixtures"
 arch=(any)
 url="https://github.com/untitaker/pytest-subtesthack";
 license=(custom)
 depends=(python-pytest)
 makedepends=(python-build python-installer python-setuptools python-wheel)
-source=($url/archive/$pkgver/$_name-$pkgver.tar.gz)
+source=("$url/archive/$pkgver/$_name-$pkgver.tar.gz")
 
sha512sums=('8b4f5ee2b07a8bcfa11934f5f207b9418810a708be7b8ccc0f19a4a4b979bbc60e993f0f2a5158482bc0162364bc96717e1ecda6743832ba121dfef9cfca9dd5')
 
b2sums=('e4e34ff73c7dfe92bed94d40fef168a3420879ba4a28eccb66ae7549d895b0ca7885be57178a6403661b57578f55ac3c5dbcaa090d2b658da770e0cabb0f3a75')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-subtesthack/-/commit/2dee7e41e8a2ff3bcb8f41a4b4f74b95a3dfb0ed

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-subtesthack/-/commit/2dee7e41e8a2ff3bcb8f41a4b4f74b95a3dfb0ed
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to