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

2020-12-02 Thread Morten Linderud via arch-commits
Date: Wednesday, December 2, 2020 @ 18:10:23
  Author: foxboron
Revision: 769229

upgpkg: python-pipenv 2020.11.15-1

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-02 18:07:07 UTC (rev 769228)
+++ PKGBUILD2020-12-02 18:10:23 UTC (rev 769229)
@@ -3,8 +3,8 @@
 # Contributor: Maikel Wever 
 
 pkgname=python-pipenv
-pkgver=2020.11.4
-pkgrel=3
+pkgver=2020.11.15
+pkgrel=1
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://pipenv.pypa.io;
 arch=('any')
@@ -13,7 +13,7 @@
  'python-virtualenv-clone' 'python-virtualenv')
 makedepends=('python-setuptools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;)
-sha512sums=('c9015eb9a449fa517f31619d1fec5d99882da915a50e189ba6ab9c7c147862f9734f0df200330d666380afe5d2cf52d18015c539635ca6459042ab50d3ccd059')
+sha512sums=('d312059b3fefc97d4cd79bf2b75d6bde1d117d92c0a299c30181a60ebea662a6c3dff0ca7b92c610dd8eb0c873509dd23c9a891761d0d47d0bba2cab738c830d')
 
 build() {
   cd "pipenv-$pkgver"


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

2020-11-12 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 15:54:29
  Author: felixonmars
Revision: 752048

upgpkg: python-pipenv 2020.11.4-3: Python 3.9 rebuild

Modified:
  python-pipenv/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 15:53:19 UTC (rev 752047)
+++ PKGBUILD2020-11-12 15:54:29 UTC (rev 752048)
@@ -4,7 +4,7 @@
 
 pkgname=python-pipenv
 pkgver=2020.11.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://pipenv.pypa.io;
 arch=('any')


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

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Monday, November 9, 2020 @ 20:39:33
  Author: foutrelis
Revision: 748222

upgpkg: python-pipenv 2020.11.4-2: Python 3.9 rebuild

Modified:
  python-pipenv/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 20:38:47 UTC (rev 748221)
+++ PKGBUILD2020-11-09 20:39:33 UTC (rev 748222)
@@ -4,7 +4,7 @@
 
 pkgname=python-pipenv
 pkgver=2020.11.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://pipenv.pypa.io;
 arch=('any')


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

2020-11-04 Thread Andrew Crerar via arch-commits
Date: Wednesday, November 4, 2020 @ 15:52:22
  Author: andrewsc
Revision: 742333

upgpkg: python-pipenv 2020.11.4-1

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-04 15:52:05 UTC (rev 742332)
+++ PKGBUILD2020-11-04 15:52:22 UTC (rev 742333)
@@ -3,8 +3,8 @@
 # Contributor: Maikel Wever 
 
 pkgname=python-pipenv
-pkgver=2020.8.13
-pkgrel=2
+pkgver=2020.11.4
+pkgrel=1
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://pipenv.pypa.io;
 arch=('any')
@@ -13,7 +13,7 @@
  'python-virtualenv-clone' 'python-virtualenv')
 makedepends=('python-setuptools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;)
-sha512sums=('90ccaf386bc68d856ee9c645084cb65c4213902a8c87e2059cc2274b88d922c3b02c58c15d05945e1f61e8b816ef92a11672cadaf125143bd5019ab25ff0b19e')
+sha512sums=('c9015eb9a449fa517f31619d1fec5d99882da915a50e189ba6ab9c7c147862f9734f0df200330d666380afe5d2cf52d18015c539635ca6459042ab50d3ccd059')
 
 build() {
   cd "pipenv-$pkgver"


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

2020-09-13 Thread Morten Linderud via arch-commits
Date: Sunday, September 13, 2020 @ 13:47:18
  Author: foxboron
Revision: 705132

upgpkg: python-pipenv 2020.8.13-2 - Fixes FS#58444

Modified:
  python-pipenv/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-13 13:44:25 UTC (rev 705131)
+++ PKGBUILD2020-09-13 13:47:18 UTC (rev 705132)
@@ -4,7 +4,7 @@
 
 pkgname=python-pipenv
 pkgver=2020.8.13
-pkgrel=1
+pkgrel=2
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://pipenv.pypa.io;
 arch=('any')
@@ -25,6 +25,9 @@
   cd "pipenv-$pkgver"
   python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
   install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  pushd pipenv
+  find . -name \*LICENSE\* -exec install -Dm 644 \{\} 
"${pkgdir}/usr/share/licenses/${pkgname}/"\{\} \;
+  popd
 
   PIPENV_SHELL=bash python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/pipenv"
   PIPENV_SHELL=zsh  python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/zsh/site-functions/_pipenv"


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

2020-08-13 Thread Morten Linderud via arch-commits
Date: Thursday, August 13, 2020 @ 20:01:42
  Author: foxboron
Revision: 677995

upgpkg: python-pipenv 2020.8.13-1

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-13 20:01:09 UTC (rev 677994)
+++ PKGBUILD2020-08-13 20:01:42 UTC (rev 677995)
@@ -3,8 +3,8 @@
 # Contributor: Maikel Wever 
 
 pkgname=python-pipenv
-pkgver=2020.6.2
-pkgrel=2
+pkgver=2020.8.13
+pkgrel=1
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://pipenv.pypa.io;
 arch=('any')
@@ -13,7 +13,7 @@
  'python-virtualenv-clone' 'python-virtualenv')
 makedepends=('python-setuptools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;)
-sha512sums=('671765b9e77a18039668eb500989de45c8bd4f15948ee914eb241985098562ebd382168a535a449ac5d216f07327b6787eb8f828b5a6499ef6e77fe5a036441e')
+sha512sums=('90ccaf386bc68d856ee9c645084cb65c4213902a8c87e2059cc2274b88d922c3b02c58c15d05945e1f61e8b816ef92a11672cadaf125143bd5019ab25ff0b19e')
 
 build() {
   cd "pipenv-$pkgver"


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

2020-07-13 Thread Morten Linderud via arch-commits
Date: Monday, July 13, 2020 @ 19:12:41
  Author: foxboron
Revision: 663527

upgpkg: python-pipenv 2020.6.2-2 - reproducible builds

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 19:03:06 UTC (rev 663526)
+++ PKGBUILD2020-07-13 19:12:41 UTC (rev 663527)
@@ -4,7 +4,7 @@
 
 pkgname=python-pipenv
 pkgver=2020.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://pipenv.pypa.io;
 arch=('any')
@@ -16,7 +16,8 @@
 
sha512sums=('671765b9e77a18039668eb500989de45c8bd4f15948ee914eb241985098562ebd382168a535a449ac5d216f07327b6787eb8f828b5a6499ef6e77fe5a036441e')
 
 build() {
-  cd "$srcdir/pipenv-$pkgver"
+  cd "pipenv-$pkgver"
+  export PYTHONHASHSEED=0
   python setup.py build
 }
 


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

2020-06-02 Thread Andrew Crerar via arch-commits
Date: Tuesday, June 2, 2020 @ 11:21:11
  Author: andrewsc
Revision: 638010

upgpkg: python-pipenv 2020.6.2-1

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-02 11:14:21 UTC (rev 638009)
+++ PKGBUILD2020-06-02 11:21:11 UTC (rev 638010)
@@ -3,7 +3,7 @@
 # Contributor: Maikel Wever 
 
 pkgname=python-pipenv
-pkgver=2020.5.28
+pkgver=2020.6.2
 pkgrel=1
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://pipenv.pypa.io;
@@ -13,7 +13,7 @@
  'python-virtualenv-clone' 'python-virtualenv')
 makedepends=('python-setuptools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;)
-sha512sums=('a1f93503c5817ce3e3aaed125af182640ac9d6c866187e7a010abd1979c9526c569e5cd5bf4e84065fc59a6f9d555a1b4fc34fb84cd18ea161e4c7d092ae5799')
+sha512sums=('671765b9e77a18039668eb500989de45c8bd4f15948ee914eb241985098562ebd382168a535a449ac5d216f07327b6787eb8f828b5a6499ef6e77fe5a036441e')
 
 build() {
   cd "$srcdir/pipenv-$pkgver"


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

2020-05-31 Thread Andrew Crerar via arch-commits
Date: Monday, June 1, 2020 @ 02:27:52
  Author: andrewsc
Revision: 637794

upgpkg: python-pipenv 2020.5.28-1

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-01 01:16:04 UTC (rev 637793)
+++ PKGBUILD2020-06-01 02:27:52 UTC (rev 637794)
@@ -3,43 +3,24 @@
 # Contributor: Maikel Wever 
 
 pkgname=python-pipenv
-pkgver=2018.11.26
-pkgrel=3
+pkgver=2020.5.28
+pkgrel=1
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://pipenv.pypa.io;
 arch=('any')
 license=('MIT')
-depends=('python' 'python-pip' 'python-pew' 'python-virtualenv'
-'python-virtualenv-clone' 'python-certifi')
+depends=('python' 'python-pip' 'python-certifi'
+ 'python-virtualenv-clone' 'python-virtualenv')
 makedepends=('python-setuptools')
-#checkdepends=('python-pytest' 'python-pytest-runner'
-#'python-pip' 'python-certifi' 'python-virtualenv'
-#'python-virtualenv-clone' 'python-strict-rfc3339'
-#'python-pytz' 'python-flaky' 'python-mock'
-#'python2-pytest' 'python2-pytest-runner')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;
-"0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch")
-sha256sums=('b095395fa6763329fec54c8f6df38c35a39ec3b8b316a4418829e44d50cbc631'
-'878fd681571afe7e9664fcb06828f41e999d33dc31ae3b11cfbd93475fe8516d')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;)
+sha512sums=('a1f93503c5817ce3e3aaed125af182640ac9d6c866187e7a010abd1979c9526c569e5cd5bf4e84065fc59a6f9d555a1b4fc34fb84cd18ea161e4c7d092ae5799')
 
-prepare() {
-  patch -p1 -d pipenv-$pkgver < 
0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch
-}
-
-build(){
+build() {
   cd "$srcdir/pipenv-$pkgver"
   python setup.py build
 }
 
-#check(){
-#  cd "$srcdir/pipenv-$pkgver"
-#  python setup.py pytest
-#
-#  cd "$srcdir/pipenv-$pkgver-py2"
-#  python2 setup.py pytest
-#}
-
-package_python-pipenv() {
+package() {
   cd "pipenv-$pkgver"
   python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
   install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"


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

2020-04-30 Thread Andrew Crerar via arch-commits
Date: Thursday, April 30, 2020 @ 14:27:32
  Author: andrewsc
Revision: 623331

Updating upstream url. Resolves FS#66461

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-30 14:10:29 UTC (rev 623330)
+++ PKGBUILD2020-04-30 14:27:32 UTC (rev 623331)
@@ -1,4 +1,5 @@
 # Maintainer: Morten Linderud 
+# Maintainer: Andrew Crerar 
 # Contributor: Maikel Wever 
 
 pkgname=python-pipenv
@@ -5,7 +6,7 @@
 pkgver=2018.11.26
 pkgrel=3
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
-url="https://docs.pipenv.org;
+url="https://pipenv.pypa.io;
 arch=('any')
 license=('MIT')
 depends=('python' 'python-pip' 'python-pew' 'python-virtualenv'


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 04:13:23
  Author: felixonmars
Revision: 523111

Python 3.8 rebuild

Modified:
  python-pipenv/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 04:13:12 UTC (rev 523110)
+++ PKGBUILD2019-11-04 04:13:23 UTC (rev 523111)
@@ -3,7 +3,7 @@
 
 pkgname=python-pipenv
 pkgver=2018.11.26
-pkgrel=2
+pkgrel=3
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://docs.pipenv.org;
 arch=('any')


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

2019-09-28 Thread Morten Linderud via arch-commits
Date: Saturday, September 28, 2019 @ 15:08:32
  Author: foxboron
Revision: 512008

upgpkg: python-pipenv 2018.11.26-2

Removed python2

Modified:
  python-pipenv/trunk/PKGBUILD

--+
 PKGBUILD |   33 +
 1 file changed, 5 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-28 15:05:13 UTC (rev 512007)
+++ PKGBUILD2019-09-28 15:08:32 UTC (rev 512008)
@@ -1,16 +1,16 @@
 # Maintainer: Morten Linderud 
 # Contributor: Maikel Wever 
 
-pkgbase=python-pipenv
-pkgname=(python-pipenv python2-pipenv)
+pkgname=python-pipenv
 pkgver=2018.11.26
-pkgrel=1
+pkgrel=2
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://docs.pipenv.org;
 arch=('any')
 license=('MIT')
-makedepends=('python-setuptools'
- 'python2-setuptools')
+depends=('python' 'python-pip' 'python-pew' 'python-virtualenv'
+'python-virtualenv-clone' 'python-certifi')
+makedepends=('python-setuptools')
 #checkdepends=('python-pytest' 'python-pytest-runner'
 #'python-pip' 'python-certifi' 'python-virtualenv'
 #'python-virtualenv-clone' 'python-strict-rfc3339'
@@ -23,15 +23,11 @@
 
 prepare() {
   patch -p1 -d pipenv-$pkgver < 
0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch
-  cp -a pipenv-$pkgver{,-py2}
 }
 
 build(){
   cd "$srcdir/pipenv-$pkgver"
   python setup.py build
-
-  cd "$srcdir/pipenv-$pkgver-py2"
-  python2 setup.py build
 }
 
 #check(){
@@ -42,26 +38,7 @@
 #  python2 setup.py pytest
 #}
 
-package_python2-pipenv() {
-  depends=('python2' 'python2-pip' 'python2-pew' 'python2-virtualenv'
-  'python2-virtualenv-clone' 'python2-ordereddict'
-  'python2-setuptools' 'python2-certifi' 'python2-pyopenssl'
-  'python2-cryptography' 'python2-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"
-
-  mv "${pkgdir}/usr/bin/pipenv" "${pkgdir}/usr/bin/pipenv2"
-  mv "${pkgdir}/usr/bin/pipenv-resolver" "${pkgdir}/usr/bin/pipenv-resolver2"
-
-  PIPENV_SHELL=bash python2 -m pipenv --completion | sed 's/pipenv/pipenv2/g' 
| install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/pipenv2"
-  PIPENV_SHELL=zsh  python2 -m pipenv --completion | sed 's/pipenv/pipenv2/g' 
| install -Dm644 /dev/stdin "${pkgdir}/usr/share/zsh/site-functions/_pipenv2"
-  PIPENV_SHELL=fish python2 -m pipenv --completion | sed 's/pipenv/pipenv2/g' 
| install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/fish/vendor_completions.d/pipenv2.fish"
-}
-
 package_python-pipenv() {
-  depends=('python' 'python-pip' 'python-pew' 'python-virtualenv'
-  'python-setuptools' 'python-virtualenv-clone' 'python-certifi')
   cd "pipenv-$pkgver"
   python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
   install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"


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

2018-12-02 Thread Morten Linderud via arch-commits
Date: Sunday, December 2, 2018 @ 15:59:53
  Author: foxboron
Revision: 410763

upgpkg: python-pipenv 2018.11.26-1

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-02 15:53:14 UTC (rev 410762)
+++ PKGBUILD2018-12-02 15:59:53 UTC (rev 410763)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
-pkgver=2018.11.14
+pkgver=2018.11.26
 pkgrel=1
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://docs.pipenv.org;
@@ -18,7 +18,7 @@
 #'python2-pytest' 'python2-pytest-runner')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;
 "0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch")
-sha256sums=('899c7a39f7908be6e4273cbb65a28b54fd049700aaf006220fa8e0776739074c'
+sha256sums=('b095395fa6763329fec54c8f6df38c35a39ec3b8b316a4418829e44d50cbc631'
 '878fd681571afe7e9664fcb06828f41e999d33dc31ae3b11cfbd93475fe8516d')
 
 prepare() {


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

2018-11-16 Thread Morten Linderud via arch-commits
Date: Friday, November 16, 2018 @ 23:23:11
  Author: foxboron
Revision: 408494

upgpkg: python-pipenv 2018.11.14-1

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-16 23:17:24 UTC (rev 408493)
+++ PKGBUILD2018-11-16 23:23:11 UTC (rev 408494)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
-pkgver=2018.10.13
-pkgrel=2
+pkgver=2018.11.14
+pkgrel=1
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://docs.pipenv.org;
 arch=('any')
@@ -18,7 +18,7 @@
 #'python2-pytest' 'python2-pytest-runner')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;
 "0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch")
-sha256sums=('7d34a075ee0f252b2a26e576c6231b9d44553dc3703a21dcdbd2ede786b6ccd3'
+sha256sums=('899c7a39f7908be6e4273cbb65a28b54fd049700aaf006220fa8e0776739074c'
 '878fd681571afe7e9664fcb06828f41e999d33dc31ae3b11cfbd93475fe8516d')
 
 prepare() {


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

2018-10-23 Thread Eli Schwartz via arch-commits
Date: Tuesday, October 23, 2018 @ 21:19:40
  Author: eschwartz
Revision: 398727

upgpkg: python-pipenv 2018.10.13-2; revert r398107

Revert sweeping changes to the PKGBUILD which removed e.g. the optimize pass
for python2-pipenv and thus preventing optimized bytecode from being shipped.

The only changes between 2018.7.1-3 and 2018.10.13-2 are:
- bump the pkgver
- stop trying to mv pewtwo script which no longer exists
- rebase *.patch on top of upstream

Modified:
  python-pipenv/trunk/PKGBUILD

--+
 PKGBUILD |   89 +++--
 1 file changed, 40 insertions(+), 49 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-23 21:09:27 UTC (rev 398726)
+++ PKGBUILD2018-10-23 21:19:40 UTC (rev 398727)
@@ -4,39 +4,34 @@
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
 pkgver=2018.10.13
-pkgrel=1
+pkgrel=2
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://docs.pipenv.org;
-arch=("any")
-license=("MIT")
-makedepends=("python-setuptools" "python2-setuptools")
-#checkdepends=(
-#  "python-pytest" "python-pytest-runner"
-#  "python-pip" "python-certifi" "python-virtualenv"
-#  "python-virtualenv-clone" "python-strict-rfc3339"
-#  "python-pytz" "python-flaky" "python-mock"
-#  "python2-pytest" "python2-pytest-runner"
-#)
-source=(
-   
"${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;
-   "0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch"
-)
-sha256sums=(
-   "7d34a075ee0f252b2a26e576c6231b9d44553dc3703a21dcdbd2ede786b6ccd3"
-   "878fd681571afe7e9664fcb06828f41e999d33dc31ae3b11cfbd93475fe8516d"
-)
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools'
+ 'python2-setuptools')
+#checkdepends=('python-pytest' 'python-pytest-runner'
+#'python-pip' 'python-certifi' 'python-virtualenv'
+#'python-virtualenv-clone' 'python-strict-rfc3339'
+#'python-pytz' 'python-flaky' 'python-mock'
+#'python2-pytest' 'python2-pytest-runner')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;
+"0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch")
+sha256sums=('7d34a075ee0f252b2a26e576c6231b9d44553dc3703a21dcdbd2ede786b6ccd3'
+'878fd681571afe7e9664fcb06828f41e999d33dc31ae3b11cfbd93475fe8516d')
 
 prepare() {
-   patch -p1 -d pipenv-$pkgver < 
0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch
-   cp -a pipenv-$pkgver{,-py2}
+  patch -p1 -d pipenv-$pkgver < 
0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch
+  cp -a pipenv-$pkgver{,-py2}
 }
 
 build(){
-   cd "$srcdir/pipenv-$pkgver"
-   python setup.py build
+  cd "$srcdir/pipenv-$pkgver"
+  python setup.py build
 
-   cd "$srcdir/pipenv-$pkgver-py2"
-   python2 setup.py build
+  cd "$srcdir/pipenv-$pkgver-py2"
+  python2 setup.py build
 }
 
 #check(){
@@ -48,34 +43,30 @@
 #}
 
 package_python2-pipenv() {
-   depends=(
-   "python2" "python2-pip" "python2-pew" "python2-virtualenv"
-   "python2-virtualenv-clone" "python2-ordereddict"
-   "python2-setuptools" "python2-certifi" "python2-pyopenssl"
-   "python2-cryptography" "python2-idna"
-   )
-   cd "pipenv-$pkgver-py2"
-   python2 setup.py install --root="$pkgdir/" --skip-build
-   install -Dm 644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  depends=('python2' 'python2-pip' 'python2-pew' 'python2-virtualenv'
+  'python2-virtualenv-clone' 'python2-ordereddict'
+  'python2-setuptools' 'python2-certifi' 'python2-pyopenssl'
+  'python2-cryptography' 'python2-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"
 
-   mv "${pkgdir}/usr/bin/pipenv" "${pkgdir}/usr/bin/pipenv2"
-   mv "${pkgdir}/usr/bin/pipenv-resolver" 
"${pkgdir}/usr/bin/pipenv-resolver2"
+  mv "${pkgdir}/usr/bin/pipenv" "${pkgdir}/usr/bin/pipenv2"
+  mv "${pkgdir}/usr/bin/pipenv-resolver" "${pkgdir}/usr/bin/pipenv-resolver2"
 
-   PIPENV_SHELL=bash python2 -m pipenv --completion | sed 
"s/pipenv/pipenv2/g" | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/pipenv2"
-   PIPENV_SHELL=zsh  python2 -m pipenv --completion | sed 
"s/pipenv/pipenv2/g" | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/zsh/site-functions/_pipenv2"
-   PIPENV_SHELL=fish python2 -m pipenv --completion | sed 
"s/pipenv/pipenv2/g" | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/fish/vendor_completions.d/pipenv2.fish"
+  PIPENV_SHELL=bash python2 -m pipenv --completion | sed 's/pipenv/pipenv2/g' 
| install -Dm644 /dev/stdin 

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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 15:21:23
  Author: foutrelis
Revision: 362989

Python 3.7 rebuild

Modified:
  python-pipenv/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 15:20:02 UTC (rev 362988)
+++ PKGBUILD2018-07-23 15:21:23 UTC (rev 362989)
@@ -4,7 +4,7 @@
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
 pkgver=2018.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://docs.pipenv.org;
 arch=('any')


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

2018-07-03 Thread Morten Linderud via arch-commits
Date: Tuesday, July 3, 2018 @ 11:46:33
  Author: foxboron
Revision: 350870

upgpkg: python-pipenv 2018.7.1-1

Updated 2018.7.1

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-03 11:45:55 UTC (rev 350869)
+++ PKGBUILD2018-07-03 11:46:33 UTC (rev 350870)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
-pkgver=2018.6.25
+pkgver=2018.7.1
 pkgrel=1
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://docs.pipenv.org;
@@ -17,7 +17,7 @@
 #'python-pytz' 'python-flaky' 'python-mock'
 #'python2-pytest' 'python2-pytest-runner')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;)
-sha256sums=('282b5bdda23f8a14b2c12ea53d524f7d3edc67a6b2c7aa7d27d95f27c475e46c')
+sha256sums=('e7428c4a3ac93b8ad0a7819e043191865fc75b93a4a26a7288bf2a12883bca7a')
 
 prepare() {
   cp -a pipenv-$pkgver{,-py2}


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

2018-06-26 Thread Morten Linderud via arch-commits
Date: Tuesday, June 26, 2018 @ 22:13:50
  Author: foxboron
Revision: 346296

upgpkg: python-pipenv 2018.6.25-1

Updated to 2018.6.25

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 22:10:09 UTC (rev 346295)
+++ PKGBUILD2018-06-26 22:13:50 UTC (rev 346296)
@@ -3,16 +3,21 @@
 
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
-pkgver=2018.05.18
+pkgver=2018.6.25
 pkgrel=1
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://docs.pipenv.org;
 arch=('any')
 license=('MIT')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
+makedepends=('python-setuptools'
+ 'python2-setuptools')
+#checkdepends=('python-pytest' 'python-pytest-runner'
+#'python-pip' 'python-certifi' 'python-virtualenv'
+#'python-virtualenv-clone' 'python-strict-rfc3339'
+#'python-pytz' 'python-flaky' 'python-mock'
+#'python2-pytest' 'python2-pytest-runner')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;)
-sha256sums=('fadf22cd92ea0c96dc6d111940525e6285866d9bc06eb4aa52bc54bfb2ab2646')
+sha256sums=('282b5bdda23f8a14b2c12ea53d524f7d3edc67a6b2c7aa7d27d95f27c475e46c')
 
 prepare() {
   cp -a pipenv-$pkgver{,-py2}
@@ -26,6 +31,14 @@
   python2 setup.py build
 }
 
+#check(){
+#  cd "$srcdir/pipenv-$pkgver"
+#  python setup.py pytest
+#
+#  cd "$srcdir/pipenv-$pkgver-py2"
+#  python2 setup.py pytest
+#}
+
 package_python2-pipenv() {
   depends=('python2' 'python2-pip' 'python2-pew' 'python2-virtualenv'
   'python2-virtualenv-clone' 'python2-ordereddict'


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

2018-05-14 Thread Morten Linderud via arch-commits
Date: Monday, May 14, 2018 @ 09:22:31
  Author: foxboron
Revision: 321954

upgpkg: python-pipenv 2018.05.18-1

Updated to 2018.05.18

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-14 09:18:20 UTC (rev 321953)
+++ PKGBUILD2018-05-14 09:22:31 UTC (rev 321954)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
-pkgver=11.10.4
+pkgver=2018.05.18
 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=('0215275a830c2a1a6db014d0db10b8964aa3addc4ad8f01a5299fbc1152ec002')
+sha256sums=('fadf22cd92ea0c96dc6d111940525e6285866d9bc06eb4aa52bc54bfb2ab2646')
 
 prepare() {
   cp -a pipenv-$pkgver{,-py2}


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

2018-05-11 Thread Morten Linderud via arch-commits
Date: Friday, May 11, 2018 @ 09:46:45
  Author: foxboron
Revision: 320668

upgpkg: python-pipenv 11.10.4-1

Updated to 11.10.4

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-11 09:43:15 UTC (rev 320667)
+++ PKGBUILD2018-05-11 09:46:45 UTC (rev 320668)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
-pkgver=11.10.3
+pkgver=11.10.4
 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=('f73f12249fa4cfe8535f9a9010c8984c4cdcd012787aef0fd9bca4dbe4968010')
+sha256sums=('0215275a830c2a1a6db014d0db10b8964aa3addc4ad8f01a5299fbc1152ec002')
 
 prepare() {
   cp -a pipenv-$pkgver{,-py2}


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

2018-05-08 Thread Morten Linderud via arch-commits
Date: Tuesday, May 8, 2018 @ 13:21:29
  Author: foxboron
Revision: 319661

upgpkg: python-pipenv 11.10.3-1

Updated to 11.10.3 - Fixes FS#58421

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-08 10:04:05 UTC (rev 319660)
+++ PKGBUILD2018-05-08 13:21:29 UTC (rev 319661)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
-pkgver=11.10.1
+pkgver=11.10.3
 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=('ea316e70d2e8f7f1146bffd2370a1d7892a0975497444e4c5d867728f213b3b3')
+sha256sums=('f73f12249fa4cfe8535f9a9010c8984c4cdcd012787aef0fd9bca4dbe4968010')
 
 prepare() {
   cp -a pipenv-$pkgver{,-py2}
@@ -28,7 +28,7 @@
 
 package_python2-pipenv() {
   depends=('python2' 'python2-pip' 'python2-pew' 'python2-virtualenv'
-  'python2-virtualenv-clone' 'python2-pathlib' 'python2-ordereddict'
+  'python2-virtualenv-clone' 'python2-ordereddict'
   'python2-setuptools' 'python2-certifi' 'python2-pyopenssl'
   'python2-cryptography' 'python2-idna')
   cd "pipenv-$pkgver-py2"


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

2018-04-27 Thread Morten Linderud via arch-commits
Date: Friday, April 27, 2018 @ 15:53:24
  Author: foxboron
Revision: 318290

upgpkg: python-pipenv 11.10.1-1

Updated to 11.10.1

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-27 11:35:36 UTC (rev 318289)
+++ PKGBUILD2018-04-27 15:53:24 UTC (rev 318290)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
-pkgver=11.10.0
-pkgrel=2
+pkgver=11.10.1
+pkgrel=1
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://docs.pipenv.org;
 arch=('any')
@@ -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=('fb60f5c49b77b9beb760ecebf34b7ce70a3a00e44ec4872de033e694960b1dab')
+sha256sums=('ea316e70d2e8f7f1146bffd2370a1d7892a0975497444e4c5d867728f213b3b3')
 
 prepare() {
   cp -a pipenv-$pkgver{,-py2}


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

2018-04-25 Thread Eli Schwartz via arch-commits
Date: Wednesday, April 25, 2018 @ 13:57:45
  Author: eschwartz
Revision: 318013

upgpkg: python-pipenv 11.10.0-2

Add shell completion definitions.

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 13:07:11 UTC (rev 318012)
+++ PKGBUILD2018-04-25 13:57:45 UTC (rev 318013)
@@ -4,7 +4,7 @@
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
 pkgver=11.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://docs.pipenv.org;
 arch=('any')
@@ -38,6 +38,10 @@
   mv "${pkgdir}/usr/bin/pipenv" "${pkgdir}/usr/bin/pipenv2"
   mv "${pkgdir}/usr/bin/pewtwo" "${pkgdir}/usr/bin/pewtwo2"
   mv "${pkgdir}/usr/bin/pipenv-resolver" "${pkgdir}/usr/bin/pipenv-resolver2"
+
+  SHELL=bash python2 -m pipenv --completion | sed 's/pipenv/pipenv2/g' | 
install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/pipenv2"
+  SHELL=zsh  python2 -m pipenv --completion | sed 's/pipenv/pipenv2/g' | 
install -Dm644 /dev/stdin "${pkgdir}/usr/share/zsh/site-functions/_pipenv2"
+  SHELL=fish python2 -m pipenv --completion | sed 's/pipenv/pipenv2/g' | 
install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/fish/vendor_completions.d/pipenv2.fish"
 }
 
 package_python-pipenv() {
@@ -46,5 +50,8 @@
   cd "pipenv-$pkgver"
   python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
   install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  SHELL=bash python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/pipenv"
+  SHELL=zsh  python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/zsh/site-functions/_pipenv"
+  SHELL=fish python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/fish/vendor_completions.d/pipenv.fish"
 }
-


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

2018-04-12 Thread Morten Linderud via arch-commits
Date: Thursday, April 12, 2018 @ 12:17:33
  Author: foxboron
Revision: 316056

upgpkg: python-pipenv 11.10.0-1

Updated to 11.10.0

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-12 12:10:36 UTC (rev 316055)
+++ PKGBUILD2018-04-12 12:17:33 UTC (rev 316056)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
-pkgver=11.9.0
-pkgrel=4
+pkgver=11.10.0
+pkgrel=1
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://docs.pipenv.org;
 arch=('any')
@@ -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=('fe2a2cdb76ddfaff4d415606ff24425e2323763dd95aeeb049f5187f98620ef7')
+sha256sums=('fb60f5c49b77b9beb760ecebf34b7ce70a3a00e44ec4872de033e694960b1dab')
 
 prepare() {
   cp -a pipenv-$pkgver{,-py2}


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

2018-04-08 Thread Morten Linderud via arch-commits
Date: Sunday, April 8, 2018 @ 15:22:12
  Author: foxboron
Revision: 315132

upgpkg: python-pipenv 11.9.0-4

Fixed FS#58169 - wrong dependency names

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-08 15:19:59 UTC (rev 315131)
+++ PKGBUILD2018-04-08 15:22:12 UTC (rev 315132)
@@ -4,7 +4,7 @@
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
 pkgver=11.9.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://docs.pipenv.org;
 arch=('any')
@@ -29,7 +29,8 @@
 package_python2-pipenv() {
   depends=('python2' 'python2-pip' 'python2-pew' 'python2-virtualenv'
   'python2-virtualenv-clone' 'python2-pathlib' 'python2-ordereddict'
-  'python2-setuptools' 'python2-certifi' 'pyOpenSSL' 'cryptography' 
'idna')
+  'python2-setuptools' 'python2-certifi' 'python2-pyopenssl'
+  'python2-cryptography' 'python2-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"


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

2018-04-07 Thread Morten Linderud via arch-commits
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
===
--- PKGBUILD2018-04-07 13:55:47 UTC (rev 314837)
+++ PKGBUILD2018-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"


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

2018-03-25 Thread Morten Linderud via arch-commits
Date: Sunday, March 25, 2018 @ 10:34:14
  Author: foxboron
Revision: 312544

upgpkg: python-pipenv 11.9.0-2

python-pip dependency missing

Modified:
  python-pipenv/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 10:09:54 UTC (rev 312543)
+++ PKGBUILD2018-03-25 10:34:14 UTC (rev 312544)
@@ -4,7 +4,7 @@
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
 pkgver=11.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://docs.pipenv.org;
 arch=('any')
@@ -27,8 +27,9 @@
 }
 
 package_python2-pipenv() {
-  depends=('python2' 'python2-pew' 'python2-virtualenv' 
'python2-virtualenv-clone'
-  'python2-pathlib' 'python2-ordereddict' 'python2-setuptools' 
'python2-certifi')
+  depends=('python2' 'python2-pip' 'python2-pew' 'python2-virtualenv'
+  'python2-virtualenv-clone' 'python2-pathlib' 'python2-ordereddict'
+  'python2-setuptools' 'python2-certifi')
   cd "pipenv-$pkgver-py2"
   python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
   install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
@@ -39,8 +40,8 @@
 }
 
 package_python-pipenv() {
-  depends=('python' 'python-pew' 'python-virtualenv' 'python-setuptools'
-  'python-virtualenv-clone' 'python-certifi')
+  depends=('python' 'python-pip' 'python-pew' 'python-virtualenv'
+  'python-setuptools' 'python-virtualenv-clone' 'python-certifi')
   cd "pipenv-$pkgver"
   python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
   install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"


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

2018-03-21 Thread Morten Linderud via arch-commits
Date: Wednesday, March 21, 2018 @ 13:04:09
  Author: foxboron
Revision: 309915

upgpkg: python-pipenv 11.9.0-1

Updated to 11.9.0

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-21 13:04:04 UTC (rev 309914)
+++ PKGBUILD2018-03-21 13:04:09 UTC (rev 309915)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
-pkgver=11.0.3
+pkgver=11.9.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=('a57729df9c7d2992757c47a8b926f9eb6038ea9a0a6501b4582b20ddb961de63')
+sha256sums=('fe2a2cdb76ddfaff4d415606ff24425e2323763dd95aeeb049f5187f98620ef7')
 
 prepare() {
   cp -a pipenv-$pkgver{,-py2}
@@ -27,16 +27,20 @@
 }
 
 package_python2-pipenv() {
-  depends=('python2' 'python2-pew' 'python2-virtualenv')
+  depends=('python2' 'python2-pew' 'python2-virtualenv' 
'python2-virtualenv-clone'
+  'python2-pathlib' 'python2-ordereddict' 'python2-setuptools' 
'python2-certifi')
   cd "pipenv-$pkgver-py2"
   python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
   install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 
   mv "${pkgdir}/usr/bin/pipenv" "${pkgdir}/usr/bin/pipenv2"
+  mv "${pkgdir}/usr/bin/pewtwo" "${pkgdir}/usr/bin/pewtwo2"
+  mv "${pkgdir}/usr/bin/pipenv-resolver" "${pkgdir}/usr/bin/pipenv-resolver2"
 }
 
 package_python-pipenv() {
-  depends=('python' 'python-pew' 'python-virtualenv')
+  depends=('python' 'python-pew' 'python-virtualenv' 'python-setuptools'
+  'python-virtualenv-clone' 'python-certifi')
   cd "pipenv-$pkgver"
   python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
   install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"


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

2018-03-07 Thread Morten Linderud via arch-commits
Date: Wednesday, March 7, 2018 @ 18:59:07
  Author: foxboron
Revision: 304118

upgpkg: python-pipenv 11.0.3-1

Updated to 11.0.3

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 18:55:22 UTC (rev 304117)
+++ PKGBUILD2018-03-07 18:59:07 UTC (rev 304118)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
-pkgver=10.0.1
+pkgver=11.0.3
 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=('1ec3c669b60045415b21ff24b1034484e7ab0644691249f4a56e80797f7d7a0e')
+sha256sums=('a57729df9c7d2992757c47a8b926f9eb6038ea9a0a6501b4582b20ddb961de63')
 
 prepare() {
   cp -a pipenv-$pkgver{,-py2}
@@ -27,9 +27,7 @@
 }
 
 package_python2-pipenv() {
-  depends=('python2' 'python2-pip' 'python-pew'
-   'python2-virtualenv' 'python2-requests'
-   'python2-urllib3')
+  depends=('python2' 'python2-pew' 'python2-virtualenv')
   cd "pipenv-$pkgver-py2"
   python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
   install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
@@ -38,9 +36,7 @@
 }
 
 package_python-pipenv() {
-  depends=('python' 'python-pip' 'python-pew'
-   'python-virtualenv' 'python-requests'
-   'python-urllib3')
+  depends=('python' 'python-pew' 'python-virtualenv')
   cd "pipenv-$pkgver"
   python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
   install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"


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

2018-03-01 Thread Morten Linderud via arch-commits
Date: Thursday, March 1, 2018 @ 10:17:57
  Author: foxboron
Revision: 300931

upgpkg: python-pipenv 10.0.1-1

Updated to 10.0.1

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-01 10:04:24 UTC (rev 300930)
+++ PKGBUILD2018-03-01 10:17:57 UTC (rev 300931)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
-pkgver=10.0.0
+pkgver=10.0.1
 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=('af5c4aca99b18d7925bf01017e8990736b04368b47e77e2153078c2a574fe0c8')
+sha256sums=('1ec3c669b60045415b21ff24b1034484e7ab0644691249f4a56e80797f7d7a0e')
 
 prepare() {
   cp -a pipenv-$pkgver{,-py2}


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

2018-02-23 Thread Morten Linderud via arch-commits
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
===
--- PKGBUILD2018-02-23 20:23:50 UTC (rev 297255)
+++ PKGBUILD2018-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


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

2018-02-22 Thread Morten Linderud via arch-commits
Date: Thursday, February 22, 2018 @ 12:22:59
  Author: foxboron
Revision: 297081

upgpkg: python-pipenv 9.1.0-1

Updated to 9.1.0

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-22 11:20:10 UTC (rev 297080)
+++ PKGBUILD2018-02-22 12:22:59 UTC (rev 297081)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
-pkgver=9.0.3
+pkgver=9.1.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=('57c37d3b960d305468a58ddd7c6a82477a21c77512bdc59c05ed2aace2bf7f1c')
+sha256sums=('d0c2ad20c24c18c284811efb8e3c233efce380078274d33fb0c0f523bf831440')
 
 prepare() {
   cp -a pipenv-$pkgver{,-py2}


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

2018-01-21 Thread Morten Linderud via arch-commits
Date: Sunday, January 21, 2018 @ 15:58:30
  Author: foxboron
Revision: 284570

upgpkg: python-pipenv 9.0.3-1

Updated pipenv to 9.0.3

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-21 15:55:46 UTC (rev 284569)
+++ PKGBUILD2018-01-21 15:58:30 UTC (rev 284570)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
-pkgver=9.0.1
+pkgver=9.0.3
 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=('5e16b51a30ef4b91a9f258ba62271596d52390e15776267e79caf4f6ffa02e52')
+sha256sums=('57c37d3b960d305468a58ddd7c6a82477a21c77512bdc59c05ed2aace2bf7f1c')
 
 prepare() {
   cp -a pipenv-$pkgver{,-py2}


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

2017-12-25 Thread Morten Linderud via arch-commits
Date: Tuesday, December 26, 2017 @ 00:24:06
  Author: foxboron
Revision: 276046

upgpkg: python-pipenv 9.0.1-1

Updated pipenv

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 21:34:21 UTC (rev 276045)
+++ PKGBUILD2017-12-26 00:24:06 UTC (rev 276046)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
-pkgver=9.0.0
+pkgver=9.0.1
 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=('4e4d78f1da2acf05bf0a27737358d1092ddcf716da76298e39d9ad509a410500')
+sha256sums=('5e16b51a30ef4b91a9f258ba62271596d52390e15776267e79caf4f6ffa02e52')
 
 prepare() {
   cp -a pipenv-$pkgver{,-py2}


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

2017-12-12 Thread Morten Linderud via arch-commits
Date: Tuesday, December 12, 2017 @ 16:05:48
  Author: foxboron
Revision: 274004

upgpkg: python-pipenv 9.0.0-1

Updated pipenv to 9.0.0

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-12 15:58:59 UTC (rev 274003)
+++ PKGBUILD2017-12-12 16:05:48 UTC (rev 274004)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
-pkgver=8.3.2
-pkgrel=2
+pkgver=9.0.0
+pkgrel=1
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://docs.pipenv.org;
 arch=('any')
@@ -11,8 +11,8 @@
 license=('MIT')
 makedepends=('python' 'python-setuptools'
  'python2' 'python2-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kennethreitz/pipenv/archive/v${pkgver}.tar.gz;)
-sha256sums=('7c4c161e22f970b435598dfbc0758270a224a3f38467ba989eb6f4f767197835')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;)
+sha256sums=('4e4d78f1da2acf05bf0a27737358d1092ddcf716da76298e39d9ad509a410500')
 
 prepare() {
   cp -a pipenv-$pkgver{,-py2}


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

2017-12-02 Thread Morten Linderud via arch-commits
Date: Saturday, December 2, 2017 @ 13:20:24
  Author: foxboron
Revision: 271875

upgpkg: python-pipenv 8.3.2-2

Use python-pew instead of python2-pew as the binary is called, not any library

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-02 10:08:48 UTC (rev 271874)
+++ PKGBUILD2017-12-02 13:20:24 UTC (rev 271875)
@@ -4,7 +4,7 @@
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
 pkgver=8.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://docs.pipenv.org;
 arch=('any')
@@ -27,7 +27,7 @@
 }
 
 package_python2-pipenv() {
-  depends=('python2' 'python2-pip' 'python2-pew'
+  depends=('python2' 'python2-pip' 'python-pew'
'python2-virtualenv' 'python2-flake8' 'python2-requests'
'python2-urllib3')
   cd "pipenv-$pkgver-py2"


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

2017-11-07 Thread Morten Linderud
Date: Tuesday, November 7, 2017 @ 16:05:41
  Author: foxboron
Revision: 265678

upgpkg: python-pipenv 8.3.2-1

Updated pipenv to 8.3.2

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-07 15:01:41 UTC (rev 265677)
+++ PKGBUILD2017-11-07 16:05:41 UTC (rev 265678)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
-pkgver=8.3.1
+pkgver=8.3.2
 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/kennethreitz/pipenv/archive/v${pkgver}.tar.gz;)
-sha256sums=('e9c095711eede9b0086b8bd0d8f1c220a109f90af715fc18a36015bedd1cc44a')
+sha256sums=('7c4c161e22f970b435598dfbc0758270a224a3f38467ba989eb6f4f767197835')
 
 prepare() {
   cp -a pipenv-$pkgver{,-py2}


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

2017-11-03 Thread Morten Linderud
Date: Friday, November 3, 2017 @ 19:33:19
  Author: foxboron
Revision: 265368

upgpkg: python-pipenv 8.3.1-1

Updated to 8.3.1

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 19:32:50 UTC (rev 265367)
+++ PKGBUILD2017-11-03 19:33:19 UTC (rev 265368)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
-pkgver=8.2.7
-pkgrel=2
+pkgver=8.3.1
+pkgrel=1
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://docs.pipenv.org;
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python' 'python-setuptools'
  'python2' 'python2-setuptools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kennethreitz/pipenv/archive/v${pkgver}.tar.gz;)
-sha256sums=('60e1674f26a5ca8261404f054e46bc5755dc7237300d2b18525eacd1849c704b')
+sha256sums=('e9c095711eede9b0086b8bd0d8f1c220a109f90af715fc18a36015bedd1cc44a')
 
 prepare() {
   cp -a pipenv-$pkgver{,-py2}