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

Morten Linderud foxboron at archlinux.org
Sat Apr 7 14:00:26 UTC 2018


    Date: Saturday, April 7, 2018 @ 14:00:26
  Author: foxboron
Revision: 314838

upgpkg: python-pipenv 11.9.0-3

Added requests security extension to python2 version

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-07 13:55:47 UTC (rev 314837)
+++ PKGBUILD	2018-04-07 14:00:26 UTC (rev 314838)
@@ -4,7 +4,7 @@
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
 pkgver=11.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://docs.pipenv.org"
 arch=('any')
@@ -29,7 +29,7 @@
 package_python2-pipenv() {
   depends=('python2' 'python2-pip' 'python2-pew' 'python2-virtualenv'
   	   'python2-virtualenv-clone' 'python2-pathlib' 'python2-ordereddict'
-  	   'python2-setuptools' 'python2-certifi')
+  	   'python2-setuptools' 'python2-certifi' 'pyOpenSSL' 'cryptography' 'idna')
   cd "pipenv-$pkgver-py2"
   python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
   install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"



More information about the arch-commits mailing list