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/dogpile-cache: metadata.xml dogpile-cache-0.5.2.ebuild ChangeLog
Date: Sat, 07 Dec 2013 12:14:46
Message-Id: 20131207121439.5C72E2004B@flycatcher.gentoo.org
1 idella4 13/12/07 12:14:39
2
3 Modified: metadata.xml ChangeLog
4 Added: dogpile-cache-0.5.2.ebuild
5 Log:
6 switch herd, bump, fixes Bug #493508, #493454
7
8 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.2 dev-python/dogpile-cache/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 22 Oct 2013 04:35:03 -0000 1.1
24 +++ metadata.xml 7 Dec 2013 12:14:39 -0000 1.2
25 @@ -1,7 +1,7 @@
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 + <herd>openstack</herd>
31 <maintainer>
32 <email>prometheanfire@g.o</email>
33 <name>Matthew Thode</name>
34
35
36
37 1.2 dev-python/dogpile-cache/ChangeLog
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/ChangeLog?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/ChangeLog?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/ChangeLog?r1=1.1&r2=1.2
42
43 Index: ChangeLog
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/ChangeLog,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- ChangeLog 22 Oct 2013 04:35:03 -0000 1.1
50 +++ ChangeLog 7 Dec 2013 12:14:39 -0000 1.2
51 @@ -1,6 +1,12 @@
52 # ChangeLog for dev-python/dogpile-cache
53 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/ChangeLog,v 1.1 2013/10/22 04:35:03 prometheanfire Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/ChangeLog,v 1.2 2013/12/07 12:14:39 idella4 Exp $
56 +
57 +*dogpile-cache-0.5.2 (07 Dec 2013)
58 +
59 + 07 Dec 2013; Ian Delaney <idella4@g.o> +dogpile-cache-0.5.2.ebuild,
60 + metadata.xml:
61 + switch herd, bump, fixes Bug #493508, #493454
62
63 *dogpile-cache-0.5.1 (22 Oct 2013)
64
65
66
67
68 1.1 dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild?rev=1.1&content-type=text/plain
72
73 Index: dogpile-cache-0.5.2.ebuild
74 ===================================================================
75 # Copyright 1999-2013 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 # $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild,v 1.1 2013/12/07 12:14:39 idella4 Exp $
78
79 EAPI=5
80 PYTHON_COMPAT=( python{2_7,3_2,3_3} )
81
82 inherit distutils-r1
83
84 DESCRIPTION="The Oslo configuration API supports parsing command line arguments
85 and ini style configuration files"
86 HOMEPAGE="https://bitbucket.org/zzzeek/dogpile.cache"
87 SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
88 S="${WORKDIR}/dogpile.cache-${PV}"
89
90 LICENSE="Apache-2.0"
91 SLOT="0"
92 KEYWORDS="~amd64 ~x86"
93 IUSE="test"
94
95 RDEPEND=">=dev-python/dogpile-core-0.4.1[${PYTHON_USEDEP}]"
96 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
97 test? ( dev-python/mock[${PYTHON_USEDEP}]
98 dev-python/nose[${PYTHON_USEDEP}] )"
99
100 # for testsuite
101 DISTUTILS_NO_PARALLEL_BUILD=1
102 # This time half the doc files are missing; Do you want them? toss a coin
103
104 python_test() {
105 # crikey. testsuite written for py3, 5 tests fail inder py2.7
106 if [[ "${EPYTHON}" != "python2.7" ]]; then
107 nosetests || die "test failed under ${EPYTHON}"
108 else
109 einfo "testsuite restricted for python2.7"
110 fi
111 }