Date: Sunday, April 23, 2023 @ 06:34:21
  Author: polyzen
Revision: 1448361

upgpkg: python-pytest-benchmark 4.0.0-4: Rebuild with Python 3.11

Modified:
  python-pytest-benchmark/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-23 06:31:03 UTC (rev 1448360)
+++ PKGBUILD    2023-04-23 06:34:21 UTC (rev 1448361)
@@ -2,7 +2,7 @@
 
 pkgname=python-pytest-benchmark
 pkgver=4.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A py.test fixture for benchmarking code'
 arch=('any')
 license=('BSD')
@@ -11,12 +11,15 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pygal' 'python-pygaljs' 'python-freezegun' 'mercurial' 
'python-aspectlib'
               'python-pytest-xdist' 'python-elasticsearch' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ionelmc/pytest-benchmark/archive/v$pkgver.tar.gz";)
-sha512sums=('88636e44c184f5072ad081a89f08e8838a11397e6b88298d7f235b531f894792001b858fc5c810b1399d41ec55de5db9057552fb7544fb405a04c3ba5ffbe329')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ionelmc/pytest-benchmark/archive/v$pkgver.tar.gz";
+        
'pytest-benchmark-backport-232.patch::https://github.com/ionelmc/pytest-benchmark/pull/232.patch')
+sha512sums=('88636e44c184f5072ad081a89f08e8838a11397e6b88298d7f235b531f894792001b858fc5c810b1399d41ec55de5db9057552fb7544fb405a04c3ba5ffbe329'
+            
'f8a0ea70dd0a29b65b4755e491b3ffc201f4dcc15673d821f1c708ca9a376877a2931fddadbfacbe41f3503b25ad5099fe9bc04bb6fe7399f12ae2b4a6d07257')
 
 prepare() {
   cd pytest-benchmark-$pkgver
   sed -i '/ error/d' pytest.ini
+  patch --forward --strip=1 --input=../pytest-benchmark-backport-232.patch
 }
 
 build() {

Reply via email to