Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-dateutil: ChangeLog python-dateutil-1.2.ebuild python-dateutil-1.3.ebuild
Date: Mon, 31 Dec 2007 08:09:07
Message-Id: E1J9Fhh-0003DP-Ox@stork.gentoo.org
1 dev-zero 07/12/31 08:08:57
2
3 Modified: ChangeLog python-dateutil-1.2.ebuild
4 Added: python-dateutil-1.3.ebuild
5 Log:
6 Version bump (bug #203827). Fixed tests.
7 (Portage version: 2.1.4_rc11)
8
9 Revision Changes Path
10 1.12 dev-python/python-dateutil/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-dateutil/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 16 Dec 2007 10:00:28 -0000 1.11
23 +++ ChangeLog 31 Dec 2007 08:08:57 -0000 1.12
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/python-dateutil
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.11 2007/12/16 10:00:28 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.12 2007/12/31 08:08:57 dev-zero Exp $
29 +
30 +*python-dateutil-1.3 (31 Dec 2007)
31 +
32 + 31 Dec 2007; Tiziano Müller <dev-zero@g.o>
33 + python-dateutil-1.2.ebuild, +python-dateutil-1.3.ebuild:
34 + Version bump (bug #203827). Fixed tests.
35
36 16 Dec 2007; Samuli Suominen <drac@g.o> python-dateutil-1.2.ebuild:
37 amd64 stable
38
39
40
41 1.3 dev-python/python-dateutil/python-dateutil-1.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.2.ebuild?rev=1.3&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.2.ebuild?rev=1.3&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.2.ebuild?r1=1.2&r2=1.3
46
47 Index: python-dateutil-1.2.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.2.ebuild,v
50 retrieving revision 1.2
51 retrieving revision 1.3
52 diff -u -r1.2 -r1.3
53 --- python-dateutil-1.2.ebuild 16 Dec 2007 10:00:28 -0000 1.2
54 +++ python-dateutil-1.2.ebuild 31 Dec 2007 08:08:57 -0000 1.3
55 @@ -1,24 +1,25 @@
56 # Copyright 1999-2007 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.2.ebuild,v 1.2 2007/12/16 10:00:28 drac Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.2.ebuild,v 1.3 2007/12/31 08:08:57 dev-zero Exp $
60
61 NEED_PYTHON=2.3
62
63 inherit distutils
64
65 -DESCRIPTION="dateutil datetime math and logic library for python"
66 +DESCRIPTION="datetime math and logic library for python"
67 HOMEPAGE="http://labix.org/python-dateutil"
68 SRC_URI="http://labix.org/download/python-dateutil/${P}.tar.bz2"
69
70 LICENSE="PSF-2.3"
71 SLOT="0"
72 -KEYWORDS="amd64 ~ia64 ~ppc ~x86"
73 +KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
74 IUSE=""
75
76 DEPEND="!<=dev-python/matplotlib-0.82"
77 +RDEPEND="${DEPEND}"
78
79 DOCS="NEWS example.py sandbox/rrulewrapper.py sandbox/scheduler.py"
80
81 src_test() {
82 - "${python}" test.py
83 + PYTHONPATH="." "${python}" test.py || die "tests failed"
84 }
85
86
87
88 1.1 dev-python/python-dateutil/python-dateutil-1.3.ebuild
89
90 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.3.ebuild?rev=1.1&view=markup
91 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.3.ebuild?rev=1.1&content-type=text/plain
92
93 Index: python-dateutil-1.3.ebuild
94 ===================================================================
95 # Copyright 1999-2007 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.3.ebuild,v 1.1 2007/12/31 08:08:57 dev-zero Exp $
98
99 NEED_PYTHON=2.3
100
101 inherit distutils
102
103 DESCRIPTION="dateutil datetime math and logic library for python"
104 HOMEPAGE="http://labix.org/python-dateutil"
105 SRC_URI="http://labix.org/download/python-dateutil/${P}.tar.bz2"
106
107 LICENSE="PSF-2.3"
108 SLOT="0"
109 KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
110 IUSE=""
111
112 DEPEND="!<=dev-python/matplotlib-0.82"
113
114 DOCS="NEWS example.py sandbox/rrulewrapper.py sandbox/scheduler.py"
115
116 src_test() {
117 "${python}" test.py
118 }
119
120
121
122 --
123 gentoo-commits@g.o mailing list