Date: Tuesday, September 20, 2022 @ 21:52:23
Author: andrewsc
Revision: 1305865
archrelease: copy trunk to community-any
Added:
python-pipenv/repos/community-any/PKGBUILD
(from rev 1305864, python-pipenv/trunk/PKGBUILD)
Deleted:
python-pipenv/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-20 21:52:03 UTC (rev 1305864)
+++ PKGBUILD 2022-09-20 21:52:23 UTC (rev 1305865)
@@ -1,34 +0,0 @@
-# Maintainer: Morten Linderud <[email protected]>
-# Maintainer: Andrew Crerar <[email protected]>
-# Contributor: Maikel Wever <[email protected]>
-
-pkgname=python-pipenv
-pkgver=2022.9.8
-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")
-b2sums=('d2954fdfff0d329144c44c61030a2c5d78457a1a0a9b6d1a0001970b55667dca390523a7a1dbdfcc24a3a0ec3488ae450a4b20770ab71e13d5f324fb569e5a65')
-
-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 1305864,
python-pipenv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-20 21:52:23 UTC (rev 1305865)
@@ -0,0 +1,34 @@
+# Maintainer: Morten Linderud <[email protected]>
+# Maintainer: Andrew Crerar <[email protected]>
+# Contributor: Maikel Wever <[email protected]>
+
+pkgname=python-pipenv
+pkgver=2022.9.20
+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")
+b2sums=('5dacc52a1256bd003e7a3fec8b8142de4c03c64cdd5661b2183886643d121f03b50f91052ab7347079591de00a5b1edbca9861f6d169e7c14fbe569b9168eb4e')
+
+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"
+}