[arch-commits] Commit in python-jq/trunk (PKGBUILD)

Daniel M. Capella polyzen at gemini.archlinux.org
Mon Aug 2 19:36:47 UTC 2021


    Date: Monday, August 2, 2021 @ 19:36:46
  Author: polyzen
Revision: 992999

upgpkg: python-jq 1.2.1-1

Modified:
  python-jq/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-02 19:36:02 UTC (rev 992998)
+++ PKGBUILD	2021-08-02 19:36:46 UTC (rev 992999)
@@ -3,8 +3,8 @@
 
 _name=jq.py
 pkgname=python-jq
-pkgver=1.1.3
-pkgrel=3
+pkgver=1.2.1
+pkgrel=1
 pkgdesc='Python bindings for jq'
 arch=('x86_64')
 url=https://github.com/mwilliamson/jq.py
@@ -12,12 +12,10 @@
 depends=('jq' 'python')
 makedepends=('cython' 'python-build' 'python-install' 'python-setuptools'
              'python-wheel')
-checkdepends=('python-nose')
+checkdepends=('python-pytest')
 source=("$url/archive/$pkgver/$_name-$pkgver.tar.gz"
         'jq-py-setup.patch')
-sha256sums=('b0f4de47d6ae4fb221b539463eca777d723f2e7b290af6e132d51d7ef89c824c'
-            '81abf958b5b7987a0e90a217ed62e1f62a53d19bc3354f8cdf15cd863bcc72d5')
-b2sums=('31fe4744e18f01c96d0a6df614ad5122c7fbd07e00f666c4b1d63b25e3b075c2ada533784d73f01fea6eeaaaabf907ef8b8d4eb9af5dd1c9066e4fadfa9f1b35'
+b2sums=('8bc2c88ae553dd53137c11d4f599e01398d21811a02b4f33f81aeeafa9009f58a56074c0bcadcc6382d86d2c7ada792d442f9c660787e131d0e85c95fb7cab32'
         '3424a91e0e6330e8d25e167b862554e466f469cdeb5672d4d4e5ff4d4475bfe9c7a575f3c93cd03687e10cc6afac2bb94294c0fef50feec03eaa55684e2907bc')
 
 # Devendor
@@ -38,7 +36,7 @@
   mkdir -p temp
   local site_packages=$(python -c "import site; print(site.getsitepackages()[0])")
   python -m install --optimize=1 --destdir=temp dist/*.whl
-  PYTHONPATH="$PWD/temp/$site_packages" nosetests tests
+  PYTHONPATH="$PWD/temp/$site_packages" pytest tests
 }
 
 package() {



More information about the arch-commits mailing list