public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/configargparse/
Date: Sat, 24 Jul 2021 17:30:10 +0000 (UTC)	[thread overview]
Message-ID: <1627147793.e3ab15021b59c03e60c6604a1276a92430ff98f6.mgorny@gentoo> (raw)

commit:     e3ab15021b59c03e60c6604a1276a92430ff98f6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 24 15:18:34 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 24 17:29:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ab1502

dev-python/configargparse: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/configargparse/Manifest                 |  2 --
 .../configargparse/configargparse-1.4.1.ebuild     | 34 ----------------------
 .../configargparse/configargparse-1.5.ebuild       | 32 --------------------
 3 files changed, 68 deletions(-)

diff --git a/dev-python/configargparse/Manifest b/dev-python/configargparse/Manifest
index 0056f4aa6dd..1c05ec0ef69 100644
--- a/dev-python/configargparse/Manifest
+++ b/dev-python/configargparse/Manifest
@@ -1,3 +1 @@
-DIST ConfigArgParse-1.4.1.gh.tar.gz 30343 BLAKE2B 8aaed3b0e85b4006c04e7910c6f7ae2c2a07d586ade777eedf078afeea4561a4504614484316afd9d234b2871c0cc45ef47f30254797f9df260373309cf67927 SHA512 304d5981c5685188edb22a63966d25a8943e4c443f2aefc323492f141885f50657e9f9200514df65683f1e13e64173d4def80cdbebcff941c3ee66ff4af0cbd4
 DIST ConfigArgParse-1.5.1.gh.tar.gz 32245 BLAKE2B 9df80b4f0b12b3777311193c454dd010ce60dd9ceb702c99c1d8ac56575c615e77039910f3b412a176c9c229b88fa8937b052076d0cde2307ecc07f3337d064a SHA512 2c3854a45d97f0352321d2442a30408248e990dd46e2515cd7e2576efe9a33e03495231f8397ba6e3d79bb04bf11edfe5930b4765d46f29ca66b7bb3d3c1e0c9
-DIST ConfigArgParse-1.5.gh.tar.gz 30375 BLAKE2B 8a3c0091dc4049e9f84eb6209f7a62cafab0c0357d4d17304520b2855d60cdb68e63607068612bc99b07709f1fde4b0a3f11dbf4e45087968eab901d2b20b79f SHA512 82121fa6e8f734898674220b888dd3670368389a5cbd40e87d9188fa55d4378fdf480cc7dc003a4b9eadc1951fa8fc6141e9c0b079321cfe70c64bebacfb8944

diff --git a/dev-python/configargparse/configargparse-1.4.1.ebuild b/dev-python/configargparse/configargparse-1.4.1.ebuild
deleted file mode 100644
index 2a7cb0502e7..00000000000
--- a/dev-python/configargparse/configargparse-1.4.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-MY_PN="ConfigArgParse"
-MY_P="${MY_PN}-${PV}"
-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/v${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}] )"
-
-distutils_enable_tests unittest
-
-src_test() {
-	local -x COLUMNS=80
-	distutils-r1_src_test
-}

diff --git a/dev-python/configargparse/configargparse-1.5.ebuild b/dev-python/configargparse/configargparse-1.5.ebuild
deleted file mode 100644
index 43ba113e869..00000000000
--- a/dev-python/configargparse/configargparse-1.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-MY_PN="ConfigArgParse"
-MY_P="${MY_PN}-${PV}"
-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/v${PV}.tar.gz
-		-> ${MY_P}.gh.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-BDEPEND="
-	test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests unittest
-
-src_test() {
-	local -x COLUMNS=80
-	distutils-r1_src_test
-}


             reply	other threads:[~2021-07-24 17:30 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-24 17:30 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-19 15:43 [gentoo-commits] repo/gentoo:master commit in: dev-python/ConfigArgParse/ Petr Vaněk
2023-08-24 12:47 Michał Górny
2023-07-28  9:26 Michał Górny
2023-07-28  7:56 Sam James
2023-07-24  3:33 Michał Górny
2023-06-28  5:06 Michał Górny
2023-06-06 17:39 Arthur Zamarin
2023-04-26 14:33 Sam James
2023-04-26 14:33 Sam James
2022-07-02 11:25 Michał Górny
2022-05-12 19:21 [gentoo-commits] repo/gentoo:master commit in: dev-python/configargparse/ Arthur Zamarin
2021-11-05  5:40 Arthur Zamarin
2021-11-05  2:12 Sam James
2021-10-04  8:05 Michał Górny
2021-10-02  1:42 Matthew Thode
2021-09-12  7:44 Michał Górny
2021-09-12  7:09 Agostino Sarubbo
2021-08-07  6:33 Michał Górny
2021-07-24 15:12 Sam James
2021-07-02 21:02 Michał Górny
2021-06-22  5:54 Michał Górny
2021-06-15  5:40 Michał Górny
2021-06-15  4:06 Sam James
2021-05-11  7:56 Michał Górny
2021-04-18  7:05 Michał Górny
2021-04-18  1:41 Sam James
2021-03-25 21:35 Michał Górny
2021-03-25 21:29 Sam James
2021-03-15 10:05 Michał Górny
2021-03-15  8:34 Michał Górny
2021-02-15  8:34 Michał Górny
2020-08-24 22:33 Conrad Kostecki
2020-07-08 13:08 Michał Górny
2020-05-04 10:48 Michał Górny
2020-04-24  5:52 Michał Górny
2020-04-23 10:41 Agostino Sarubbo
2020-04-23 10:37 Agostino Sarubbo
2020-04-23  5:41 Michał Górny
2020-04-23  5:41 Michał Górny
2020-04-11  7:49 Michał Górny
2020-04-03  7:30 Michał Górny
2020-03-26 14:51 Michał Górny
2020-03-16  7:06 Michał Górny
2020-02-04 16:21 Michał Górny
2019-12-30 10:45 Michał Górny
2019-12-30 10:45 Michał Górny
2019-12-09  8:39 Michał Górny
2019-11-22 10:24 Agostino Sarubbo
2019-11-21 13:40 Michał Górny
2018-12-28 23:01 Patrice Clement
2017-09-13 15:05 Fabian Groffen
2017-08-28 20:44 Alexis Ballier
2017-05-16 20:50 Manuel Rüger
2017-05-05 12:42 Manuel Rüger
2017-05-02  8:47 Michał Górny
2017-01-17 16:22 Agostino Sarubbo
2016-10-04 23:42 Manuel Rüger
2016-01-03 16:08 Patrick Lauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1627147793.e3ab15021b59c03e60c6604a1276a92430ff98f6.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox