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

Andrew Crerar andrewsc at gemini.archlinux.org
Tue May 3 18:49:18 UTC 2022


    Date: Tuesday, May 3, 2022 @ 18:49:17
  Author: andrewsc
Revision: 1192426

upgpkg: python-pipenv 2022.5.2-1

- Updated patch to only contain pip downgrade as upstream has reverted
  the setup tools change: https://github.com/pypa/pipenv/commit/ba259a674b81e59e9d08d9d8eaeb7ebd358e4c3f

Modified:
  python-pipenv/trunk/PKGBUILD
  python-pipenv/trunk/requirements_downgrade.patch

------------------------------+
 PKGBUILD                     |    8 ++++----
 requirements_downgrade.patch |    9 +++------
 2 files changed, 7 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-03 18:43:08 UTC (rev 1192425)
+++ PKGBUILD	2022-05-03 18:49:17 UTC (rev 1192426)
@@ -3,8 +3,8 @@
 # Contributor: Maikel Wever <maikelwever at gmail.com>
 
 pkgname=python-pipenv
-pkgver=2022.4.21
-pkgrel=2
+pkgver=2022.5.2
+pkgrel=1
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://pipenv.pypa.io"
 arch=('any')
@@ -14,8 +14,8 @@
 makedepends=('python-setuptools')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz"
         "requirements_downgrade.patch")
-sha512sums=('b79901c65d13a346c6666ff15284453069c58306228ae93c0257b473c2ef8efa2c8611071f1535d15253ce694929412546aba7988829b843b835e7862822a426'
-            'a36117df9f9731e0c9393ac02434608191cd760e3e2c8e4d28fef6260c8db69edd7e08cffb321c8792eaa45b8b49cd68475593d11c9d90850cb9940d4472ee6b')
+sha512sums=('0c0fcaf14046cb0d75cb9c260408683b53d6a5e5f2c20c4f73cc20c21af054ac2f18d3c616bfebf18dd6ad02731dadcc0efa85f861643c5ce7dc16d61e9d1983'
+            'd35c6c9d6c490af0b34a97ef2a5a37244df7aceb9b45d4caf8e3155cd28c9ea9721557235b6b99c880d866c89b2b479c974345fde4b989b480bcb7b9ccd34736')
 
 prepare() {
   cd "pipenv-${pkgver}"

Modified: requirements_downgrade.patch
===================================================================
--- requirements_downgrade.patch	2022-05-03 18:43:08 UTC (rev 1192425)
+++ requirements_downgrade.patch	2022-05-03 18:49:17 UTC (rev 1192426)
@@ -1,8 +1,8 @@
 diff --git a/setup.py b/setup.py
-index d07a359a..42d29e0a 100644
+index 3a1cd31a..d7083434 100644
 --- a/setup.py
 +++ b/setup.py
-@@ -21,9 +21,9 @@ if sys.argv[-1] == "publish":
+@@ -21,7 +21,7 @@ if sys.argv[-1] == "publish":
      sys.exit()
  
  required = [
@@ -9,8 +9,5 @@
 -    "pip>=22.0.4",
 +    "pip>=21.0.0",
      "certifi",
--    "setuptools>=60.0.0",
-+    "setuptools>=59.5.0",
+     "setuptools>=36.2.1",
      "virtualenv-clone>=0.2.5",
-     "virtualenv",
- ]



More information about the arch-commits mailing list