public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/flake8: flake8-2.1.0.ebuild ChangeLog
@ 2014-03-30 13:59 Ian Delaney (idella4)
  0 siblings, 0 replies; 8+ messages in thread
From: Ian Delaney (idella4) @ 2014-03-30 13:59 UTC (permalink / raw
  To: gentoo-commits

idella4     14/03/30 13:59:05

  Modified:             flake8-2.1.0.ebuild ChangeLog
  Log:
  minor tidy
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.3                  dev-python/flake8/flake8-2.1.0.ebuild

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

Index: flake8-2.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- flake8-2.1.0.ebuild	19 Mar 2014 23:12:42 -0000	1.2
+++ flake8-2.1.0.ebuild	30 Mar 2014 13:59:04 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.1.0.ebuild,v 1.2 2014/03/19 23:12:42 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.1.0.ebuild,v 1.3 2014/03/30 13:59:04 idella4 Exp $
 
 EAPI=5
 
@@ -28,5 +28,5 @@
 		dev-python/mock[${PYTHON_USEDEP}] )"
 
 python_test() {
-	esetup.py test || die "tests failed under ${EPYTHON_}"
+	esetup.py test
 }



1.9                  dev-python/flake8/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	19 Mar 2014 23:12:42 -0000	1.8
+++ ChangeLog	30 Mar 2014 13:59:04 -0000	1.9
@@ -1,6 +1,9 @@
 # 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.8 2014/03/19 23:12:42 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.9 2014/03/30 13:59:04 idella4 Exp $
+
+  30 Mar 2014; Ian Delaney <idella4@gentoo.org> flake8-2.1.0.ebuild:
+  minor tidy
 
   19 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> flake8-2.1.0.ebuild:
   Keyword ~amd64-linux ~x86-linux





^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/flake8: flake8-2.1.0.ebuild ChangeLog
@ 2015-04-08  8:05 Michal Gorny (mgorny)
  0 siblings, 0 replies; 8+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08  8:05 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 08:05:02

  Modified:             flake8-2.1.0.ebuild ChangeLog
  Log:
  Drop old Python implementations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.13                 dev-python/flake8/flake8-2.1.0.ebuild

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

Index: flake8-2.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.1.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- flake8-2.1.0.ebuild	9 Mar 2015 21:26:18 -0000	1.12
+++ flake8-2.1.0.ebuild	8 Apr 2015 08:05:02 -0000	1.13
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.1.0.ebuild,v 1.12 2015/03/09 21:26:18 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.1.0.ebuild,v 1.13 2015/04/08 08:05:02 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit distutils-r1
 



1.32                 dev-python/flake8/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	17 Mar 2015 14:56:12 -0000	1.31
+++ ChangeLog	8 Apr 2015 08:05:02 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/flake8
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.31 2015/03/17 14:56:12 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.32 2015/04/08 08:05:02 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> flake8-2.1.0.ebuild:
+  Drop old Python implementations
 
 *flake8-2.4.0-r1 (17 Mar 2015)
 





^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/flake8: flake8-2.1.0.ebuild ChangeLog
@ 2015-03-09 21:26 Mike Gilbert (floppym)
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Gilbert (floppym) @ 2015-03-09 21:26 UTC (permalink / raw
  To: gentoo-commits

floppym     15/03/09 21:26:18

  Modified:             ChangeLog
  Added:                flake8-2.1.0.ebuild
  Log:
  Restore version needed by dev-python/hacking.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.30                 dev-python/flake8/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	9 Mar 2015 21:25:04 -0000	1.29
+++ ChangeLog	9 Mar 2015 21:26:18 -0000	1.30
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/flake8
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.29 2015/03/09 21:25:04 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.30 2015/03/09 21:26:18 floppym Exp $
+
+*flake8-2.1.0 (09 Mar 2015)
+
+  09 Mar 2015; Mike Gilbert <floppym@gentoo.org> +flake8-2.1.0.ebuild,
+  flake8-2.0-r1.ebuild:
+  Restore version needed by dev-python/hacking.
 
 *flake8-2.0-r1 (09 Mar 2015)
 



1.12                 dev-python/flake8/flake8-2.1.0.ebuild

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






^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/flake8: flake8-2.1.0.ebuild ChangeLog
@ 2014-11-03 11:20 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-11-03 11:20 UTC (permalink / raw
  To: gentoo-commits

ago         14/11/03 11:20:53

  Modified:             flake8-2.1.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #525508
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 dev-python/flake8/flake8-2.1.0.ebuild

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

Index: flake8-2.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.1.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- flake8-2.1.0.ebuild	3 Nov 2014 11:20:04 -0000	1.9
+++ flake8-2.1.0.ebuild	3 Nov 2014 11:20:53 -0000	1.10
@@ -1,6 +1,6 @@
 # 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.1.0.ebuild,v 1.9 2014/11/03 11:20:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.1.0.ebuild,v 1.10 2014/11/03 11:20:53 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 HOMEPAGE="http://bitbucket.org/tarek/flake8"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 LICENSE="MIT"
 SLOT="0"



1.20                 dev-python/flake8/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	3 Nov 2014 11:20:04 -0000	1.19
+++ ChangeLog	3 Nov 2014 11:20:53 -0000	1.20
@@ -1,6 +1,9 @@
 # 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.19 2014/11/03 11:20:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.20 2014/11/03 11:20:53 ago Exp $
+
+  03 Nov 2014; Agostino Sarubbo <ago@gentoo.org> flake8-2.1.0.ebuild:
+  Stable for x86, wrt bug #525508
 
   03 Nov 2014; Agostino Sarubbo <ago@gentoo.org> flake8-2.1.0.ebuild:
   Stable for amd64, wrt bug #525508





^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/flake8: flake8-2.1.0.ebuild ChangeLog
@ 2014-11-03 11:20 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-11-03 11:20 UTC (permalink / raw
  To: gentoo-commits

ago         14/11/03 11:20:04

  Modified:             flake8-2.1.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #525508
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  dev-python/flake8/flake8-2.1.0.ebuild

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

Index: flake8-2.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.1.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- flake8-2.1.0.ebuild	20 Aug 2014 20:30:48 -0000	1.8
+++ flake8-2.1.0.ebuild	3 Nov 2014 11:20:04 -0000	1.9
@@ -1,6 +1,6 @@
 # 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.1.0.ebuild,v 1.8 2014/08/20 20:30:48 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.1.0.ebuild,v 1.9 2014/11/03 11:20:04 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 HOMEPAGE="http://bitbucket.org/tarek/flake8"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 LICENSE="MIT"
 SLOT="0"



1.19                 dev-python/flake8/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	26 Oct 2014 16:02:49 -0000	1.18
+++ ChangeLog	3 Nov 2014 11:20:04 -0000	1.19
@@ -1,6 +1,9 @@
 # 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.18 2014/10/26 16:02:49 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.19 2014/11/03 11:20:04 ago Exp $
+
+  03 Nov 2014; Agostino Sarubbo <ago@gentoo.org> flake8-2.1.0.ebuild:
+  Stable for amd64, wrt bug #525508
 
 *flake8-2.2.5 (26 Oct 2014)
 





^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/flake8: flake8-2.1.0.ebuild ChangeLog
@ 2014-06-06  8:58 Ian Delaney (idella4)
  0 siblings, 0 replies; 8+ messages in thread
From: Ian Delaney (idella4) @ 2014-06-06  8:58 UTC (permalink / raw
  To: gentoo-commits

idella4     14/06/06 08:58:41

  Modified:             flake8-2.1.0.ebuild ChangeLog
  Log:
  add missing keyword, exclude rogue test, drop py2.6 add py3.4
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.5                  dev-python/flake8/flake8-2.1.0.ebuild

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

Index: flake8-2.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.1.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- flake8-2.1.0.ebuild	25 Apr 2014 14:24:25 -0000	1.4
+++ flake8-2.1.0.ebuild	6 Jun 2014 08:58:41 -0000	1.5
@@ -1,10 +1,10 @@
 # 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.1.0.ebuild,v 1.4 2014/04/25 14:24:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.1.0.ebuild,v 1.5 2014/06/06 08:58:41 idella4 Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
 
 inherit distutils-r1
 
@@ -12,7 +12,7 @@
 HOMEPAGE="http://bitbucket.org/tarek/flake8"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 LICENSE="MIT"
 SLOT="0"
@@ -27,6 +27,12 @@
 		dev-python/nose[${PYTHON_USEDEP}]
 		dev-python/mock[${PYTHON_USEDEP}] )"
 
+python_prepare_all() {
+	# This tests requires / assumes this version is already installed.
+	sed -e 's:test_register_extensions:_&:' -i flake8/tests/test_engine.py || die
+	distutils-r1_python_prepare_all
+}
+
 python_test() {
 	esetup.py test
 }



1.12                 dev-python/flake8/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	4 May 2014 16:16:02 -0000	1.11
+++ ChangeLog	6 Jun 2014 08:58:41 -0000	1.12
@@ -1,6 +1,9 @@
 # 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.11 2014/05/04 16:16:02 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.12 2014/06/06 08:58:41 idella4 Exp $
+
+  06 Jun 2014; Ian Delaney <idella4@gentoo.org> flake8-2.1.0.ebuild:
+  add missing keyword, exclude rogue test, drop py2.6 add py3.4
 
   04 May 2014; Markus Meier <maekke@gentoo.org> flake8-2.0.ebuild:
   add ~arm, bug #508282





^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/flake8: flake8-2.1.0.ebuild ChangeLog
@ 2014-03-19 23:12 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 8+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2014-03-19 23:12 UTC (permalink / raw
  To: gentoo-commits

bicatali    14/03/19 23:12:42

  Modified:             flake8-2.1.0.ebuild ChangeLog
  Log:
  Keyword ~amd64-linux ~x86-linux
  
  (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)

Revision  Changes    Path
1.2                  dev-python/flake8/flake8-2.1.0.ebuild

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

Index: flake8-2.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- flake8-2.1.0.ebuild	9 Jan 2014 21:54:55 -0000	1.1
+++ flake8-2.1.0.ebuild	19 Mar 2014 23:12:42 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.1.0.ebuild,v 1.1 2014/01/09 21:54:55 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.1.0.ebuild,v 1.2 2014/03/19 23:12:42 bicatali Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 HOMEPAGE="http://bitbucket.org/tarek/flake8"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 LICENSE="MIT"
 SLOT="0"



1.8                  dev-python/flake8/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	9 Jan 2014 21:54:55 -0000	1.7
+++ ChangeLog	19 Mar 2014 23:12:42 -0000	1.8
@@ -1,6 +1,9 @@
 # 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.7 2014/01/09 21:54:55 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.8 2014/03/19 23:12:42 bicatali Exp $
+
+  19 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> flake8-2.1.0.ebuild:
+  Keyword ~amd64-linux ~x86-linux
 
 *flake8-2.1.0 (09 Jan 2014)
 





^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/flake8: flake8-2.1.0.ebuild ChangeLog
@ 2014-01-09 21:54 Matt Thode (prometheanfire)
  0 siblings, 0 replies; 8+ messages in thread
From: Matt Thode (prometheanfire) @ 2014-01-09 21:54 UTC (permalink / raw
  To: gentoo-commits

prometheanfire    14/01/09 21:54:55

  Modified:             ChangeLog
  Added:                flake8-2.1.0.ebuild
  Log:
  bump of flake8 to 2.1.0
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)

Revision  Changes    Path
1.7                  dev-python/flake8/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	11 Dec 2013 19:30:09 -0000	1.6
+++ ChangeLog	9 Jan 2014 21:54:55 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/flake8
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.6 2013/12/11 19:30:09 floppym Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.7 2014/01/09 21:54:55 prometheanfire Exp $
+
+*flake8-2.1.0 (09 Jan 2014)
+
+  09 Jan 2014; Matthew Thode <prometheanfire@gentoo.org> +flake8-2.1.0.ebuild:
+  bump of flake8 to 2.1.0
 
   11 Dec 2013; Mike Gilbert <floppym@gentoo.org> flake8-2.0.ebuild:
   Depend on dev-python/mccabe for tests, bug 493922 by Nikoli.



1.1                  dev-python/flake8/flake8-2.1.0.ebuild

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

Index: flake8-2.1.0.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.1.0.ebuild,v 1.1 2014/01/09 21:54:55 prometheanfire Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )

inherit distutils-r1

DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
HOMEPAGE="http://bitbucket.org/tarek/flake8"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

KEYWORDS="~amd64 ~x86"
IUSE="test"
LICENSE="MIT"
SLOT="0"

# requires.txt inc. mccabe however that creates a circular dep
RDEPEND=">=dev-python/pyflakes-0.7.3[${PYTHON_USEDEP}]
	>=dev-python/pep8-1.4.6[${PYTHON_USEDEP}]"
PDEPEND=">=dev-python/mccabe-0.2.1[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
	dev-python/setuptools[${PYTHON_USEDEP}]
	test? ( ${PDEPEND}
		dev-python/nose[${PYTHON_USEDEP}]
		dev-python/mock[${PYTHON_USEDEP}] )"

python_test() {
	esetup.py test || die "tests failed under ${EPYTHON_}"
}





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-04-08  8:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-30 13:59 [gentoo-commits] gentoo-x86 commit in dev-python/flake8: flake8-2.1.0.ebuild ChangeLog Ian Delaney (idella4)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-08  8:05 Michal Gorny (mgorny)
2015-03-09 21:26 Mike Gilbert (floppym)
2014-11-03 11:20 Agostino Sarubbo (ago)
2014-11-03 11:20 Agostino Sarubbo (ago)
2014-06-06  8:58 Ian Delaney (idella4)
2014-03-19 23:12 Sebastien Fabbro (bicatali)
2014-01-09 21:54 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