summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-03-10 15:43:13 +0100
committerPacho Ramos <pacho@gentoo.org>2018-03-10 15:53:38 +0100
commit104093f24d978c9a4d37926108166b0f51eb4e3b (patch)
tree1dbd9b68a4d31d85bc75eb11ee4b5c4617af035b
parentdev-python/radon: Update maintainer due to bug #502560 (diff)
downloadgentoo-104093f24d978c9a4d37926108166b0f51eb4e3b.tar.gz
gentoo-104093f24d978c9a4d37926108166b0f51eb4e3b.tar.bz2
gentoo-104093f24d978c9a4d37926108166b0f51eb4e3b.zip
dev-python/radon: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r--dev-python/radon/Manifest2
-rw-r--r--dev-python/radon/radon-1.3.2.ebuild52
-rw-r--r--dev-python/radon/radon-1.4.0.ebuild52
3 files changed, 0 insertions, 106 deletions
diff --git a/dev-python/radon/Manifest b/dev-python/radon/Manifest
index 76e8550bb4c7..07d21b75ec4b 100644
--- a/dev-python/radon/Manifest
+++ b/dev-python/radon/Manifest
@@ -1,3 +1 @@
-DIST radon-1.3.2.tar.gz 3454351 BLAKE2B a85a4d5f2994e2a572a38b88637e2041451696746f3621da4655d85bad056e7aa60b63b1b8662ba712d4833e42057fca8e44f84baa800ac96094ce3838c03ecb SHA512 60857e82742c2d1ecb2ddf9a1ffdd23066ca5ad4939ee7afe07b0309385000fb7ba8d69ae58b00174f0ec2f758ed40ccf0677e56e2904fa6d5220a4bb6d31e21
-DIST radon-1.4.0.tar.gz 1645229 BLAKE2B 289d7ebc443e40422de46766f9cd555b182be0e1e13ae173d3630daf30ac9b7702383220d5f20597e2d364c7d9065cfad781cb58e7f2ebaab77d0a1d30084c04 SHA512 85612cfebfb07c8dd3b7c11b920fbe765cb28142bbf9ba5e787a2c4c1b248aab84bfc5d40236535d0943e78fee30c5feb373980ccc91b701cc7d3216d1b8a2b3
DIST radon-1.4.2.tar.gz 1645389 BLAKE2B a379a552b5e31c106d2a870a16b3cbe7d70f3565b0964dac5139dd0e6e09c5d945001386de83017d05f4e5bc9f58cf481e9386caf2edac3f1df5a8b187ea0693 SHA512 0e440b36a7edf0ae8002ee27d00cd14a351261972407b4a960d9033712fc0f7f04c1541d7bcf1dc918f2abd46e1bd720f914f3fa3c101f36bf502bd1ce8cb7a1
diff --git a/dev-python/radon/radon-1.3.2.ebuild b/dev-python/radon/radon-1.3.2.ebuild
deleted file mode 100644
index e028429b0757..000000000000
--- a/dev-python/radon/radon-1.3.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-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"
-IUSE="doc test"
-
-CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RCDEPEND="
- >=dev-python/colorama-0.3[${PYTHON_USEDEP}]
- <dev-python/colorama-0.4[${PYTHON_USEDEP}]
- >=dev-python/mando-0.3[${PYTHON_USEDEP}]
- <dev-python/mando-0.4[${PYTHON_USEDEP}]
-"
-DEPEND="
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- ${CDEPEND}
- test? (
- ${RCDEPEND}
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/paramunittest[${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-1.4.0.ebuild b/dev-python/radon/radon-1.4.0.ebuild
deleted file mode 100644
index e028429b0757..000000000000
--- a/dev-python/radon/radon-1.4.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-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"
-IUSE="doc test"
-
-CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RCDEPEND="
- >=dev-python/colorama-0.3[${PYTHON_USEDEP}]
- <dev-python/colorama-0.4[${PYTHON_USEDEP}]
- >=dev-python/mando-0.3[${PYTHON_USEDEP}]
- <dev-python/mando-0.4[${PYTHON_USEDEP}]
-"
-DEPEND="
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- ${CDEPEND}
- test? (
- ${RCDEPEND}
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/paramunittest[${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
-}