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/traits/
Date: Mon, 15 Apr 2019 07:36:50
Message-Id: 1555313797.395d757c4d0a5cd586e49f32aaf5c2802a3ad297.zlogene@gentoo
1 commit: 395d757c4d0a5cd586e49f32aaf5c2802a3ad297
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 15 07:36:37 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 15 07:36:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=395d757c
7
8 dev-python/traits: remove last rited package
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 dev-python/traits/Manifest | 2 --
13 dev-python/traits/metadata.xml | 26 -----------------------
14 dev-python/traits/traits-4.5.0.ebuild | 38 ---------------------------------
15 dev-python/traits/traits-4.6.0.ebuild | 40 -----------------------------------
16 4 files changed, 106 deletions(-)
17
18 diff --git a/dev-python/traits/Manifest b/dev-python/traits/Manifest
19 deleted file mode 100644
20 index 2c5713d1371..00000000000
21 --- a/dev-python/traits/Manifest
22 +++ /dev/null
23 @@ -1,2 +0,0 @@
24 -DIST traits-4.5.0.tar.gz 4853612 BLAKE2B 6c3d83718751de1e0553487a45d073c285ada96686558133fe61472c29c3d4661e1c0bce68340bada9667f3f9e0c8ed11050a714bc0c55424dbd4ebd17e3ad8e SHA512 d506b4395395898eb824896d299bfcde609e100025cf9a55cd7d7c47615545efd3b007e46549e564fbfb2d5882b36ae676843f211f168b2557c504849c5ef582
25 -DIST traits-4.6.0.tar.gz 434937 BLAKE2B 91d457b411f78b74a077f3bfaa8e3f627d0ddb959784ba0ce9e07e3fc8b76cddcaee1fd7293d8336c4fc0630d49527fd29e1a9ccba6b724846069f6282c643e8 SHA512 0fce336696e4cbb1d4ba63a07ad42867cb179a9efa6c348623036bd6d2eb791302539ae89994b11acd5a9f1be42a0febeb517db1716342b78aa71ca1277fde99
26
27 diff --git a/dev-python/traits/metadata.xml b/dev-python/traits/metadata.xml
28 deleted file mode 100644
29 index 0e2713e3142..00000000000
30 --- a/dev-python/traits/metadata.xml
31 +++ /dev/null
32 @@ -1,26 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <maintainer type="person">
37 - <email>horea.christ@×××××.com</email>
38 - <name>Horea Christian</name>
39 - </maintainer>
40 - <maintainer type="project">
41 - <email>proxy-maint@g.o</email>
42 - <name>Proxy Maintainers</name>
43 - </maintainer>
44 - <longdescription lang="en">
45 - The traits package from the Enthought Tool Suite provides a
46 - metaclass with special attributes that are called traits. A trait
47 - is a type definition that can be used for normal Python object
48 - attributes, giving the attributes some additional characteristics:
49 - * Initialization: A trait attribute can have a default value
50 - * Validation: A trait attribute is manifestly typed.
51 - * Delegation: The value of a trait attribute can be contained in another object
52 - * Notification: Setting the value of a trait attribute can fired callbacks
53 - * Visualization: With the TraitsUI package, GUIs can be generated automatically from traited objects.
54 - </longdescription>
55 - <upstream>
56 - <remote-id type="pypi">traits</remote-id>
57 - </upstream>
58 -</pkgmetadata>
59
60 diff --git a/dev-python/traits/traits-4.5.0.ebuild b/dev-python/traits/traits-4.5.0.ebuild
61 deleted file mode 100644
62 index aa0e34305e3..00000000000
63 --- a/dev-python/traits/traits-4.5.0.ebuild
64 +++ /dev/null
65 @@ -1,38 +0,0 @@
66 -# Copyright 1999-2018 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=5
70 -
71 -PYTHON_COMPAT=( python2_7 )
72 -
73 -inherit distutils-r1 virtualx
74 -
75 -DESCRIPTION="Enthought Tool Suite: Explicitly typed attributes for Python"
76 -HOMEPAGE="http://docs.enthought.com/traits/
77 - https://github.com/enthought/traits
78 - https://pypi.org/project/traits/"
79 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
80 -
81 -LICENSE="BSD"
82 -SLOT="0"
83 -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
84 -IUSE="test"
85 -
86 -RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
87 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
88 - test? ( ${RDEPEND} )"
89 -
90 -python_prepare_all() {
91 - sed -i -e "s/'-O3'//g" setup.py || die
92 - distutils-r1_python_prepare_all
93 -}
94 -
95 -python_compile() {
96 - local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
97 - distutils-r1_python_compile
98 -}
99 -
100 -python_test() {
101 - cd "${BUILD_DIR}"/lib || die
102 - nosetests || die
103 -}
104
105 diff --git a/dev-python/traits/traits-4.6.0.ebuild b/dev-python/traits/traits-4.6.0.ebuild
106 deleted file mode 100644
107 index d3d48e925b4..00000000000
108 --- a/dev-python/traits/traits-4.6.0.ebuild
109 +++ /dev/null
110 @@ -1,40 +0,0 @@
111 -# Copyright 1999-2018 Gentoo Foundation
112 -# Distributed under the terms of the GNU General Public License v2
113 -
114 -EAPI=6
115 -
116 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
117 -
118 -inherit distutils-r1 virtualx
119 -
120 -DESCRIPTION="Enthought Tool Suite: Explicitly typed attributes for Python"
121 -HOMEPAGE="http://docs.enthought.com/traits/
122 - https://github.com/enthought/traits
123 - https://pypi.org/project/traits/"
124 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
125 -
126 -LICENSE="BSD"
127 -SLOT="0"
128 -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
129 -IUSE="test"
130 -
131 -RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
132 -
133 -DEPEND="
134 - dev-python/setuptools[${PYTHON_USEDEP}]
135 - test? ( ${RDEPEND} )"
136 -
137 -python_prepare_all() {
138 - sed -i -e "s/'-O3'//g" setup.py || die
139 - distutils-r1_python_prepare_all
140 -}
141 -
142 -python_compile() {
143 - python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
144 - distutils-r1_python_compile
145 -}
146 -
147 -python_test() {
148 - cd "${BUILD_DIR}"/lib || die
149 - nosetests || die
150 -}