Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/axiom: axiom-0.7.0.ebuild axiom-0.7.1.ebuild ChangeLog
Date: Fri, 02 May 2014 06:46:37
Message-Id: 20140502064633.E1AE72004C@flycatcher.gentoo.org
1 idella4 14/05/02 06:46:33
2
3 Modified: axiom-0.7.0.ebuild ChangeLog
4 Added: axiom-0.7.1.ebuild
5 Log:
6 bump; drop py2.6
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.2 dev-python/axiom/axiom-0.7.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/axiom/axiom-0.7.0.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/axiom/axiom-0.7.0.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/axiom/axiom-0.7.0.ebuild?r1=1.1&r2=1.2
16
17 Index: axiom-0.7.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/axiom/axiom-0.7.0.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- axiom-0.7.0.ebuild 22 Jan 2014 01:27:25 -0000 1.1
24 +++ axiom-0.7.0.ebuild 2 May 2014 06:46:33 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/axiom/axiom-0.7.0.ebuild,v 1.1 2014/01/22 01:27:25 idella4 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/axiom/axiom-0.7.0.ebuild,v 1.2 2014/05/02 06:46:33 idella4 Exp $
30
31 EAPI="5"
32 PYTHON_COMPAT=( python{2_6,2_7} )
33 @@ -33,12 +33,6 @@
34 touch "${D}$(python_get_sitedir)"/axiom/plugins/dropin.cache || die
35 }
36
37 -python_install_all() {
38 - dodoc NAME.txt
39 -
40 - distutils-r1_python_install_all
41 -}
42 -
43 python_test() {
44 py.test ${PN}/test/ || die "testsuite failed under ${EPYTHON}"
45 }
46
47
48
49 1.45 dev-python/axiom/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/axiom/ChangeLog?rev=1.45&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/axiom/ChangeLog?rev=1.45&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/axiom/ChangeLog?r1=1.44&r2=1.45
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-python/axiom/ChangeLog,v
58 retrieving revision 1.44
59 retrieving revision 1.45
60 diff -u -r1.44 -r1.45
61 --- ChangeLog 22 Jan 2014 01:27:25 -0000 1.44
62 +++ ChangeLog 2 May 2014 06:46:33 -0000 1.45
63 @@ -1,6 +1,12 @@
64 # ChangeLog for dev-python/axiom
65 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-python/axiom/ChangeLog,v 1.44 2014/01/22 01:27:25 idella4 Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-python/axiom/ChangeLog,v 1.45 2014/05/02 06:46:33 idella4 Exp $
68 +
69 +*axiom-0.7.1 (02 May 2014)
70 +
71 + 02 May 2014; Ian Delaney <idella4@g.o> +axiom-0.7.1.ebuild,
72 + axiom-0.7.0.ebuild:
73 + bump; drop py2.6
74
75 *axiom-0.7.0 (22 Jan 2014)
76
77
78
79
80 1.1 dev-python/axiom/axiom-0.7.1.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/axiom/axiom-0.7.1.ebuild?rev=1.1&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/axiom/axiom-0.7.1.ebuild?rev=1.1&content-type=text/plain
84
85 Index: axiom-0.7.1.ebuild
86 ===================================================================
87 # Copyright 1999-2014 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 # $Header: /var/cvsroot/gentoo-x86/dev-python/axiom/axiom-0.7.1.ebuild,v 1.1 2014/05/02 06:46:33 idella4 Exp $
90
91 EAPI="5"
92 PYTHON_COMPAT=( python2_7 )
93 PYTHON_REQ_USE="sqlite"
94
95 inherit twisted-r1
96
97 DESCRIPTION="Object database implemented on top of SQLite."
98 HOMEPAGE="http://divmod.org/trac/wiki/DivmodAxiom http://pypi.python.org/pypi/Axiom"
99 SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz"
100
101 LICENSE="MIT"
102 SLOT="0"
103 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
104 IUSE="test"
105
106 RDEPEND=">=dev-python/epsilon-0.7.0[${PYTHON_USEDEP}]
107 >=dev-python/twisted-core-13.2.0[${PYTHON_USEDEP}]"
108 DEPEND="${RDEPEND}
109 test? ( dev-python/pytest[${PYTHON_USEDEP}]
110 >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] )"
111
112 PATCHES=( "${FILESDIR}/${PN}-0.5.30-sqlite3_3.6.4.patch" )
113
114 TWISTED_PLUGINS+=( axiom.plugins )
115
116 python_install() {
117 distutils-r1_python_install
118
119 touch "${D}$(python_get_sitedir)"/axiom/plugins/dropin.cache || die
120 }
121
122 python_test() {
123 py.test ${PN}/test/ || die "testsuite failed under ${EPYTHON}"
124 }