public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/hacking: hacking-0.5.6.ebuild hacking-0.7.2.ebuild ChangeLog
@ 2013-10-25  6:46 Matt Thode (prometheanfire)
  0 siblings, 0 replies; only message in thread
From: Matt Thode (prometheanfire) @ 2013-10-25  6:46 UTC (permalink / raw
  To: gentoo-commits

prometheanfire    13/10/25 06:46:23

  Modified:             hacking-0.5.6.ebuild ChangeLog
  Added:                hacking-0.7.2.ebuild
  Log:
  bump of hacking, also, test support
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)

Revision  Changes    Path
1.2                  dev-python/hacking/hacking-0.5.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hacking/hacking-0.5.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hacking/hacking-0.5.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hacking/hacking-0.5.6.ebuild?r1=1.1&r2=1.2

Index: hacking-0.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/hacking/hacking-0.5.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hacking-0.5.6.ebuild	13 Aug 2013 16:05:36 -0000	1.1
+++ hacking-0.5.6.ebuild	25 Oct 2013 06:46:23 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hacking/hacking-0.5.6.ebuild,v 1.1 2013/08/13 16:05:36 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hacking/hacking-0.5.6.ebuild,v 1.2 2013/10/25 06:46:23 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_6 python2_7 )
@@ -15,10 +15,12 @@
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=">=dev-python/pbr-0.5.21[${PYTHON_USEDEP}]
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+		>=dev-python/pbr-0.5.21[${PYTHON_USEDEP}]
 		<dev-python/pbr-1[${PYTHON_USEDEP}]
-		~dev-python/pep8-1.4.5[${PYTHON_USEDEP}]
+		>=dev-python/d2to1-0.2.10[${PYTHON_USEDEP}]
+		<dev-python/d2to1-0.3[${PYTHON_USEDEP}]"
+RDEPEND="~dev-python/pep8-1.4.5[${PYTHON_USEDEP}]
 		~dev-python/pyflakes-0.7.2[${PYTHON_USEDEP}]
 		~dev-python/flake8-2.0[${PYTHON_USEDEP}]
 		dev-python/six[${PYTHON_USEDEP}]"



1.2                  dev-python/hacking/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hacking/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hacking/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hacking/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/hacking/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	13 Aug 2013 16:05:36 -0000	1.1
+++ ChangeLog	25 Oct 2013 06:46:23 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/hacking
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hacking/ChangeLog,v 1.1 2013/08/13 16:05:36 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hacking/ChangeLog,v 1.2 2013/10/25 06:46:23 prometheanfire Exp $
+
+*hacking-0.7.2 (25 Oct 2013)
+
+  25 Oct 2013; Matthew Thode <prometheanfire@gentoo.org> +hacking-0.7.2.ebuild,
+  hacking-0.5.6.ebuild:
+  bump of hacking, also, test support
 
 *hacking-0.5.6 (13 Aug 2013)
 



1.1                  dev-python/hacking/hacking-0.7.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hacking/hacking-0.7.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hacking/hacking-0.7.2.ebuild?rev=1.1&content-type=text/plain

Index: hacking-0.7.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/hacking/hacking-0.7.2.ebuild,v 1.1 2013/10/25 06:46:23 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="A client for the OpenStack Nova API"
HOMEPAGE="https://github.com/openstack-dev/hacking"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
		>=dev-python/pbr-0.5.21[${PYTHON_USEDEP}]
		<dev-python/pbr-1[${PYTHON_USEDEP}]
		test? ( >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
				>=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
				dev-python/subunit[${PYTHON_USEDEP}]
				>=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
				>=dev-python/testrepository-0.0.17[${PYTHON_USEDEP}]
				>=dev-python/testtools-0.9.32[${PYTHON_USEDEP}] )"
RDEPEND="~dev-python/pep8-1.4.5[${PYTHON_USEDEP}]
		>=dev-python/pyflakes-0.7.2[${PYTHON_USEDEP}]
		<dev-python/pyflakes-0.7.4[${PYTHON_USEDEP}]
		~dev-python/flake8-2.0[${PYTHON_USEDEP}]
		dev-python/six[${PYTHON_USEDEP}]"

python_test() {
	"${PYTHON}" -m subunit.run discover -t ./ . || die
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-10-25  6:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-25  6:46 [gentoo-commits] gentoo-x86 commit in dev-python/hacking: hacking-0.5.6.ebuild hacking-0.7.2.ebuild ChangeLog Matt Thode (prometheanfire)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox