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/codetools: metadata.xml codetools-4.2.0.ebuild ChangeLog
Date: Wed, 29 Jan 2014 18:30:16
Message-Id: 20140129183010.5832C2004C@flycatcher.gentoo.org
1 bicatali 14/01/29 18:30:10
2
3 Modified: metadata.xml ChangeLog
4 Added: codetools-4.2.0.ebuild
5 Log:
6 Version bump, add pypi 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/codetools/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/codetools/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/codetools/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/codetools/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/codetools/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:22:06 -0000 1.1
24 +++ metadata.xml 29 Jan 2014 18:30:10 -0000 1.2
25 @@ -1,19 +1,22 @@
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 - <longdescription lang="en">
31 - The CodeTools project from the Enthought Tool Suite
32 - includes packages that simplify meta-programming
33 - and help the programmer separate data from code in Python. This
34 - library contains classes that allow defining simple snippets, or
35 - "blocks", of Python code, analyze variable dependencies in the code
36 - block, and use these dependencies to construct or restrict an
37 - execution graph. These (restricted) code blocks can then be executed
38 - in any namespace. However, this project also provides a
39 - Traits-event-enhanced namespace, called a "context", which can be used
40 - in place of a vanilla namespace to allow actions to be performed
41 - whenever variables are assigned or retrieved from the namespace. This
42 - project is used as the foundation for the BlockCanvas project.
43 - </longdescription>
44 +<herd>python</herd>
45 +<longdescription lang="en">
46 + The CodeTools project from the Enthought Tool Suite
47 + includes packages that simplify meta-programming
48 + and help the programmer separate data from code in Python. This
49 + library contains classes that allow defining simple snippets, or
50 + "blocks", of Python code, analyze variable dependencies in the code
51 + block, and use these dependencies to construct or restrict an
52 + execution graph. These (restricted) code blocks can then be executed
53 + in any namespace. However, this project also provides a
54 + Traits-event-enhanced namespace, called a "context", which can be used
55 + in place of a vanilla namespace to allow actions to be performed
56 + whenever variables are assigned or retrieved from the namespace. This
57 + project is used as the foundation for the BlockCanvas project.
58 +</longdescription>
59 +<upstream>
60 + <remote-id type="pypi">codetools</remote-id>
61 +</upstream>
62 </pkgmetadata>
63
64
65
66 1.17 dev-python/codetools/ChangeLog
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/codetools/ChangeLog?rev=1.17&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/codetools/ChangeLog?rev=1.17&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/codetools/ChangeLog?r1=1.16&r2=1.17
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/dev-python/codetools/ChangeLog,v
75 retrieving revision 1.16
76 retrieving revision 1.17
77 diff -u -r1.16 -r1.17
78 --- ChangeLog 14 May 2013 12:38:41 -0000 1.16
79 +++ ChangeLog 29 Jan 2014 18:30:10 -0000 1.17
80 @@ -1,6 +1,12 @@
81 # ChangeLog for dev-python/codetools
82 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/dev-python/codetools/ChangeLog,v 1.16 2013/05/14 12:38:41 idella4 Exp $
84 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
85 +# $Header: /var/cvsroot/gentoo-x86/dev-python/codetools/ChangeLog,v 1.17 2014/01/29 18:30:10 bicatali Exp $
86 +
87 +*codetools-4.2.0 (29 Jan 2014)
88 +
89 + 29 Jan 2014; Sébastien Fabbro <bicatali@g.o> +codetools-4.2.0.ebuild,
90 + metadata.xml:
91 + Version bump, add pypi upstream check
92
93 14 May 2013; Ian Delaney <idella4@g.o> -codetools-4.0.0.ebuild:
94 drop old
95
96
97
98 1.1 dev-python/codetools/codetools-4.2.0.ebuild
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/codetools/codetools-4.2.0.ebuild?rev=1.1&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/codetools/codetools-4.2.0.ebuild?rev=1.1&content-type=text/plain
102
103 Index: codetools-4.2.0.ebuild
104 ===================================================================
105 # Copyright 1999-2014 Gentoo Foundation
106 # Distributed under the terms of the GNU General Public License v2
107 # $Header: /var/cvsroot/gentoo-x86/dev-python/codetools/codetools-4.2.0.ebuild,v 1.1 2014/01/29 18:30:10 bicatali Exp $
108
109 EAPI=5
110 PYTHON_COMPAT=( python2_7 )
111
112 inherit distutils-r1 virtualx
113
114 DESCRIPTION="Enthought Tool Suite: Code analysis and execution tools"
115 HOMEPAGE="http://code.enthought.com/projects/code_tools/"
116 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
117
118 IUSE="test"
119 SLOT="0"
120 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
121 LICENSE="BSD"
122
123 RDEPEND="
124 dev-python/numpy[${PYTHON_USEDEP}]
125 >=dev-python/scimath-4[${PYTHON_USEDEP}]
126 >=dev-python/traits-4[${PYTHON_USEDEP}]"
127
128 DEPEND="${RDEPEND}
129 dev-python/setuptools[${PYTHON_USEDEP}]
130 test? (
131 ${RDEPEND}
132 dev-python/blockcanvas[${PYTHON_USEDEP}]
133 media-fonts/font-cursor-misc
134 media-fonts/font-misc-misc
135 virtual/python-futures[${PYTHON_USEDEP}]
136 )"
137
138 python_test() {
139 VIRTUALX_COMMAND="nosetests" virtualmake -e with_mask_test_case
140 }