Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/chaco: metadata.xml chaco-4.4.1.ebuild ChangeLog
Date: Wed, 29 Jan 2014 17:39:41
Message-Id: 20140129173935.486A22004C@flycatcher.gentoo.org
1 bicatali 14/01/29 17:39:35
2
3 Modified: metadata.xml ChangeLog
4 Added: chaco-4.4.1.ebuild
5 Log:
6 Version bump, added upstream check
7
8 (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
9
10 Revision Changes Path
11 1.2 dev-python/chaco/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chaco/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chaco/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chaco/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/chaco/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 15 Jan 2009 10:26:01 -0000 1.1
24 +++ metadata.xml 29 Jan 2014 17:39:35 -0000 1.2
25 @@ -1,16 +1,18 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 - <herd>python</herd>
30 - <herd>sci</herd>
31 - <longdescription lang="en">
32 - Chaco is a Python plotting application toolkit and a part of
33 - Enthought Tool Suite. It is meant to facilitate writing plotting
34 - applications of all levels of complexity, from simple scripts with
35 - hard-coded data to large plotting programs with complex data
36 - interrelationships and a multitude of interactive tools. While Chaco
37 - generates nice static plots for publication and presentation
38 - purposes, its components are all designed to be work well for
39 - interactive data visualization.
40 - </longdescription>
41 +<herd>python</herd>
42 +<longdescription lang="en">
43 + Chaco is a Python plotting application toolkit and a part of
44 + Enthought Tool Suite. It is meant to facilitate writing plotting
45 + applications of all levels of complexity, from simple scripts with
46 + hard-coded data to large plotting programs with complex data
47 + interrelationships and a multitude of interactive tools. While Chaco
48 + generates nice static plots for publication and presentation
49 + purposes, its components are all designed to be work well for
50 + interactive data visualization.
51 +</longdescription>
52 +<upstream>
53 + <remote-id type="pypi">chaco</remote-id>
54 +</upstream>
55 </pkgmetadata>
56
57
58
59 1.22 dev-python/chaco/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chaco/ChangeLog?rev=1.22&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chaco/ChangeLog?rev=1.22&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chaco/ChangeLog?r1=1.21&r2=1.22
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/dev-python/chaco/ChangeLog,v
68 retrieving revision 1.21
69 retrieving revision 1.22
70 diff -u -r1.21 -r1.22
71 --- ChangeLog 14 May 2013 10:05:59 -0000 1.21
72 +++ ChangeLog 29 Jan 2014 17:39:35 -0000 1.22
73 @@ -1,6 +1,12 @@
74 # ChangeLog for dev-python/chaco
75 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/dev-python/chaco/ChangeLog,v 1.21 2013/05/14 10:05:59 idella4 Exp $
77 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
78 +# $Header: /var/cvsroot/gentoo-x86/dev-python/chaco/ChangeLog,v 1.22 2014/01/29 17:39:35 bicatali Exp $
79 +
80 +*chaco-4.4.1 (29 Jan 2014)
81 +
82 + 29 Jan 2014; Sébastien Fabbro <bicatali@g.o> +chaco-4.4.1.ebuild,
83 + metadata.xml:
84 + Version bump, added upstream check
85
86 14 May 2013; Ian Delaney <idella4@g.o> -chaco-3.4.0.ebuild,
87 -chaco-4.0.0.ebuild, -chaco-4.1.0.ebuild, -chaco-4.2.0.ebuild:
88
89
90
91 1.1 dev-python/chaco/chaco-4.4.1.ebuild
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chaco/chaco-4.4.1.ebuild?rev=1.1&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chaco/chaco-4.4.1.ebuild?rev=1.1&content-type=text/plain
95
96 Index: chaco-4.4.1.ebuild
97 ===================================================================
98 # Copyright 1999-2014 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 # $Header: /var/cvsroot/gentoo-x86/dev-python/chaco/chaco-4.4.1.ebuild,v 1.1 2014/01/29 17:39:35 bicatali Exp $
101
102 EAPI=5
103
104 PYTHON_COMPAT=( python2_7 )
105
106 inherit distutils-r1 virtualx
107
108 DESCRIPTION="Enthought Tool Suite: Interactive plotting toolkit"
109 HOMEPAGE="http://code.enthought.com/projects/chaco/"
110 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
111
112 LICENSE="BSD"
113 SLOT="0"
114 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
115 IUSE="test"
116
117 RDEPEND="
118 >=dev-python/enable-4[${PYTHON_USEDEP}]
119 dev-python/numpy[${PYTHON_USEDEP}]
120 >=dev-python/traitsui-4[${PYTHON_USEDEP}]"
121 DEPEND="${RDEPEND}
122 dev-python/setuptools[${PYTHON_USEDEP}]
123 test? (
124 media-fonts/font-cursor-misc
125 media-fonts/font-misc-misc
126 )"
127
128 python_test() {
129 cd "${BUILD_DIR}"/lib || die
130 VIRTUALX_COMMAND="nosetests" virtualmake
131 rm -rf ${PN}/tests/ /${PN}/shell/ ${PN}/scales/ || die
132 }