diff options
Diffstat (limited to 'dev-python/openstack-nose-plugin')
-rw-r--r-- | dev-python/openstack-nose-plugin/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r2.ebuild (renamed from dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r1.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-python/openstack-nose-plugin/ChangeLog b/dev-python/openstack-nose-plugin/ChangeLog index d417ed26bf0f..77b4f5d01e5d 100644 --- a/dev-python/openstack-nose-plugin/ChangeLog +++ b/dev-python/openstack-nose-plugin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/openstack-nose-plugin # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/openstack-nose-plugin/ChangeLog,v 1.3 2013/03/25 19:31:45 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/openstack-nose-plugin/ChangeLog,v 1.4 2013/07/28 17:40:11 prometheanfire Exp $ + +*openstack-nose-plugin-0.11-r2 (28 Jul 2013) + + 28 Jul 2013; Matthew Thode <prometheanfire@gentoo.org> + +openstack-nose-plugin-0.11-r2.ebuild, -openstack-nose-plugin-0.11-r1.ebuild: + adding pypy support *openstack-nose-plugin-0.11-r1 (25 Mar 2013) diff --git a/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r1.ebuild b/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r2.ebuild index c627c4359a28..0a04815d9374 100644 --- a/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r1.ebuild +++ b/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r1.ebuild,v 1.1 2013/03/25 19:31:45 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r2.ebuild,v 1.1 2013/07/28 17:40:11 prometheanfire Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 pypy2_0 ) inherit distutils-r1 |