[arch-commits] Commit in python-fs/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed May 23 05:03:17 UTC 2018
Date: Wednesday, May 23, 2018 @ 05:03:16
Author: felixonmars
Revision: 327966
upgpkg: python-fs 2.0.23-1
Modified:
python-fs/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-23 05:01:18 UTC (rev 327965)
+++ PKGBUILD 2018-05-23 05:03:16 UTC (rev 327966)
@@ -3,7 +3,7 @@
pkgbase=python-fs
pkgname=('python-fs' 'python2-fs')
-pkgver=2.0.20
+pkgver=2.0.23
pkgrel=1
pkgdesc="Filesystem abstraction layer"
arch=('any')
@@ -10,11 +10,13 @@
license=('custom:BSD')
url="http://pypi.python.org/pypi/fs/"
makedepends=('python-appdirs' 'python2-appdirs' 'python2-enum34' 'python-pytz' 'python2-pytz'
- 'python2-scandir' 'python-setuptools' 'python2-setuptools' 'python-six' 'python2-six')
+ 'python2-scandir' 'python-setuptools' 'python2-setuptools' 'python-six' 'python2-six'
+ 'python2-typing' 'python2-backports.os')
checkdepends=('python-nose' 'python2-nose' 'fuse2' 'python-mock' 'python2-mock' 'python-pyftpdlib'
- 'python2-pyftpdlib')
+ 'python2-pyftpdlib' 'python-psutil' 'python2-psutil' 'python-pysendfile'
+ 'python2-pysendfile')
source=("$pkgname-$pkgver.tar.gz::https://github.com/PyFilesystem/pyfilesystem2/archive/v$pkgver.tar.gz")
-sha512sums=('b5524c662f378c765dcb228b6c5988e0d3a796fec546cd3b2d4e10b6c6d1167dcece549a7b78a4f0217e3e636ed91b4c6d38aaba36d8dd7ff7e4d89fe48b2889')
+sha512sums=('fb3cf4fff46c37ff1e6628e0aa2f2dcc303751b0dc4da9627a3380f0ed708d060665d44b1ec0719b6b20908c45e4643bea84b59e3ecf494fff76f85fe0cb8325')
prepare() {
cp -a pyfilesystem2-$pkgver{,-py2}
@@ -51,7 +53,7 @@
package_python2-fs() {
depends=('python2-appdirs' 'python2-enum34' 'python2-pytz' 'python2-scandir' 'python2-setuptools'
- 'python2-six')
+ 'python2-six' 'python2-typing' 'python2-backports.os')
cd pyfilesystem2-$pkgver-py2
python2 setup.py install --root="${pkgdir}" --optimize=1
More information about the arch-commits
mailing list