diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:41:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:51:51 +0200 |
commit | 5c65e6f88b86525e6515f28305384696dc6602ee (patch) | |
tree | 0ba8076ba270cd6ac9845c8e552428e2e118d9dc /dev-python/configargparse | |
parent | dev-python/colorama: Remove redundant versions (diff) | |
download | gentoo-5c65e6f88b86525e6515f28305384696dc6602ee.tar.gz gentoo-5c65e6f88b86525e6515f28305384696dc6602ee.tar.bz2 gentoo-5c65e6f88b86525e6515f28305384696dc6602ee.zip |
dev-python/configargparse: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/configargparse')
-rw-r--r-- | dev-python/configargparse/Manifest | 1 | ||||
-rw-r--r-- | dev-python/configargparse/configargparse-1.1.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/configargparse/Manifest b/dev-python/configargparse/Manifest index e159c3a52e90..8f8bcacf7c14 100644 --- a/dev-python/configargparse/Manifest +++ b/dev-python/configargparse/Manifest @@ -1,2 +1 @@ -DIST ConfigArgParse-1.1.gh.tar.gz 27134 BLAKE2B 41e76be8932436414b4a159fe7a653594b8a1e5c3d981b2793912893924db18020489a76abbbdd71076650568e4b67b1f56e4d9161c25c5723877cc8781fbb11 SHA512 a4d02d669151087fca799bad4ed2381b7487cd749055f474f17a8b0aa4a6a643d161416510b0ee80427d59c34ce4d17710730f2d23d9b74e853dadb4d8e78260 DIST ConfigArgParse-1.2.3.gh.tar.gz 27858 BLAKE2B f8dbb1dfc9312107abcd0c715b93736cdb86a7742270932d13b768ac7a13f805902f026d5cb34e196a8c5c659af65c13698c2cc301b522b99bb0c019b2c0e68d SHA512 bfa8f9ca8ab5c6d4cdf2a7e7c577c99fafdf7f743c81057bebbb6045c45de2cdbf5d738f7765e5dcac5a45baa92e2a8bc7ad3879776b9cf4862e3da94e78c4cc diff --git a/dev-python/configargparse/configargparse-1.1.ebuild b/dev-python/configargparse/configargparse-1.1.ebuild deleted file mode 100644 index a71a650a5883..000000000000 --- a/dev-python/configargparse/configargparse-1.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_PN="ConfigArgParse" -MY_P="${MY_PN}-${PV}" - -PYTHON_COMPAT=( python3_{6,7,8} ) - -inherit distutils-r1 - -DESCRIPTION="Drop-in replacement for argparse supporting config files and env variables" -HOMEPAGE="https://github.com/bw2/ConfigArgParse https://pypi.org/project/ConfigArgParse/" -SRC_URI="https://github.com/bw2/ConfigArgParse/archive/${PV}.tar.gz -> ${MY_P}.gh.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND=" - test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )" - -python_test() { - local -x COLUMNS=80 - esetup.py test -} |