Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/oslo-i18n: oslo-i18n-1.3.1.ebuild ChangeLog
Date: Sat, 31 Jan 2015 18:18:13
Message-Id: 20150131181809.B838010C7E@oystercatcher.gentoo.org
1 prometheanfire 15/01/31 18:18:09
2
3 Modified: ChangeLog
4 Added: oslo-i18n-1.3.1.ebuild
5 Log:
6 adding for oslo-middleware-1.3.1
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
9
10 Revision Changes Path
11 1.4 dev-python/oslo-i18n/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-i18n/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-i18n/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-i18n/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-i18n/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 7 Dec 2014 19:30:20 -0000 1.3
24 +++ ChangeLog 31 Jan 2015 18:18:09 -0000 1.4
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/oslo-i18n
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-i18n/ChangeLog,v 1.3 2014/12/07 19:30:20 alunduil Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-i18n/ChangeLog,v 1.4 2015/01/31 18:18:09 prometheanfire Exp $
31 +
32 +*oslo-i18n-1.3.1 (31 Jan 2015)
33 +
34 + 31 Jan 2015; Matthew Thode <prometheanfire@g.o>
35 + +oslo-i18n-1.3.1.ebuild:
36 + adding for oslo-middleware-1.3.1
37
38 07 Dec 2014; Alex Brandt <alunduil@g.o> oslo-i18n-1.0.0.ebuild:
39 fix bug #530966 and add python3_4
40 @@ -13,4 +19,3 @@
41 02 Nov 2014; Alex Brandt <alunduil@g.o> +oslo-i18n-1.0.0.ebuild,
42 +metadata.xml:
43 add ebuild written by me
44 -
45
46
47
48 1.1 dev-python/oslo-i18n/oslo-i18n-1.3.1.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-i18n/oslo-i18n-1.3.1.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-i18n/oslo-i18n-1.3.1.ebuild?rev=1.1&content-type=text/plain
52
53 Index: oslo-i18n-1.3.1.ebuild
54 ===================================================================
55 # Copyright 1999-2015 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-i18n/oslo-i18n-1.3.1.ebuild,v 1.1 2015/01/31 18:18:09 prometheanfire Exp $
58
59 EAPI=5
60 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
61
62 inherit distutils-r1
63
64 MY_PN=${PN/-/.}
65
66 DESCRIPTION="oslo.i18n library"
67 HOMEPAGE="http://launchpad.net/oslo"
68 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
69 S="${WORKDIR}/${MY_PN}-${PV}"
70
71 LICENSE="Apache-2.0"
72 SLOT="0"
73 KEYWORDS="~amd64 ~x86"
74 IUSE="doc test"
75
76 DEPEND="
77 dev-python/setuptools[${PYTHON_USEDEP}]
78 >=dev-python/pbr-0.8[${PYTHON_USEDEP}]
79 <dev-python/pbr-1.0[${PYTHON_USEDEP}]
80 test? (
81 >=dev-python/hacking-0.9.2[${PYTHON_USEDEP}]
82 <dev-python/hacking-0.10[${PYTHON_USEDEP}]
83 >=dev-python/oslotest-1.2.0[${PYTHON_USEDEP}]
84 )
85 doc? (
86 >=dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}]
87 >=dev-python/oslotest-1.1[${PYTHON_USEDEP}]
88 >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
89 !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
90 <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
91 )
92 "
93 RDEPEND="
94 >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
95 >=dev-python/six-1.7.0[${PYTHON_USEDEP}]
96 "
97
98 python_compile_all() {
99 use doc && esetup.py build_sphinx
100 }
101
102 python_test() {
103 rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPYTHON}"
104
105 testr init || die "testr init failed under ${EPYTHON}"
106 testr run || die "testr run failed under ${EPYTHON}"
107 }
108
109 python_install_all() {
110 use doc && local HTML_DOCS=( doc/build/html/. )
111
112 distutils-r1_python_install_all
113 }