public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pep8: pep8-1.3.3.ebuild ChangeLog pep8-1.1.ebuild pep8-1.0.1.ebuild pep8-0.6.1.ebuild
@ 2012-07-13  3:30 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2012-07-13  3:30 UTC (permalink / raw
  To: gentoo-commits

patrick     12/07/13 03:30:31

  Modified:             ChangeLog
  Added:                pep8-1.3.3.ebuild
  Removed:              pep8-1.1.ebuild pep8-1.0.1.ebuild pep8-0.6.1.ebuild
  Log:
  Bump for #426278
  
  (Portage version: 2.2.0_alpha117/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-python/pep8/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pep8/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	16 Jun 2012 13:41:56 -0000	1.8
+++ ChangeLog	13 Jul 2012 03:30:31 -0000	1.9
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pep8
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pep8/ChangeLog,v 1.8 2012/06/16 13:41:56 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pep8/ChangeLog,v 1.9 2012/07/13 03:30:31 patrick Exp $
+
+*pep8-1.3.3 (13 Jul 2012)
+
+  13 Jul 2012; Patrick Lauer <patrick@gentoo.org> +pep8-1.3.3.ebuild,
+  -pep8-0.6.1.ebuild, -pep8-1.0.1.ebuild, -pep8-1.1.ebuild:
+  Bump for #426278
 
 *pep8-1.3 (16 Jun 2012)
 *pep8-1.2 (16 Jun 2012)
@@ -39,4 +45,3 @@
   10 Jun 2011; Rafael G. Martins <rafaelmartins@gentoo.org> +pep8-0.6.1.ebuild,
   +metadata.xml:
   Initial commit.
-



1.1                  dev-python/pep8/pep8-1.3.3.ebuild

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

Index: pep8-1.3.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pep8/pep8-1.3.3.ebuild,v 1.1 2012/07/13 03:30:31 patrick Exp $

EAPI=4

SUPPORT_PYTHON_ABIS="1"

inherit distutils vcs-snapshot

DESCRIPTION="Python style guide checker"
HOMEPAGE="http://github.com/jcrocholl/pep8 http://pypi.python.org/pypi/pep8"
SRC_URI="https://github.com/jcrocholl/${PN}/tarball/${PV} -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""

DEPEND="dev-python/setuptools"
RDEPEND="${DEPEND}"

PYTHON_MODNAME=${PN}.py
DOCS="CHANGES.txt"

src_test() {
	test_func() {
		local test_ok=0
		PYTHONPATH="${S}" "$(PYTHON)" ${PYTHON_MODNAME} -v --testsuite=testsuite || test_ok=1
		PYTHONPATH="${S}" "$(PYTHON)" ${PYTHON_MODNAME} --doctest -v || test_ok=1
		return ${test_ok}
	}
	python_execute_function test_func
}






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

only message in thread, other threads:[~2012-07-13  3:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-13  3:30 [gentoo-commits] gentoo-x86 commit in dev-python/pep8: pep8-1.3.3.ebuild ChangeLog pep8-1.1.ebuild pep8-1.0.1.ebuild pep8-0.6.1.ebuild Patrick Lauer (patrick)

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