summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlaï Deutel2020-04-12 01:42:34 -0700
committerIlaï Deutel2020-04-12 01:44:28 -0700
commit46b1d5201cce87958068af9a99a6d5b49c5a37b9 (patch)
tree05b61b6c12e601e9ce72ecce27538c541e2ada6b
parentaa512c208a03e46543342c46389019948a9251d5 (diff)
downloadaur-46b1d5201cce87958068af9a99a6d5b49c5a37b9.tar.gz
Update PKGBUILD following fix introduced by pypa/pipenv#4169
upgpkg: python-pipenv-git 2018.11.26.r751.g5c01c682-1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD16
2 files changed, 3 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2341c49022b..184306bd7154 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pipenv-git
pkgdesc = Python Development Workflow for Humans.
- pkgver = 2018.11.26.r690.ga883ef51
+ pkgver = 2018.11.26.r751.g5c01c682
pkgrel = 1
url = https://pipenv.pypa.io
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 52d1b12feeb9..88bdc071790c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Ilaï Deutel
+# Maintainer: Ilaï Deutel <PlMWPh1WSmypRv0JQljz> (echo ... | tr 'A-Za-z' 'l-za-kL-ZA-K' | base64 -d)
# Contributor: Flaviu Tamas <me@flaviutamas.com>
# Contributor: Morten Linderud <foxboron@archlinux.org>
# Contributor: Maikel Wever <maikelwever@gmail.com>
pkgname=python-pipenv-git
-pkgver=2018.11.26.r690.ga883ef51
+pkgver=2018.11.26.r751.g5c01c682
pkgrel=1
pkgdesc="Python Development Workflow for Humans."
url="https://pipenv.pypa.io"
@@ -35,18 +35,6 @@ pkgver() {
git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
-prepare() {
- # The setuptools package removes pkg_resources.extern because "Upstream
- # devendoring logic is badly broken". We use the canonical location instead.
- # Relevant links:
- # https://bugs.archlinux.org/task/58670
- # https://github.com/pypa/pip/issues/5429
- # https://github.com/pypa/setuptools/issues/1383
- # https://github.com/sarugaku/requirementslib/issues/185
- find "$srcdir/$pkgname/pipenv/vendor/requirementslib" -name \*.py \
- -exec sed -i 's/pkg_resources.extern.packaging/packaging/' {} \;
-}
-
build() {
cd "$srcdir/$pkgname"
python setup.py build