diff options
author | David Seifert <soap@gentoo.org> | 2019-12-28 17:14:00 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-28 17:14:00 +0100 |
commit | a074bc25ec011cb1df3550fcf11ca8e805fa5bfb (patch) | |
tree | b1387dc5f43234fcab68bc87ad6a9322ca86b208 /dev-python/pipenv | |
parent | dev-python/pillowfight: Remove Py2 (diff) | |
download | gentoo-a074bc25ec011cb1df3550fcf11ca8e805fa5bfb.tar.gz gentoo-a074bc25ec011cb1df3550fcf11ca8e805fa5bfb.tar.bz2 gentoo-a074bc25ec011cb1df3550fcf11ca8e805fa5bfb.zip |
dev-python/pipenv: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/pipenv')
-rw-r--r-- | dev-python/pipenv/pipenv-2018.11.26.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pipenv/pipenv-9.0.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pipenv/pipenv-9.0.0-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pipenv/pipenv-9.0.0.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pipenv/pipenv-2018.11.26.ebuild b/dev-python/pipenv/pipenv-2018.11.26.ebuild index e5a60ca0a961..992c4a873b70 100644 --- a/dev-python/pipenv/pipenv-2018.11.26.ebuild +++ b/dev-python/pipenv/pipenv-2018.11.26.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 diff --git a/dev-python/pipenv/pipenv-9.0.0-r1.ebuild b/dev-python/pipenv/pipenv-9.0.0-r1.ebuild index 11ced7d2d917..718a086e589c 100644 --- a/dev-python/pipenv/pipenv-9.0.0-r1.ebuild +++ b/dev-python/pipenv/pipenv-9.0.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{5,6}} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 diff --git a/dev-python/pipenv/pipenv-9.0.0-r2.ebuild b/dev-python/pipenv/pipenv-9.0.0-r2.ebuild index 30234d8c8e80..005a4e2f0c34 100644 --- a/dev-python/pipenv/pipenv-9.0.0-r2.ebuild +++ b/dev-python/pipenv/pipenv-9.0.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 diff --git a/dev-python/pipenv/pipenv-9.0.0.ebuild b/dev-python/pipenv/pipenv-9.0.0.ebuild index 9a19b2e5813a..5bf9818bb574 100644 --- a/dev-python/pipenv/pipenv-9.0.0.ebuild +++ b/dev-python/pipenv/pipenv-9.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{5,6}} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 |