Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pipenv/
Date: Sat, 27 Feb 2021 21:07:14
Message-Id: 1614460016.11513801b446176a786aa88dda69addf8c47a7e3.sam@gentoo
1 commit: 11513801b446176a786aa88dda69addf8c47a7e3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 21:04:36 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 21:06:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11513801
7
8 dev-python/pipenv: add Python 3.9
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/pipenv/pipenv-2020.11.15.ebuild | 10 +++++-----
13 dev-python/pipenv/pipenv-2020.11.4.ebuild | 9 +++++----
14 2 files changed, 10 insertions(+), 9 deletions(-)
15
16 diff --git a/dev-python/pipenv/pipenv-2020.11.15.ebuild b/dev-python/pipenv/pipenv-2020.11.15.ebuild
17 index e20e61223c3..9028b19d5c2 100644
18 --- a/dev-python/pipenv/pipenv-2020.11.15.ebuild
19 +++ b/dev-python/pipenv/pipenv-2020.11.15.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 DISTUTILS_USE_SETUPTOOLS=rdepend
28 -PYTHON_COMPAT=( python3_7 python3_8 )
29 +PYTHON_COMPAT=( python3_{7,8,9} )
30
31 inherit distutils-r1
32
33 @@ -26,8 +26,7 @@ RDEPEND="
34 dev-python/pip[${PYTHON_USEDEP}]
35 >=dev-python/virtualenv-20.0.35[${PYTHON_USEDEP}]
36 dev-python/virtualenv-clone[${PYTHON_USEDEP}]
37 - "
38 -
39 +"
40 BDEPEND="
41 ${RDEPEND}
42 test? (
43 @@ -35,7 +34,8 @@ BDEPEND="
44 dev-python/mock[${PYTHON_USEDEP}]
45 dev-python/pytest[${PYTHON_USEDEP}]
46 dev-python/pytz[${PYTHON_USEDEP}]
47 - )"
48 + )
49 +"
50
51 src_prepare() {
52 # remove vendored version of PyYAML that is backported to Python2
53
54 diff --git a/dev-python/pipenv/pipenv-2020.11.4.ebuild b/dev-python/pipenv/pipenv-2020.11.4.ebuild
55 index f9e44ff1d37..8f561656bd1 100644
56 --- a/dev-python/pipenv/pipenv-2020.11.4.ebuild
57 +++ b/dev-python/pipenv/pipenv-2020.11.4.ebuild
58 @@ -1,10 +1,10 @@
59 -# Copyright 1999-2020 Gentoo Authors
60 +# Copyright 1999-2021 Gentoo Authors
61 # Distributed under the terms of the GNU General Public License v2
62
63 EAPI=7
64
65 DISTUTILS_USE_SETUPTOOLS=rdepend
66 -PYTHON_COMPAT=( python3_7 python3_8 )
67 +PYTHON_COMPAT=( python3_{7,8,9} )
68
69 inherit distutils-r1
70
71 @@ -26,7 +26,7 @@ RDEPEND="
72 dev-python/pip[${PYTHON_USEDEP}]
73 >=dev-python/virtualenv-20.0.35[${PYTHON_USEDEP}]
74 dev-python/virtualenv-clone[${PYTHON_USEDEP}]
75 - "
76 +"
77
78 BDEPEND="
79 ${RDEPEND}
80 @@ -35,7 +35,8 @@ BDEPEND="
81 dev-python/mock[${PYTHON_USEDEP}]
82 <dev-python/pytest-5[${PYTHON_USEDEP}]
83 dev-python/pytz[${PYTHON_USEDEP}]
84 - )"
85 + )
86 +"
87
88 src_prepare() {
89 # remove vendored version of PyYAML that is backported to Python2