public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/configobj/
Date: Wed,  2 Dec 2020 23:33:32 +0000 (UTC)	[thread overview]
Message-ID: <1606952006.e67baae24f49e7b01a23f0b0dcf0c0b98a02cf7e.sam@gentoo> (raw)

commit:     e67baae24f49e7b01a23f0b0dcf0c0b98a02cf7e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  2 23:33:26 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec  2 23:33:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67baae2

dev-python/configobj: cleanup old

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/configobj/Manifest               |  1 -
 dev-python/configobj/configobj-5.0.6.ebuild | 33 -----------------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-python/configobj/Manifest b/dev-python/configobj/Manifest
index a606bd2e893..2c530d3e8d1 100644
--- a/dev-python/configobj/Manifest
+++ b/dev-python/configobj/Manifest
@@ -1,2 +1 @@
 DIST configobj-5.0.6.gh.tar.gz 143664 BLAKE2B b554d0aec903aecb55387a0164cd6f8d442e9fc1ab231ce7f7123e7a5041e07a86f5f7bf70492ca93fcdc1bd3caa5b855c427f060842e3b4a7524afbcc417a76 SHA512 326eb86e362f281ebf07abcb1cf7616abb270c482eafe842371cda8708245ca5e8262f1644b7164664ecc10e9004ed061c9de18cd233a657d4697dbc3ba3c59d
-DIST configobj-5.0.6.tar.gz 33248 BLAKE2B b58a22fdf247f1c3022108e24abb4de55620ce75f6aeb5f269f008a5668e07b8c1d0c49e4059d7f4c4c361d269ead39c3784377635c7718f92c2381e69c56cb5 SHA512 f253fdd0bc3fcd37f56c9ceb28f5c8c739b0861e099b07a3929645907c97b2261f0529850a95c1a42507846f72d88a0992fcd1e1d6fa8654dc713d120f769963

diff --git a/dev-python/configobj/configobj-5.0.6.ebuild b/dev-python/configobj/configobj-5.0.6.ebuild
deleted file mode 100644
index 41c7ea7f06d..00000000000
--- a/dev-python/configobj/configobj-5.0.6.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple config file reader and writer"
-HOMEPAGE="http://www.voidspace.org.uk/python/configobj.html https://pypi.org/project/configobj/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
-	# Not to install un-needed _version.py
-	sed -e "/^MODULES =/s/, '_version'//" -i setup.py || die
-	sed \
-		-e "s/^from _version import __version__$/__version__ = '${PV}'/" \
-		-i configobj.py || die
-
-	distutils-r1_python_prepare_all
-}
-
-python_test() {
-	"${PYTHON}" validate.py -v || die "Tests fail with ${EPYTHON}"
-}


             reply	other threads:[~2020-12-02 23:33 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-02 23:33 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-22 10:28 [gentoo-commits] repo/gentoo:master commit in: dev-python/configobj/ Michał Górny
2024-09-22  4:50 Sam James
2024-09-22  2:28 Michał Górny
2024-05-18 15:56 Michał Górny
2023-05-27 19:32 Arthur Zamarin
2023-02-20 19:09 Arthur Zamarin
2023-01-19  6:08 Michał Górny
2023-01-19  6:08 Michał Górny
2022-12-17  6:40 WANG Xuerui
2022-07-03  2:40 Sam James
2022-05-12 19:21 Arthur Zamarin
2022-03-15 11:18 Michał Górny
2022-03-15 11:08 Jakov Smolić
2022-01-29 12:21 Michał Górny
2021-08-04 14:33 Yixun Lan
2021-05-07 10:33 Michał Górny
2020-12-02 23:33 Sam James
2020-12-02 23:32 Sam James
2020-12-02 23:31 Thomas Deutschmann
2020-12-02 10:24 Sam James
2020-11-29 17:17 Sergei Trofimovich
2020-11-29 17:11 Sergei Trofimovich
2020-11-29 17:08 Sergei Trofimovich
2020-08-06 15:42 Michał Górny
2020-08-06  2:40 Sam James
2020-07-30  6:03 Michał Górny
2020-07-04 21:55 Mart Raudsepp
2020-04-18 17:55 Craig Andrews
2019-05-16 16:00 Matthew Thode
2018-02-05 21:54 Michał Górny
2017-10-18 15:26 Sergei Trofimovich
2017-08-28 20:44 Alexis Ballier
2017-03-08 18:37 Michał Górny
2017-01-20 11:05 Agostino Sarubbo
2017-01-17 16:22 Agostino Sarubbo
2015-10-19 12:48 Justin Lecher

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=1606952006.e67baae24f49e7b01a23f0b0dcf0c0b98a02cf7e.sam@gentoo \
    --to=sam@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