diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-28 12:49:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-28 12:59:22 +0100 |
commit | ca59d61bb19e451835035ac8eb71606cb0b8a1a5 (patch) | |
tree | 845d185caca7e8a41543fbdfab50671a875f507a /dev-python | |
parent | dev-python/piexif: Remove redundant versions (diff) | |
download | gentoo-ca59d61bb19e451835035ac8eb71606cb0b8a1a5.tar.gz gentoo-ca59d61bb19e451835035ac8eb71606cb0b8a1a5.tar.bz2 gentoo-ca59d61bb19e451835035ac8eb71606cb0b8a1a5.zip |
dev-python/pipenv: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pipenv/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pipenv/pipenv-9.0.0-r1.ebuild | 37 | ||||
-rw-r--r-- | dev-python/pipenv/pipenv-9.0.0-r2.ebuild | 38 | ||||
-rw-r--r-- | dev-python/pipenv/pipenv-9.0.0.ebuild | 38 |
4 files changed, 0 insertions, 114 deletions
diff --git a/dev-python/pipenv/Manifest b/dev-python/pipenv/Manifest index 2cc1a0cd7ed2..28df266db995 100644 --- a/dev-python/pipenv/Manifest +++ b/dev-python/pipenv/Manifest @@ -1,2 +1 @@ DIST pipenv-2018.11.26.tar.gz 6560580 BLAKE2B a3846de696733b5f3f393163999d7f333b52accdcebadfd800507defd1108ac4ccb288b39fb805ecf03e417cfe0d1a8b2fc714a95e8ee4485f8622ff8fe4a1ca SHA512 59582ad4a0730083ea58867f7a5d9714290d62947f56bec80e154d4359fe1dff16e44974a7fba3841e5f2516f2ce9709baf9954c9fc40fd66ebc46c3060d4dea -DIST pipenv-9.0.0.tar.gz 3859618 BLAKE2B 138e53b1ef08d036f4ded6b4ca9da1a88084ad3d987aea1c6783181de414f7b24a54d46b26c2171f0918a1b1c22e2dac983fafad8a80f4aa95f93979bebfe2df SHA512 ea2d5ada73288a5d20473d769e20d6d195f65c3d3aebe2e52a43e1641af916295a18810bdb74a611751e773bfdfbc0ea7190d61358dce66d4aa33fa4a6f6131f diff --git a/dev-python/pipenv/pipenv-9.0.0-r1.ebuild b/dev-python/pipenv/pipenv-9.0.0-r1.ebuild deleted file mode 100644 index 29826767a98c..000000000000 --- a/dev-python/pipenv/pipenv-9.0.0-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Python Development Workflow for Humans" -HOMEPAGE="https://github.com/pypa/pipenv https://pypi.org/project/pipenv/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND=" - >=dev-python/flake8-3.0.0[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/pew-0.1.26[${PYTHON_USEDEP}] - >=dev-python/pip-9.0.1[${PYTHON_USEDEP}] - >dev-python/requests-2.18.0[${PYTHON_USEDEP}] - >=dev-python/urllib3-1.21.1[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - )" - -# not completely packed -# requires networking -RESTRICT="test" - -python_test() { - py.test -v -v || die -} diff --git a/dev-python/pipenv/pipenv-9.0.0-r2.ebuild b/dev-python/pipenv/pipenv-9.0.0-r2.ebuild deleted file mode 100644 index 14b90d3e86cc..000000000000 --- a/dev-python/pipenv/pipenv-9.0.0-r2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="Python Development Workflow for Humans" -HOMEPAGE="https://github.com/pypa/pipenv https://pypi.org/project/pipenv/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND=" - >=dev-python/flake8-3.0.0[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/pew-0.1.26[${PYTHON_USEDEP}] - >=dev-python/pip-9.0.1[${PYTHON_USEDEP}] - >dev-python/requests-2.18.0[${PYTHON_USEDEP}] - >=dev-python/urllib3-1.21.1[${PYTHON_USEDEP}] - " -DEPEND="${RDEPEND} - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - )" - -# not completely packed -# requires networking -RESTRICT="test" - -python_test() { - py.test -v -v || die -} diff --git a/dev-python/pipenv/pipenv-9.0.0.ebuild b/dev-python/pipenv/pipenv-9.0.0.ebuild deleted file mode 100644 index 32a7a8be7471..000000000000 --- a/dev-python/pipenv/pipenv-9.0.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Python Development Workflow for Humans" -HOMEPAGE="https://github.com/pypa/pipenv https://pypi.org/project/pipenv/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/flake8 - dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/pew-0.1.26[${PYTHON_USEDEP}] - >=dev-python/pip-9.0.1[${PYTHON_USEDEP}] - >dev-python/requests-2.18.0[${PYTHON_USEDEP}] - >=dev-python/urllib3-1.21.1[${PYTHON_USEDEP}] - test? ( - dev-python/flake8[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - )" - -# not completely packed -# requires networking -RESTRICT="test" - -python_test() { - py.test -v -v || die -} |