summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-12-07 12:14:39 +0000
committerIan Delaney <idella4@gentoo.org>2013-12-07 12:14:39 +0000
commit06fffe130f40666ace2a51f798de8458c9797935 (patch)
tree940c03c655b8c187f85e17d7af149f7e3c9ca182 /dev-python/dogpile-cache
parentamd64 stable (bug #492916) (diff)
downloadgentoo-2-06fffe130f40666ace2a51f798de8458c9797935.tar.gz
gentoo-2-06fffe130f40666ace2a51f798de8458c9797935.tar.bz2
gentoo-2-06fffe130f40666ace2a51f798de8458c9797935.zip
switch herd, bump, fixes Bug #493508, #493454
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/dogpile-cache')
-rw-r--r--dev-python/dogpile-cache/ChangeLog8
-rw-r--r--dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild37
-rw-r--r--dev-python/dogpile-cache/metadata.xml2
3 files changed, 45 insertions, 2 deletions
diff --git a/dev-python/dogpile-cache/ChangeLog b/dev-python/dogpile-cache/ChangeLog
index 2d1b81d61b11..c9cd401a52e4 100644
--- a/dev-python/dogpile-cache/ChangeLog
+++ b/dev-python/dogpile-cache/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/dogpile-cache
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/ChangeLog,v 1.1 2013/10/22 04:35:03 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/ChangeLog,v 1.2 2013/12/07 12:14:39 idella4 Exp $
+
+*dogpile-cache-0.5.2 (07 Dec 2013)
+
+ 07 Dec 2013; Ian Delaney <idella4@gentoo.org> +dogpile-cache-0.5.2.ebuild,
+ metadata.xml:
+ switch herd, bump, fixes Bug #493508, #493454
*dogpile-cache-0.5.1 (22 Oct 2013)
diff --git a/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild b/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild
new file mode 100644
index 000000000000..702f5427de0f
--- /dev/null
+++ b/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $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 $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_2,3_3} )
+
+inherit distutils-r1
+
+DESCRIPTION="The Oslo configuration API supports parsing command line arguments
+and ini style configuration files"
+HOMEPAGE="https://bitbucket.org/zzzeek/dogpile.cache"
+SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
+S="${WORKDIR}/dogpile.cache-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-python/dogpile-core-0.4.1[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/nose[${PYTHON_USEDEP}] )"
+
+# for testsuite
+DISTUTILS_NO_PARALLEL_BUILD=1
+# This time half the doc files are missing; Do you want them? toss a coin
+
+python_test() {
+ # crikey. testsuite written for py3, 5 tests fail inder py2.7
+ if [[ "${EPYTHON}" != "python2.7" ]]; then
+ nosetests || die "test failed under ${EPYTHON}"
+ else
+ einfo "testsuite restricted for python2.7"
+ fi
+}
diff --git a/dev-python/dogpile-cache/metadata.xml b/dev-python/dogpile-cache/metadata.xml
index 9a47c1123f7c..fb27d0ca9ad8 100644
--- a/dev-python/dogpile-cache/metadata.xml
+++ b/dev-python/dogpile-cache/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>python</herd>
+ <herd>openstack</herd>
<maintainer>
<email>prometheanfire@gentoo.org</email>
<name>Matthew Thode</name>