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

Levente Polyak anthraxx at gemini.archlinux.org
Tue Mar 8 22:08:02 UTC 2022


    Date: Tuesday, March 8, 2022 @ 22:08:02
  Author: anthraxx
Revision: 1145617

upgpkg: python-bidict 0.21.4-1

Modified:
  python-bidict/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-08 22:05:41 UTC (rev 1145616)
+++ PKGBUILD	2022-03-08 22:08:02 UTC (rev 1145617)
@@ -3,8 +3,8 @@
 
 pkgname=python-bidict
 _name=${pkgname#python-}
-pkgver=0.21.3
-pkgrel=3
+pkgver=0.21.4
+pkgrel=1
 pkgdesc='Bidirectional mapping library for Python'
 url='https://bidict.readthedocs.org/'
 arch=('any')
@@ -12,10 +12,10 @@
 depends=('python')
 makedepends=('python-setuptools' 'python-pip' 'python-wheel')
 checkdepends=('python-pytest' 'python-sphinx' 'python-sphinx-autodoc-typehints' 'python-pytest-benchmark'
-	          'python-hypothesis' 'python-py-cpuinfo')
+	          'python-hypothesis' 'python-py-cpuinfo' 'python-sortedcollections')
 source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz)
-sha256sums=('d50bd81fae75e34198ffc94979a0eb0939ff9adb3ef32bcc93a913d8b3e3ed1d')
-b2sums=('d6fe581d3114e03fda76a0dcc47a65a5d0a840f17e5eb492341a6498f79b0f57f1d342220016001da4342baecdc1e5b575268d73a21fc01a0520fc11f31ff5ab')
+sha256sums=('42c84ffbe6f8de898af6073b4be9ea7ccedcd78d3474aa844c54e49d5a079f6f')
+b2sums=('36933b070a30c5f64c28dda2efccc1d22a8a56a5b13b25c14f240a3bf6ee17d1f2cfee0b6d4f43f86bb1a14dd626acc0b611c8b2e4d2047529d46b463344c7d3')
 
 build() {
   cd "bidict-${pkgver}"
@@ -24,7 +24,7 @@
 
 check() {
   cd "bidict-${pkgver}"
-  python setup.py test
+  PYTHONPATH="build/lib" pytest
 }
 
 package() {



More information about the arch-commits mailing list