File tree 2 files changed +3
-15
lines changed
2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 1
1
pkgbase = python-pipenv-git
2
2
pkgdesc = Python Development Workflow for Humans.
3
- pkgver = 2018.11.26.r690.ga883ef51
3
+ pkgver = 2018.11.26.r751.g5c01c682
4
4
pkgrel = 1
5
5
url = https://pipenv.pypa.io
6
6
arch = any
Original file line number Diff line number Diff line change 1
- # Maintainer: Ilaï Deutel
1
+ # Maintainer: Ilaï Deutel <PlMWPh1WSmypRv0JQljz> (echo ... | tr 'A-Za-z' 'l-za-kL-ZA-K' | base64 -d)
2
2
# Contributor: Flaviu Tamas <[email protected] >
3
3
# Contributor: Morten Linderud <[email protected] >
4
4
# Contributor: Maikel Wever <[email protected] >
5
5
6
6
pkgname=python-pipenv-git
7
- pkgver=2018.11.26.r690.ga883ef51
7
+ pkgver=2018.11.26.r751.g5c01c682
8
8
pkgrel=1
9
9
pkgdesc=" Python Development Workflow for Humans."
10
10
url=" https://pipenv.pypa.io"
@@ -35,18 +35,6 @@ pkgver() {
35
35
git describe --long | sed ' s/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
36
36
}
37
37
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
-
50
38
build () {
51
39
cd " $srcdir /$pkgname "
52
40
python setup.py build
You can’t perform that action at this time.
0 commit comments