diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-04-15 10:49:33 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-04-15 10:49:33 +0300 |
commit | 20e376c74b5d01ed79c578a9f193cba8b5f31ef3 (patch) | |
tree | afce1ff9560102be1dc50255ef6171b8d60982cb /dev-python/codetools | |
parent | dev-python/enable: remove last rited package (diff) | |
download | gentoo-20e376c74b5d01ed79c578a9f193cba8b5f31ef3.tar.gz gentoo-20e376c74b5d01ed79c578a9f193cba8b5f31ef3.tar.bz2 gentoo-20e376c74b5d01ed79c578a9f193cba8b5f31ef3.zip |
dev-python/codetools: remove last rited package
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python/codetools')
-rw-r--r-- | dev-python/codetools/Manifest | 1 | ||||
-rw-r--r-- | dev-python/codetools/codetools-4.2.0.ebuild | 37 | ||||
-rw-r--r-- | dev-python/codetools/metadata.xml | 22 |
3 files changed, 0 insertions, 60 deletions
diff --git a/dev-python/codetools/Manifest b/dev-python/codetools/Manifest deleted file mode 100644 index 1edcb90bbfe7..000000000000 --- 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 fe151340e438..000000000000 --- 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 88fb0b2e0e85..000000000000 --- 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> |