* [gentoo-commits] repo/gentoo:master commit in: dev-python/codetools/
@ 2018-04-22 6:32 Michał Górny
0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2018-04-22 6:32 UTC (permalink / raw
To: gentoo-commits
commit: 9f834b38349c4f1588773d84c84c04a6ffaaac84
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 21 19:58:00 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 06:31:25 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f834b38
dev-python/codetools: Drop python@ from maintainers
The Enthought suite is a huge pile of NIH. The ebuilds suffer from
multiple bugs. The only reverse dependency is sci-visualization/mayavi
that is maintained by sci@, and it only requires a few of the packages.
dev-python/codetools/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/codetools/metadata.xml b/dev-python/codetools/metadata.xml
index 50a6152a5ba..88fb0b2e0e8 100644
--- a/dev-python/codetools/metadata.xml
+++ b/dev-python/codetools/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
-</maintainer>
+<!-- maintainer-needed -->
<longdescription lang="en">
The CodeTools project from the Enthought Tool Suite
includes packages that simplify meta-programming
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/codetools/
@ 2019-04-15 7:49 Mikle Kolyada
0 siblings, 0 replies; 2+ messages in thread
From: Mikle Kolyada @ 2019-04-15 7:49 UTC (permalink / raw
To: gentoo-commits
commit: 20e376c74b5d01ed79c578a9f193cba8b5f31ef3
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 15 07:49:33 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 07:49:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e376c7
dev-python/codetools: remove last rited package
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
dev-python/codetools/Manifest | 1 -
dev-python/codetools/codetools-4.2.0.ebuild | 37 -----------------------------
dev-python/codetools/metadata.xml | 22 -----------------
3 files changed, 60 deletions(-)
diff --git a/dev-python/codetools/Manifest b/dev-python/codetools/Manifest
deleted file mode 100644
index 1edcb90bbfe..00000000000
--- a/dev-python/codetools/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST codetools-4.2.0.tar.gz 117891 BLAKE2B 970d56037fdad518aa8975805a70238aa417a74649fa94c8383e2828447860b7a4d9467c54adf7f519e0f07e8852f0639486c1d3b5f80ccc6afc0d0d18da7d8a SHA512 8b63b9cb65966db72f3d2b054559fadf3008a4f4a7fc66ff12b046ca18568694c9d11066d6450e38b053b73df31c8a136729d7052bf8e21f287eac220ddf5dbb
diff --git a/dev-python/codetools/codetools-4.2.0.ebuild b/dev-python/codetools/codetools-4.2.0.ebuild
deleted file mode 100644
index fe151340e43..00000000000
--- a/dev-python/codetools/codetools-4.2.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Enthought Tool Suite: Code analysis and execution tools"
-HOMEPAGE="http://docs.enthought.com/codetools/
- https://github.com/enthought/codetools
- https://pypi.org/project/codetools/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-IUSE="test"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-LICENSE="BSD"
-
-RDEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- >=dev-python/scimath-4[${PYTHON_USEDEP}]
- >=dev-python/traits-4[${PYTHON_USEDEP}]"
-
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- ${RDEPEND}
- dev-python/blockcanvas[${PYTHON_USEDEP}]
- media-fonts/font-cursor-misc
- media-fonts/font-misc-misc
- virtual/python-futures[${PYTHON_USEDEP}]
- )"
-
-python_test() {
- VIRTUALX_COMMAND="nosetests" virtualmake -e with_mask_test_case
-}
diff --git a/dev-python/codetools/metadata.xml b/dev-python/codetools/metadata.xml
deleted file mode 100644
index 88fb0b2e0e8..00000000000
--- a/dev-python/codetools/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription lang="en">
- The CodeTools project from the Enthought Tool Suite
- includes packages that simplify meta-programming
- and help the programmer separate data from code in Python. This
- library contains classes that allow defining simple snippets, or
- "blocks", of Python code, analyze variable dependencies in the code
- block, and use these dependencies to construct or restrict an
- execution graph. These (restricted) code blocks can then be executed
- in any namespace. However, this project also provides a
- Traits-event-enhanced namespace, called a "context", which can be used
- in place of a vanilla namespace to allow actions to be performed
- whenever variables are assigned or retrieved from the namespace. This
- project is used as the foundation for the BlockCanvas project.
-</longdescription>
-<upstream>
- <remote-id type="pypi">codetools</remote-id>
-</upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-04-15 7:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-15 7:49 [gentoo-commits] repo/gentoo:master commit in: dev-python/codetools/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2018-04-22 6:32 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox