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

Felix Yan felixonmars at archlinux.org
Sun Sep 8 04:21:23 UTC 2019


    Date: Sunday, September 8, 2019 @ 04:21:22
  Author: felixonmars
Revision: 508630

upgpkg: python-fs 2.4.11-1

Modified:
  python-fs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-08 04:20:51 UTC (rev 508629)
+++ PKGBUILD	2019-09-08 04:21:22 UTC (rev 508630)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-fs
-pkgver=2.4.10
+pkgver=2.4.11
 pkgrel=1
 pkgdesc="Filesystem abstraction layer"
 arch=('any')
@@ -8,10 +8,10 @@
 license=('BSD')
 url="https://pypi.python.org/pypi/fs/"
 depends=('python-appdirs' 'python-pytz' 'python-setuptools' 'python-six')
-checkdepends=('python-nose' 'fuse2' 'python-mock' 'python-pyftpdlib' 'python-psutil'
+checkdepends=('python-pytest-runner' 'fuse2' 'python-mock' 'python-pyftpdlib' 'python-psutil'
               'python-pysendfile')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/PyFilesystem/pyfilesystem2/archive/v$pkgver.tar.gz")
-sha512sums=('ebb252e6c7f67fcce4fe1c98405e4c2892860d68e1b015d44b9ba62ae33445fbe7050270762ef19035bceb9fd0881aefe709e75ec1b5169a8aeb5c23b960036c')
+sha512sums=('fe4596bf213f9b1721cd3c665e6af180d6617eea07afbaa9d83847dc3f7dfe64bca16c8ccb337d48bbb49bf0d2fef90903e3c4aecc63f61faac6a2b6f6c59cf6')
 
 build() {
   cd pyfilesystem2-$pkgver
@@ -21,7 +21,7 @@
 check() {
   cd pyfilesystem2-$pkgver
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" nosetests3 tests
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" python setup.py pytest
 }
 
 package() {



More information about the arch-commits mailing list