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/radon/
Date: Sun,  6 Jun 2021 23:53:45 +0000 (UTC)	[thread overview]
Message-ID: <1623023609.580696fb60bb6638b2b0f3c39b4443c521328811.sam@gentoo> (raw)

commit:     580696fb60bb6638b2b0f3c39b4443c521328811
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  6 23:34:24 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  6 23:53:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=580696fb

dev-python/radon: drop 4.1.0, 4.5.1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/radon/Manifest           |  2 --
 dev-python/radon/radon-4.1.0.ebuild | 52 -------------------------------------
 dev-python/radon/radon-4.5.1.ebuild | 26 -------------------
 3 files changed, 80 deletions(-)

diff --git a/dev-python/radon/Manifest b/dev-python/radon/Manifest
index 162c11a01ad..94cf26f7795 100644
--- a/dev-python/radon/Manifest
+++ b/dev-python/radon/Manifest
@@ -1,3 +1 @@
-DIST radon-4.1.0.tar.gz 3672016 BLAKE2B 3da02d62a2be0ab709bbb573372b86971f2eafd98724ea984236710c7f3e3517215bf496d621d42e9e93b747e3b8742f9cf156d3477c5c1cc4ac6098f0008b8f SHA512 c594fb2822a5311f1daf18304c601b4363477bee808f32a0eada6dd28560668a93cfa614196a614240eca436dea48945a29915bd4d347946aa28def0780bc93c
-DIST radon-4.5.1.tar.gz 1873194 BLAKE2B 3bbbfd1fcddb8c89c39240d7de082342b667c53a663e766dea16032ae5a7a1eca2a3a55664f39d0a60551db8c27e0f1102439409ee50520f8ffeb7ea20e5319b SHA512 8f27af1b9fed27806415f7af12f7480f638c71c741b3e7e150a0137964f48d43e615d410a84a8e093aaed28c92ad57f22e36e1d1a9819c335635ec175c4e8314
 DIST radon-4.5.2.tar.gz 1873164 BLAKE2B 64a6def2be3505e247625b11deaaf75520781f98748cd8fec07c0d525905605deaf7f17c0103c6d41361ac0c6f62f489aeb418b5bd592dbd5b12755ec73e0116 SHA512 247fcd715ed3dfb889a73889fb5be8dc159673beb3abe1e1ba5170b8caadb85ad405ebd05f6a9080a6097f1c731b83b9dbe8b7f564f2a39b1b7cb0239f445813

diff --git a/dev-python/radon/radon-4.1.0.ebuild b/dev-python/radon/radon-4.1.0.ebuild
deleted file mode 100644
index a562a5b5d0f..00000000000
--- a/dev-python/radon/radon-4.1.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Code Metrics in Python"
-HOMEPAGE="https://radon.readthedocs.org/"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RCDEPEND="
-	dev-python/colorama[${PYTHON_USEDEP}]
-	dev-python/flake8[${PYTHON_USEDEP}]
-	dev-python/flake8-polyfill[${PYTHON_USEDEP}]
-	dev-python/mando[${PYTHON_USEDEP}]
-	dev-python/pytest-mock[${PYTHON_USEDEP}]
-"
-DEPEND="
-	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-	${CDEPEND}
-	test? (
-		${RCDEPEND}
-		dev-python/pytest[${PYTHON_USEDEP}]
-	)
-"
-RDEPEND="
-	${CDEPEND}
-	${RCDEPEND}
-"
-
-python_compile_all() {
-	use doc && emake -C docs html
-}
-
-python_test() {
-	"${PYTHON}" radon/tests/run.py || die "tests failed to run under ${EPYTHON}"
-}
-
-python_install_all() {
-	use doc && local HTML_DOCS=( docs/_build/html/. )
-
-	distutils-r1_python_install_all
-}

diff --git a/dev-python/radon/radon-4.5.1.ebuild b/dev-python/radon/radon-4.5.1.ebuild
deleted file mode 100644
index fe5b8148874..00000000000
--- a/dev-python/radon/radon-4.5.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Code Metrics in Python"
-HOMEPAGE="https://radon.readthedocs.io/"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-python/colorama[${PYTHON_USEDEP}]
-	dev-python/flake8[${PYTHON_USEDEP}]
-	dev-python/flake8-polyfill[${PYTHON_USEDEP}]
-	dev-python/mando[${PYTHON_USEDEP}]
-	dev-python/pytest-mock[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest


             reply	other threads:[~2021-06-06 23:53 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-06 23:53 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-10 16:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/radon/ Michał Górny
2024-11-09 18:18 Michał Górny
2024-06-17 16:27 Michał Górny
2023-10-02  4:46 Michał Górny
2023-04-28 14:40 Michał Górny
2023-04-28 14:36 Arthur Zamarin
2023-03-26 18:02 Michał Górny
2023-03-16  4:07 Michał Górny
2022-11-30 10:18 WANG Xuerui
2022-11-07 21:13 Andrew Ammerlaan
2022-05-27 19:48 Michał Górny
2022-05-27  9:07 Jakov Smolić
2022-04-26 10:56 Michał Górny
2022-04-26 10:56 Michał Górny
2022-02-02 10:48 Sam James
2022-01-29 15:29 Arthur Zamarin
2022-01-29 15:29 Arthur Zamarin
2022-01-29 15:29 Arthur Zamarin
2022-01-29 14:03 Arthur Zamarin
2022-01-29  7:31 Arthur Zamarin
2022-01-02 13:21 Yixun Lan
2021-12-31 16:53 Matt Turner
2021-12-30  8:47 Sam James
2021-12-28 19:43 Arthur Zamarin
2021-12-28 19:40 Arthur Zamarin
2021-12-28 19:30 Arthur Zamarin
2021-12-28 18:54 Arthur Zamarin
2021-12-28 18:53 Arthur Zamarin
2021-12-28 18:51 Arthur Zamarin
2021-12-28 18:49 Arthur Zamarin
2021-12-28 10:19 Sam James
2021-12-27 19:18 Jakov Smolić
2021-10-17  9:25 Michał Górny
2021-08-09  7:51 Michał Górny
2021-06-08 23:12 Michał Górny
2021-06-06 23:53 Sam James
2021-06-06 23:53 Sam James
2021-05-24 10:22 Michał Górny
2021-05-10  7:24 Michał Górny
2021-05-10  7:24 Michał Górny
2020-04-04  6:41 Zac Medico
2020-04-04  5:13 Zac Medico
2018-03-10 14:56 Pacho Ramos
2018-03-10 14:56 Pacho Ramos
2017-10-04  8:57 Michał Górny
2017-08-02 11:28 Michał Górny
2017-04-26 16:34 Michał Górny
2016-08-06 14:54 Alex Brandt
2016-08-06 14:54 Alex Brandt
2016-06-11 15:32 Alex Brandt
2016-06-11 15:32 Alex Brandt
2016-04-10 22:08 Alex Brandt
2016-04-10 22:08 Alex Brandt
2016-03-27 14:06 Alex Brandt
2016-03-27 14:06 Alex Brandt

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=1623023609.580696fb60bb6638b2b0f3c39b4443c521328811.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