[arch-commits] Commit in python-pipenv/repos/community-any (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Tue Nov 9 18:25:30 UTC 2021
Date: Tuesday, November 9, 2021 @ 18:25:30
Author: foxboron
Revision: 1039396
archrelease: copy trunk to community-any
Added:
python-pipenv/repos/community-any/PKGBUILD
(from rev 1039395, python-pipenv/trunk/PKGBUILD)
Deleted:
python-pipenv/repos/community-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-09 18:25:24 UTC (rev 1039395)
+++ PKGBUILD 2021-11-09 18:25:30 UTC (rev 1039396)
@@ -1,35 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Maintainer: Andrew Crerar <crerar at archlinux.org>
-# Contributor: Maikel Wever <maikelwever at gmail.com>
-
-pkgname=python-pipenv
-pkgver=2021.11.5.0
-_pkgver=2021.11.5.post0
-pkgrel=1
-pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
-url="https://pipenv.pypa.io"
-arch=('any')
-license=('MIT')
-depends=('python' 'python-pip' 'python-certifi'
- 'python-virtualenv-clone' 'python-virtualenv')
-makedepends=('python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${_pkgver}.tar.gz")
-sha512sums=('fc0d4f9a21350ecb41864d4b8c22266b4e7b127ab86e1139d170559258f1dccf597d368e1a16c4b8d98607eaa42bb9496ebc2ccbaabd83a6d7226d708731eb7f')
-
-build() {
- cd "pipenv-${_pkgver}"
- python setup.py build
-}
-
-package() {
- 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"
- 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 1039395, python-pipenv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-09 18:25:30 UTC (rev 1039396)
@@ -0,0 +1,35 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Maintainer: Andrew Crerar <crerar at archlinux.org>
+# Contributor: Maikel Wever <maikelwever at gmail.com>
+
+pkgname=python-pipenv
+pkgver=2021.11.9
+# _pkgver=2021.11.5.post0
+pkgrel=1
+pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
+url="https://pipenv.pypa.io"
+arch=('any')
+license=('MIT')
+depends=('python' 'python-pip' 'python-certifi'
+ 'python-virtualenv-clone' 'python-virtualenv')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz")
+sha512sums=('6ad44fe70d3e3f5bbdedb891c76ad1c37863e6f4215c34f2ef6aa1a35b89fb6262f8c55f7f2e71544e550d66d20567f12ce4698f9e3a899853aa49a0849c3189')
+
+build() {
+ cd "pipenv-${pkgver}"
+ python setup.py build
+}
+
+package() {
+ 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"
+ 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