Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-testresources


Commits:
cc7ec40a by Jelle van der Waa at 2024-04-13T12:17:59+02:00
upgpkg: 2.0.1-13: rebuild with python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,17 @@
+pkgbase = python-testresources
+       pkgdesc = Testresources, a pyunit extension for managing expensive test 
resources
+       pkgver = 2.0.1
+       pkgrel = 13
+       url = https://launchpad.net/testresources
+       arch = any
+       license = Apache
+       license = BSD
+       checkdepends = python-fixtures
+       makedepends = python-pbr
+       makedepends = python-testtools
+       makedepends = git
+       depends = python
+       source = 
git+https://github.com/testing-cabal/testresources.git#commit=6bc6a9c4cbea1c993d3dc32d517854de779903ce
+       sha512sums = 
612ab50f6f6144618b16f5ca535a9bee1ece0bda6da006a1f0274c09aa9542e920dfaf3e27bc07f986b0e8cc2b00a553bfbc8a308bd85d1e146c744f8598dd07
+
+pkgname = python-testresources


=====================================
PKGBUILD
=====================================
@@ -2,29 +2,29 @@
 
 pkgname=python-testresources
 pkgver=2.0.1
-pkgrel=12
+pkgrel=13
 pkgdesc="Testresources, a pyunit extension for managing expensive test 
resources"
 arch=('any')
 license=('Apache' 'BSD')
 url="https://launchpad.net/testresources";
 depends=('python')
-makedepends=('python-pbr' 'python-testtools')
+makedepends=('python-pbr' 'python-testtools' 'git')
 checkdepends=('python-fixtures')
-source=("https://pypi.io/packages/source/t/testresources/testresources-$pkgver.tar.gz";)
-sha512sums=('0b23432b019400fe378e957d14a91083eef7fe1130a494b567a5274d69e4e8e09ab75861e5453c3f217507e144cf179c908f84dd1a807992d4bee0b8d32cb0f4')
+source=("git+https://github.com/testing-cabal/testresources.git#commit=6bc6a9c4cbea1c993d3dc32d517854de779903ce";)
+sha512sums=('612ab50f6f6144618b16f5ca535a9bee1ece0bda6da006a1f0274c09aa9542e920dfaf3e27bc07f986b0e8cc2b00a553bfbc8a308bd85d1e146c744f8598dd07')
 
 build() {
-  cd testresources-$pkgver
+  cd testresources
   python setup.py build
 }
 
 check() {
-  cd testresources-$pkgver
+  cd testresources
   python -m testtools.run discover
 }
 
 package() {
-  cd testresources-$pkgver
+  cd testresources
   python setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-testresources/-/commit/cc7ec40a7e971c8f6cb49d37009408d5907ca004

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


Reply via email to