dev-python/codetools: remove last rited package
authorMikle Kolyada <zlogene@gentoo.org>
Mon, 15 Apr 2019 07:49:33 +0000 (10:49 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Mon, 15 Apr 2019 07:49:33 +0000 (10:49 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
dev-python/codetools/Manifest [deleted file]
dev-python/codetools/codetools-4.2.0.ebuild [deleted file]
dev-python/codetools/metadata.xml [deleted file]

diff --git a/dev-python/codetools/Manifest b/dev-python/codetools/Manifest
deleted file mode 100644 (file)
index 1edcb90..0000000
+++ /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 (file)
index fe15134..0000000
+++ /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 (file)
index 88fb0b2..0000000
+++ /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>