[arch-commits] Commit in python-pew/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sat Oct 21 20:57:40 UTC 2017
Date: Saturday, October 21, 2017 @ 20:57:39
Author: foxboron
Revision: 263889
upgpkg: python-pew 1.1.0-4
Added missing python2 dependencies to the package
Modified:
python-pew/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-21 20:55:03 UTC (rev 263888)
+++ PKGBUILD 2017-10-21 20:57:39 UTC (rev 263889)
@@ -6,7 +6,7 @@
pkgbase='python-pew'
pkgname=('python-pew' 'python2-pew')
pkgver=1.1.0
-pkgrel=3
+pkgrel=4
pkgdesc="Python Env Wrapper, a set of tools to manage multiple virtual environments"
url="https://github.com/berdario/pew"
arch=('any')
@@ -47,7 +47,9 @@
}
package_python2-pew() {
- depends=('python2' 'python2-virtualenv' 'python2-virtualenv-clone')
+ depends=('python2' 'python2-virtualenv' 'python2-virtualenv-clone'
+ 'python2-pathlib' 'python2-backports.shutil_get_terminal_size'
+ 'python2-shutilwhich')
cd "${pkgname##*-}-${pkgver}-py2"
python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
More information about the arch-commits
mailing list