Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/aniso8601: aniso8601-0.82.ebuild ChangeLog
Date: Sat, 21 Jun 2014 22:58:37
Message-Id: 20140621225834.95C742004E@flycatcher.gentoo.org
1 floppym 14/06/21 22:58:34
2
3 Modified: aniso8601-0.82.ebuild ChangeLog
4 Log:
5 Depend on setuptools.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.2 dev-python/aniso8601/aniso8601-0.82.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/aniso8601/aniso8601-0.82.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/aniso8601/aniso8601-0.82.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/aniso8601/aniso8601-0.82.ebuild?r1=1.1&r2=1.2
15
16 Index: aniso8601-0.82.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/aniso8601/aniso8601-0.82.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- aniso8601-0.82.ebuild 8 May 2014 18:08:21 -0000 1.1
23 +++ aniso8601-0.82.ebuild 21 Jun 2014 22:58:34 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/aniso8601/aniso8601-0.82.ebuild,v 1.1 2014/05/08 18:08:21 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/aniso8601/aniso8601-0.82.ebuild,v 1.2 2014/06/21 22:58:34 floppym Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
32 @@ -15,9 +15,11 @@
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35
36 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
37 +
38 python_test() {
39 local testdir=python2
40 - [[ ${EPYTHON} == python3* ]] && testdir=python3
41 + python_is_python3 && testdir=python3
42
43 "${PYTHON}" -m unittest discover ${testdir}/${PN}/tests || die "Tests fail with ${EPYTHON}"
44 }
45
46
47
48 1.2 dev-python/aniso8601/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/aniso8601/ChangeLog?rev=1.2&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/aniso8601/ChangeLog?rev=1.2&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/aniso8601/ChangeLog?r1=1.1&r2=1.2
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-python/aniso8601/ChangeLog,v
57 retrieving revision 1.1
58 retrieving revision 1.2
59 diff -u -r1.1 -r1.2
60 --- ChangeLog 8 May 2014 18:08:21 -0000 1.1
61 +++ ChangeLog 21 Jun 2014 22:58:34 -0000 1.2
62 @@ -1,10 +1,12 @@
63 # ChangeLog for dev-python/aniso8601
64 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-python/aniso8601/ChangeLog,v 1.1 2014/05/08 18:08:21 radhermit Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-python/aniso8601/ChangeLog,v 1.2 2014/06/21 22:58:34 floppym Exp $
67 +
68 + 21 Jun 2014; Mike Gilbert <floppym@g.o> aniso8601-0.82.ebuild:
69 + Depend on setuptools.
70
71 *aniso8601-0.82 (08 May 2014)
72
73 08 May 2014; Tim Harder <radhermit@g.o> +aniso8601-0.82.ebuild,
74 +metadata.xml:
75 Initial import.
76 -