Skip to content

Commit 46b1d52

Browse files
committed
Update PKGBUILD following fix introduced by pypa/pipenv#4169
upgpkg: python-pipenv-git 2018.11.26.r751.g5c01c682-1
1 parent aa512c2 commit 46b1d52

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

.SRCINFO

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = python-pipenv-git
22
pkgdesc = Python Development Workflow for Humans.
3-
pkgver = 2018.11.26.r690.ga883ef51
3+
pkgver = 2018.11.26.r751.g5c01c682
44
pkgrel = 1
55
url = https://pipenv.pypa.io
66
arch = any

PKGBUILD

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Maintainer: Ilaï Deutel
1+
# Maintainer: Ilaï Deutel <PlMWPh1WSmypRv0JQljz> (echo ... | tr 'A-Za-z' 'l-za-kL-ZA-K' | base64 -d)
22
# Contributor: Flaviu Tamas <[email protected]>
33
# Contributor: Morten Linderud <[email protected]>
44
# Contributor: Maikel Wever <[email protected]>
55

66
pkgname=python-pipenv-git
7-
pkgver=2018.11.26.r690.ga883ef51
7+
pkgver=2018.11.26.r751.g5c01c682
88
pkgrel=1
99
pkgdesc="Python Development Workflow for Humans."
1010
url="https://pipenv.pypa.io"
@@ -35,18 +35,6 @@ pkgver() {
3535
git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
3636
}
3737

38-
prepare() {
39-
# The setuptools package removes pkg_resources.extern because "Upstream
40-
# devendoring logic is badly broken". We use the canonical location instead.
41-
# Relevant links:
42-
# https://bugs.archlinux.org/task/58670
43-
# https://github.com/pypa/pip/issues/5429
44-
# https://github.com/pypa/setuptools/issues/1383
45-
# https://github.com/sarugaku/requirementslib/issues/185
46-
find "$srcdir/$pkgname/pipenv/vendor/requirementslib" -name \*.py \
47-
-exec sed -i 's/pkg_resources.extern.packaging/packaging/' {} \;
48-
}
49-
5038
build() {
5139
cd "$srcdir/$pkgname"
5240
python setup.py build

0 commit comments

Comments
 (0)