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/ets/
Date: Mon, 15 Apr 2019 07:44:58
Message-Id: 1555314282.0cb2cbce4668759634141444bbc993878de206fc.zlogene@gentoo
1 commit: 0cb2cbce4668759634141444bbc993878de206fc
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 15 07:44:42 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 15 07:44:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb2cbce
7
8 dev-python/ets: remove last rited package
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 dev-python/ets/Manifest | 1 -
13 dev-python/ets/ets-4.4.1-r1.ebuild | 40 --------------------------------------
14 dev-python/ets/metadata.xml | 20 -------------------
15 3 files changed, 61 deletions(-)
16
17 diff --git a/dev-python/ets/Manifest b/dev-python/ets/Manifest
18 deleted file mode 100644
19 index 0a5db01289d..00000000000
20 --- a/dev-python/ets/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST ets-4.4.1.tar.gz 5074 BLAKE2B be844d7e1b7b7921883835fc9f640c105f5a66723b4dffa2bd4508804eac8b53ece40da1227be9623ddb36b2e573ec0ee5139a67a497c92cf14a543e1e98913e SHA512 50e8b0a4777e2ba433366ea6a34ef7c31ed9f41b2d662360839aa2ebaf40b0a9c613b3c472518be0931c5f523a7b383a382e9bd401e7b713f29337d4fd3a2c35
24
25 diff --git a/dev-python/ets/ets-4.4.1-r1.ebuild b/dev-python/ets/ets-4.4.1-r1.ebuild
26 deleted file mode 100644
27 index 77b4992bc69..00000000000
28 --- a/dev-python/ets/ets-4.4.1-r1.ebuild
29 +++ /dev/null
30 @@ -1,40 +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
39 -
40 -DESCRIPTION="Meta package for the Enthought Tool Suite"
41 -HOMEPAGE="https://pypi.org/project/ets/
42 - https://github.com/enthought/ets"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
48 -IUSE=""
49 -
50 -# see the setup_data.py file for version numbers
51 -RDEPEND="
52 - >=dev-python/apptools-4.2.0[${PYTHON_USEDEP}]
53 - >=dev-python/blockcanvas-4.0.3[${PYTHON_USEDEP}]
54 - >=dev-python/casuarius-1.1[${PYTHON_USEDEP}]
55 - >=dev-python/chaco-4.4.1[${PYTHON_USEDEP}]
56 - >=dev-python/codetools-4.2.0[${PYTHON_USEDEP}]
57 - >=dev-python/enable-4.3.0[${PYTHON_USEDEP}]
58 - >=dev-python/enaml-0.6.8[${PYTHON_USEDEP}]
59 - >=dev-python/encore-0.4.0[${PYTHON_USEDEP}]
60 - >=dev-python/envisage-4.4.0[${PYTHON_USEDEP}]
61 - >=dev-python/etsdevtools-4.0.2[${PYTHON_USEDEP}]
62 - >=dev-python/etsproxy-0.1.2[${PYTHON_USEDEP}]
63 - >=dev-python/graphcanvas-4.0.2[${PYTHON_USEDEP}]
64 - >=sci-visualization/mayavi-4.3.0[${PYTHON_USEDEP}]
65 - >=dev-python/pyface-4.4.0[${PYTHON_USEDEP}]
66 - >=dev-python/scimath-4.1.2[${PYTHON_USEDEP}]
67 - >=dev-python/traits-4.4.0[${PYTHON_USEDEP}]
68 - >=dev-python/traitsui-4.4.0[${PYTHON_USEDEP}]"
69 -
70 -DEPEND=""
71
72 diff --git a/dev-python/ets/metadata.xml b/dev-python/ets/metadata.xml
73 deleted file mode 100644
74 index 8aae8f86956..00000000000
75 --- a/dev-python/ets/metadata.xml
76 +++ /dev/null
77 @@ -1,20 +0,0 @@
78 -<?xml version="1.0" encoding="UTF-8"?>
79 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
80 -<pkgmetadata>
81 -<!-- maintainer-needed -->
82 -<longdescription lang="en">
83 - The Enthought Tool Suite (ETS) is a collection of Python components
84 - developed by Enthought and its partners to construct custom scientific
85 - applications. It includes a wide variety of components including:
86 - * An extensible application framework
87 - * Application building blocks
88 - * 2-D and 3-D graphics libraries
89 - * Scientific and math libraries
90 - * Developer tools
91 - This metapackage contains the dependencies for installing all of the
92 - components comprised by the suite.
93 -</longdescription>
94 -<upstream>
95 - <remote-id type="pypi">ets</remote-id>
96 -</upstream>
97 -</pkgmetadata>