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

Eli Schwartz eschwartz at archlinux.org
Thu Jan 28 06:00:51 UTC 2021


    Date: Thursday, January 28, 2021 @ 06:00:51
  Author: eschwartz
Revision: 833192

upgpkg: python-fs 2.4.12-2: current version no longer checkdepends on mock

Modified:
  python-fs/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-28 05:55:27 UTC (rev 833191)
+++ PKGBUILD	2021-01-28 06:00:51 UTC (rev 833192)
@@ -2,14 +2,13 @@
 
 pkgname=python-fs
 pkgver=2.4.12
-pkgrel=1
+pkgrel=2
 pkgdesc="Filesystem abstraction layer"
 arch=('any')
 license=('BSD')
 url="https://pypi.python.org/pypi/fs/"
 depends=('python-appdirs' 'python-pytz' 'python-setuptools' 'python-six')
-checkdepends=('python-pytest-runner' 'fuse2' 'python-mock' 'python-pyftpdlib' 'python-psutil'
-              'python-pysendfile')
+checkdepends=('python-pytest-runner' 'fuse2' 'python-pyftpdlib' 'python-psutil' 'python-pysendfile')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/PyFilesystem/pyfilesystem2/archive/v$pkgver.tar.gz")
 sha512sums=('8b4727ea21cb9e1b69e31688c46f0732bb1536490549e353c1f88ab0c794b867c5212d1003b094cc86f562108ab4a7ee9dbc7e9aa5dc1349371de583277eb93d')
 



More information about the arch-commits mailing list