Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/codetools/
Date: Mon, 15 Apr 2019 07:49:48
Message-Id: 1555314573.20e376c74b5d01ed79c578a9f193cba8b5f31ef3.zlogene@gentoo
1 commit: 20e376c74b5d01ed79c578a9f193cba8b5f31ef3
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 15 07:49:33 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 15 07:49:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e376c7
7
8 dev-python/codetools: remove last rited package
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 dev-python/codetools/Manifest | 1 -
13 dev-python/codetools/codetools-4.2.0.ebuild | 37 -----------------------------
14 dev-python/codetools/metadata.xml | 22 -----------------
15 3 files changed, 60 deletions(-)
16
17 diff --git a/dev-python/codetools/Manifest b/dev-python/codetools/Manifest
18 deleted file mode 100644
19 index 1edcb90bbfe..00000000000
20 --- a/dev-python/codetools/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST codetools-4.2.0.tar.gz 117891 BLAKE2B 970d56037fdad518aa8975805a70238aa417a74649fa94c8383e2828447860b7a4d9467c54adf7f519e0f07e8852f0639486c1d3b5f80ccc6afc0d0d18da7d8a SHA512 8b63b9cb65966db72f3d2b054559fadf3008a4f4a7fc66ff12b046ca18568694c9d11066d6450e38b053b73df31c8a136729d7052bf8e21f287eac220ddf5dbb
24
25 diff --git a/dev-python/codetools/codetools-4.2.0.ebuild b/dev-python/codetools/codetools-4.2.0.ebuild
26 deleted file mode 100644
27 index fe151340e43..00000000000
28 --- a/dev-python/codetools/codetools-4.2.0.ebuild
29 +++ /dev/null
30 @@ -1,37 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -PYTHON_COMPAT=( python2_7 )
36 -
37 -inherit distutils-r1 virtualx
38 -
39 -DESCRIPTION="Enthought Tool Suite: Code analysis and execution tools"
40 -HOMEPAGE="http://docs.enthought.com/codetools/
41 - https://github.com/enthought/codetools
42 - https://pypi.org/project/codetools/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -IUSE="test"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
48 -LICENSE="BSD"
49 -
50 -RDEPEND="
51 - dev-python/numpy[${PYTHON_USEDEP}]
52 - >=dev-python/scimath-4[${PYTHON_USEDEP}]
53 - >=dev-python/traits-4[${PYTHON_USEDEP}]"
54 -
55 -DEPEND="${RDEPEND}
56 - dev-python/setuptools[${PYTHON_USEDEP}]
57 - test? (
58 - ${RDEPEND}
59 - dev-python/blockcanvas[${PYTHON_USEDEP}]
60 - media-fonts/font-cursor-misc
61 - media-fonts/font-misc-misc
62 - virtual/python-futures[${PYTHON_USEDEP}]
63 - )"
64 -
65 -python_test() {
66 - VIRTUALX_COMMAND="nosetests" virtualmake -e with_mask_test_case
67 -}
68
69 diff --git a/dev-python/codetools/metadata.xml b/dev-python/codetools/metadata.xml
70 deleted file mode 100644
71 index 88fb0b2e0e8..00000000000
72 --- a/dev-python/codetools/metadata.xml
73 +++ /dev/null
74 @@ -1,22 +0,0 @@
75 -<?xml version="1.0" encoding="UTF-8"?>
76 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
77 -<pkgmetadata>
78 -<!-- maintainer-needed -->
79 -<longdescription lang="en">
80 - The CodeTools project from the Enthought Tool Suite
81 - includes packages that simplify meta-programming
82 - and help the programmer separate data from code in Python. This
83 - library contains classes that allow defining simple snippets, or
84 - "blocks", of Python code, analyze variable dependencies in the code
85 - block, and use these dependencies to construct or restrict an
86 - execution graph. These (restricted) code blocks can then be executed
87 - in any namespace. However, this project also provides a
88 - Traits-event-enhanced namespace, called a "context", which can be used
89 - in place of a vanilla namespace to allow actions to be performed
90 - whenever variables are assigned or retrieved from the namespace. This
91 - project is used as the foundation for the BlockCanvas project.
92 -</longdescription>
93 -<upstream>
94 - <remote-id type="pypi">codetools</remote-id>
95 -</upstream>
96 -</pkgmetadata>