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

Morten Linderud foxboron at archlinux.org
Fri Feb 23 20:57:55 UTC 2018


    Date: Friday, February 23, 2018 @ 20:57:54
  Author: foxboron
Revision: 297256

upgpkg: python-pipenv 10.0.0-1

Updated to 10.0.0

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-23 20:23:50 UTC (rev 297255)
+++ PKGBUILD	2018-02-23 20:57:54 UTC (rev 297256)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
-pkgver=9.1.0
+pkgver=10.0.0
 pkgrel=1
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://docs.pipenv.org"
@@ -12,7 +12,7 @@
 makedepends=('python' 'python-setuptools'
              'python2' 'python2-setuptools')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz")
-sha256sums=('d0c2ad20c24c18c284811efb8e3c233efce380078274d33fb0c0f523bf831440')
+sha256sums=('af5c4aca99b18d7925bf01017e8990736b04368b47e77e2153078c2a574fe0c8')
 
 prepare() {
   cp -a pipenv-$pkgver{,-py2}
@@ -28,7 +28,7 @@
 
 package_python2-pipenv() {
   depends=('python2' 'python2-pip' 'python-pew'
-           'python2-virtualenv' 'python2-flake8' 'python2-requests'
+           'python2-virtualenv' 'python2-requests'
            'python2-urllib3')
   cd "pipenv-$pkgver-py2"
   python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
@@ -39,7 +39,7 @@
 
 package_python-pipenv() {
   depends=('python' 'python-pip' 'python-pew'
-           'python-virtualenv' 'flake8' 'python-requests'
+           'python-virtualenv' 'python-requests'
            'python-urllib3')
   cd "pipenv-$pkgver"
   python setup.py install --root="$pkgdir/" --optimize=1 --skip-build



More information about the arch-commits mailing list