diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-03-25 22:33:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-03-25 22:33:53 +0100 |
commit | 224e2694ce93498584b6e828ebe6d57b344666bd (patch) | |
tree | 49739771d396710e18b454feee205df0d0e17f0f /dev-python/configargparse | |
parent | net-mail/isync: Stabilize 1.3.5 x86, #771738 (diff) | |
download | gentoo-224e2694ce93498584b6e828ebe6d57b344666bd.tar.gz gentoo-224e2694ce93498584b6e828ebe6d57b344666bd.tar.bz2 gentoo-224e2694ce93498584b6e828ebe6d57b344666bd.zip |
dev-python/configargparse: Remove old
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.2.3.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/configargparse/Manifest b/dev-python/configargparse/Manifest index 593609eca084..2d8b91ebcdd8 100644 --- a/dev-python/configargparse/Manifest +++ b/dev-python/configargparse/Manifest @@ -1,3 +1,2 @@ -DIST ConfigArgParse-1.2.3.gh.tar.gz 27858 BLAKE2B f8dbb1dfc9312107abcd0c715b93736cdb86a7742270932d13b768ac7a13f805902f026d5cb34e196a8c5c659af65c13698c2cc301b522b99bb0c019b2c0e68d SHA512 bfa8f9ca8ab5c6d4cdf2a7e7c577c99fafdf7f743c81057bebbb6045c45de2cdbf5d738f7765e5dcac5a45baa92e2a8bc7ad3879776b9cf4862e3da94e78c4cc DIST ConfigArgParse-1.3.gh.tar.gz 28274 BLAKE2B 0ea46747425d978da0de35e7ac29c91ee637f1c793265eeecf702ec504b1d1083d31bdaa48134de2916733f845cd68690af2ff0765b3a5bdc98365d03aad4492 SHA512 7f7048babacaada3495ece42d6bd484b07d648c2b2c1a8e700379aae6c65d96c37bf15a20f90281e2c0d83948e22986689c4b02e0388d9bf01e77d9d1561b0c5 DIST ConfigArgParse-1.4.gh.tar.gz 30079 BLAKE2B c070e245665bc331efb3a0b4d2e5ad0486859a7f28dbad2669d897d1857b58b1b1b48cb57d34ab2e5de5c21aa2a3554d728d6e48d5aa4c3a8c494fdc2ad9f615 SHA512 a2284da53e2417022c60dc637c6e4f6c7eea6b56790926982e35483bdcdce0cb349c09d02968625ac3888a0cb13cd0b5182f739c31a95425f9daf12c8b00f5c0 diff --git a/dev-python/configargparse/configargparse-1.2.3.ebuild b/dev-python/configargparse/configargparse-1.2.3.ebuild deleted file mode 100644 index ce813f5e3b07..000000000000 --- a/dev-python/configargparse/configargparse-1.2.3.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_{7..9} ) - -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" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND="test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )" - -S="${WORKDIR}/${MY_P}" - -python_test() { - local -x COLUMNS=80 - esetup.py test -} |