public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/flake8: ChangeLog flake8-2.0-r1.ebuild
@ 2014-09-23 20:11 Alex Brandt (alunduil)
  0 siblings, 0 replies; only message in thread
From: Alex Brandt (alunduil) @ 2014-09-23 20:11 UTC (permalink / raw
  To: gentoo-commits

alunduil    14/09/23 20:11:23

  Modified:             ChangeLog
  Added:                flake8-2.0-r1.ebuild
  Log:
  add python3_4 target to flake8-2.0
  
  In order to add python3_4 to mox3 for bug #517952, this particular
  version of flake8 needed the python3_4 target.
  
  (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 92FEA28B)

Revision  Changes    Path
1.17                 dev-python/flake8/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	20 Aug 2014 20:30:48 -0000	1.16
+++ ChangeLog	23 Sep 2014 20:11:23 -0000	1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/flake8
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.16 2014/08/20 20:30:48 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.17 2014/09/23 20:11:23 alunduil Exp $
+
+*flake8-2.0-r1 (23 Sep 2014)
+
+  23 Sep 2014; Alex Brandt <alunduil@gentoo.org> +flake8-2.0-r1.ebuild:
+  add python3_4 target
 
   20 Aug 2014; Anthony G. Basile <blueness@gentoo.org> flake8-2.0.ebuild,
   flake8-2.1.0.ebuild:



1.1                  dev-python/flake8/flake8-2.0-r1.ebuild

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

Index: flake8-2.0-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.0-r1.ebuild,v 1.1 2014/09/23 20:11:23 alunduil Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_3 python3_4 )

inherit distutils-r1

DESCRIPTION="the modular source code checker: pep8, pyflakes and co"
HOMEPAGE="http://bitbucket.org/tarek/flake8"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE="test"

DEPEND="
	dev-python/setuptools[${PYTHON_USEDEP}]
	test? ( dev-python/nose[${PYTHON_USEDEP}] )
"
RDEPEND="
	>=dev-python/pyflakes-0.6.1[${PYTHON_USEDEP}]
	>=dev-python/pep8-1.4.3[${PYTHON_USEDEP}]
	>=dev-python/mccabe-0.2[${PYTHON_USEDEP}]
"

python_test() {
	esetup.py test || die "Tests failed for ${EPYTHON}"
}





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

only message in thread, other threads:[~2014-09-23 20:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-23 20:11 [gentoo-commits] gentoo-x86 commit in dev-python/flake8: ChangeLog flake8-2.0-r1.ebuild Alex Brandt (alunduil)

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