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

Andrew Crerar andrewsc at gemini.archlinux.org
Mon Aug 1 15:40:50 UTC 2022


    Date: Monday, August 1, 2022 @ 15:40:49
  Author: andrewsc
Revision: 1259667

archrelease: copy trunk to community-any

Added:
  python-pipenv/repos/community-any/PKGBUILD
    (from rev 1259666, python-pipenv/trunk/PKGBUILD)
Deleted:
  python-pipenv/repos/community-any/PKGBUILD
  python-pipenv/repos/community-any/requirements_downgrade.patch

------------------------------+
 PKGBUILD                     |   75 ++++++++++++++++++-----------------------
 requirements_downgrade.patch |   13 -------
 2 files changed, 34 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-01 15:40:27 UTC (rev 1259666)
+++ PKGBUILD	2022-08-01 15:40:49 UTC (rev 1259667)
@@ -1,41 +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=2022.7.4
-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"
-        "requirements_downgrade.patch")
-sha512sums=('e0cb905eea15a87392c2c75050c8c1e9725e344d3f9c30fb6a7d9d8754ae0306a00b735c52b1ae10c677f28a6eb0308e0faf2d2943bc7569f2f8619a17c41b5f'
-            'd35c6c9d6c490af0b34a97ef2a5a37244df7aceb9b45d4caf8e3155cd28c9ea9721557235b6b99c880d866c89b2b479c974345fde4b989b480bcb7b9ccd34736')
-
-prepare() {
-  cd "pipenv-${pkgver}"
-  patch -Np1 -i ../requirements_downgrade.patch
-}
-
-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 1259666, python-pipenv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-01 15:40:49 UTC (rev 1259667)
@@ -0,0 +1,34 @@
+# 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=2022.7.24
+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=('850546d01c71f2625ff40c44fe7859da8e890a38e862659f5b2c34c6fc2cf994fefb7f445d4695274e111da90ae4897e5de8366cd6c3e09f7b3945ecae6fd7bb')
+
+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"
+}

Deleted: requirements_downgrade.patch
===================================================================
--- requirements_downgrade.patch	2022-08-01 15:40:27 UTC (rev 1259666)
+++ requirements_downgrade.patch	2022-08-01 15:40:49 UTC (rev 1259667)
@@ -1,13 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 3a1cd31a..d7083434 100644
---- a/setup.py
-+++ b/setup.py
-@@ -21,7 +21,7 @@ if sys.argv[-1] == "publish":
-     sys.exit()
- 
- required = [
--    "pip>=22.0.4",
-+    "pip>=21.0.0",
-     "certifi",
-     "setuptools>=36.2.1",
-     "virtualenv-clone>=0.2.5",



More information about the arch-commits mailing list