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

Felix Yan felixonmars at archlinux.org
Fri Jul 31 08:48:20 UTC 2020


    Date: Friday, July 31, 2020 @ 08:48:20
  Author: felixonmars
Revision: 666109

upgpkg: python-typeguard 2.8.0-1

Modified:
  python-typeguard/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-31 08:44:54 UTC (rev 666108)
+++ PKGBUILD	2020-07-31 08:48:20 UTC (rev 666109)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-typeguard
-pkgver=2.7.1
+pkgver=2.8.0
 pkgrel=1
 pkgdesc="Run-time type checker for Python"
 url="https://github.com/agronholm/typeguard"
@@ -9,9 +9,9 @@
 arch=('any')
 depends=('python')
 makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-runner' 'python-pytest-cov')
+checkdepends=('python-pytest-cov' 'python-typing_extensions')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/agronholm/typeguard/archive/$pkgver.tar.gz")
-sha512sums=('d446e86e93292c7a88fea5daa607d6d9ed26b60daf43c79feac7ed524073d3ca123e63f8fb27eeab828d5989f29f9800eec9c077c24d7ed1b1c4a183ceed0d94')
+sha512sums=('53f82065585ce3ebbf9d9e9caad5a8ae251737e94315a806dd2516df3724dbbc73103d6ba84db9c97f4d8e9d3dd5c81bc51a223d26e8c9dc49c64dddd49ab1e9')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
@@ -22,7 +22,7 @@
 
 check() {
   cd typeguard-$pkgver
-  python setup.py pytest
+  python -m pytest
 }
 
 package() {



More information about the arch-commits mailing list