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/etsdevtools/
Date: Mon, 15 Apr 2019 07:43:31
Message-Id: 1555314203.8ed774510ae5a7604a18c87dc68ef94c394e02b0.zlogene@gentoo
1 commit: 8ed774510ae5a7604a18c87dc68ef94c394e02b0
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 15 07:43:05 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 15 07:43:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed77451
7
8 dev-python/etsdevtools: remove last rited package
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 dev-python/etsdevtools/Manifest | 1 -
13 dev-python/etsdevtools/etsdevtools-4.0.2-r1.ebuild | 50 ----------------------
14 dev-python/etsdevtools/metadata.xml | 30 -------------
15 3 files changed, 81 deletions(-)
16
17 diff --git a/dev-python/etsdevtools/Manifest b/dev-python/etsdevtools/Manifest
18 deleted file mode 100644
19 index d21a453375d..00000000000
20 --- a/dev-python/etsdevtools/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST etsdevtools-4.0.2.tar.gz 4222266 BLAKE2B 02ea4f465773d980c12b6e402098df8d43964e525a333b5837bd5840412be17659a62129d6405dcfb71bcf9158589f8801a066370e1f97b4ee57dcb9ba747349 SHA512 41e88997d74397f8780c47c87080629661790aefaabeb9463503f7a7331aefbb7ba42a9754382f43adf6143c28db999af70b287a221b8cdbd44b2b7443b2b23d
24
25 diff --git a/dev-python/etsdevtools/etsdevtools-4.0.2-r1.ebuild b/dev-python/etsdevtools/etsdevtools-4.0.2-r1.ebuild
26 deleted file mode 100644
27 index 80bca3a84fb..00000000000
28 --- a/dev-python/etsdevtools/etsdevtools-4.0.2-r1.ebuild
29 +++ /dev/null
30 @@ -1,50 +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 -
36 -PYTHON_COMPAT=( python2_7 )
37 -
38 -inherit distutils-r1 virtualx
39 -
40 -DESCRIPTION="Enthought Tool Suite: Tools to support Python development"
41 -HOMEPAGE="https://github.com/enthought/etsdevtools
42 - http://docs.enthought.com/etsdevtools/
43 - https://pypi.org/project/etsdevtools/"
44 -SRC_URI="http://www.enthought.com/repo/ets/${P}.tar.gz"
45 -
46 -LICENSE="BSD"
47 -SLOT="0"
48 -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
49 -IUSE="doc examples test"
50 -
51 -RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
52 - dev-python/traits[${PYTHON_USEDEP}]"
53 -
54 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
55 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
56 - test? (
57 - ${RDEPEND}
58 - >=dev-python/traitsui-4[${PYTHON_USEDEP}]
59 - media-fonts/font-cursor-misc
60 - media-fonts/font-misc-misc
61 - x11-apps/xhost
62 - )"
63 -
64 -python_compile_all() {
65 - use doc && emake -C docs html
66 -}
67 -
68 -python_test() {
69 - VIRTUALX_COMMAND="nosetests -v" virtualmake
70 -}
71 -
72 -python_install_all() {
73 - find -name "*LICENSE*.txt" -delete
74 - use doc && dohtml -r docs/build/html/*
75 -
76 - if use examples; then
77 - insinto /usr/share/doc/${PF}
78 - doins -r examples
79 - fi
80 -}
81
82 diff --git a/dev-python/etsdevtools/metadata.xml b/dev-python/etsdevtools/metadata.xml
83 deleted file mode 100644
84 index aead8803ca3..00000000000
85 --- a/dev-python/etsdevtools/metadata.xml
86 +++ /dev/null
87 @@ -1,30 +0,0 @@
88 -<?xml version="1.0" encoding="UTF-8"?>
89 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
90 -<pkgmetadata>
91 - <!-- maintainer-needed -->
92 - <longdescription lang="en">
93 - The ETSDevTools project from the Enthought Tool Suite includes a
94 - set of packages that can be used during the development of a
95 - software project, for understanding, debugging, testing, and
96 - inspecting code:
97 - * Enthought Developer Tool Suite (enthought.developer): A
98 - collection of utilities, designed to ease the development and
99 - debugging of Traits-based programs. They can be used as plug-ins
100 - to your Envisage application while you are developing it, and then
101 - removed when you are ready to release it.
102 - * Endo: A Traits-aware tool for processing API documentation of
103 - Python code. It extracts not only docstrings, but also plain
104 - comments that immediately precede variable assignments (both
105 - module-scope variables and class attributes).
106 - * enthought.guitest: A collection of utilities for unit testing
107 - user interfaces (translation of the Perl X11::GUITest and
108 - Win32::GuiTest modules).
109 - * enthought.testing: Scripts related to running unit tests, based
110 - on testoob, and also allowing running test suites in separate
111 - processes and aggregating the results.
112 - * enthought.debug: A collection of debugging tools, not to be
113 - included in production code. NOTE: These tools are functional, but
114 - are not being developed or supported. They have been mainly
115 - superceded by the tools in the Enthought Developer Tool Suite.
116 - </longdescription>
117 -</pkgmetadata>