[arch-commits] Commit in python-pipenv/repos/community-any (PKGBUILD PKGBUILD)

Morten Linderud foxboron at archlinux.org
Mon May 14 09:23:18 UTC 2018


    Date: Monday, May 14, 2018 @ 09:23:17
  Author: foxboron
Revision: 321955

archrelease: copy trunk to community-any

Added:
  python-pipenv/repos/community-any/PKGBUILD
    (from rev 321954, python-pipenv/trunk/PKGBUILD)
Deleted:
  python-pipenv/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  114 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-14 09:22:31 UTC (rev 321954)
+++ PKGBUILD	2018-05-14 09:23:17 UTC (rev 321955)
@@ -1,57 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Maikel Wever <maikelwever at gmail.com>
-
-pkgbase=python-pipenv
-pkgname=(python-pipenv python2-pipenv)
-pkgver=11.10.4
-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')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz")
-sha256sums=('0215275a830c2a1a6db014d0db10b8964aa3addc4ad8f01a5299fbc1152ec002')
-
-prepare() {
-  cp -a pipenv-$pkgver{,-py2}
-}
-
-build(){
-  cd "$srcdir/pipenv-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/pipenv-$pkgver-py2"
-  python2 setup.py build
-}
-
-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/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() {
-  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"
-
-  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"
-}

Copied: python-pipenv/repos/community-any/PKGBUILD (from rev 321954, python-pipenv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-14 09:23:17 UTC (rev 321955)
@@ -0,0 +1,57 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Maikel Wever <maikelwever at gmail.com>
+
+pkgbase=python-pipenv
+pkgname=(python-pipenv python2-pipenv)
+pkgver=2018.05.18
+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')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz")
+sha256sums=('fadf22cd92ea0c96dc6d111940525e6285866d9bc06eb4aa52bc54bfb2ab2646')
+
+prepare() {
+  cp -a pipenv-$pkgver{,-py2}
+}
+
+build(){
+  cd "$srcdir/pipenv-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/pipenv-$pkgver-py2"
+  python2 setup.py build
+}
+
+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/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() {
+  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"
+
+  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"
+}



More information about the arch-commits mailing list