public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/
Date: Tue, 24 Nov 2015 07:13:05 +0000 (UTC)	[thread overview]
Message-ID: <1448349034.959bb855e576d6232de91a7497ca2490c755c565.jlec@gentoo> (raw)

commit:     959bb855e576d6232de91a7497ca2490c755c565
Author:     Sean Vig <sean.v.775 <AT> gmail <DOT> com>
AuthorDate: Mon Nov 23 14:41:09 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Nov 24 07:10:34 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=959bb855

dev-python/flake8: Version bump to 2.5

Bumped pyflakes upper cap to <1.1, added python3_5 target

 dev-python/flake8/Manifest            |  1 +
 dev-python/flake8/flake8-2.5.0.ebuild | 46 +++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index 58c8d1d..8ef865a 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -2,3 +2,4 @@ DIST flake8-2.0.tar.gz 10511 SHA256 8dce4f7e64cc202cc6da93eab84b2ce660110ff684b6
 DIST flake8-2.1.0.tar.gz 25010 SHA256 098ab7991067c08cfaa4716de20066d90f66dbc71502114ea8cad9a9fd5c9512 SHA512 bf961d76ed08dafe7c2a9b767594577a57a2276166e515f1d84654223aa50879c5ee1e20919b3a4c7576c7d549037c8cfe67c11ab1f6648a0205200f5060950b WHIRLPOOL 48982d33cd32f557796ef103da441f46d3a6ddbf1d1cace66f3ceac8b31bf78389c72df4a717881fe3735f6301b8ce0831908d32010f94ce72fc5414404261d4
 DIST flake8-2.2.5.tar.gz 28333 SHA256 285e8bd730c0b6fdfbe23c32d2936bffba401f23cab132e8722c68be80d6f182 SHA512 fe5e06d3a7699e3f348181108f1ab3ee9eb1f2b0422de582a172d3a4aed42a5cf839ef8a5b5b113da1e0c3c2b53ed7b43af1ca24314ea842d0d3d3735eba1dee WHIRLPOOL 6c1e737a760876d410fd116bf2b8104f932b6751b5970096ddadcead5937fba21772fb28c1addf8026eda5ec573eb07cd920e46fb711d79f46de559d229c8705
 DIST flake8-2.4.1.tar.gz 50324 SHA256 2e7ebbe59d8c85e626e36d99f0db2f578394313d3f7ce9dc9f1da57ef6cd7537 SHA512 8ddd07d6be53b06efcf7dd9aa2daa070ab209f7177e46f32a3bcae545acbb5e020aa27aeab54426798ae6c3722b38928b06dc3e53115cc624a16fa0fa97f4840 WHIRLPOOL 9a653900523eded448c5cbeca0b111ba220be39ad307e46ded35a1454904cb59f5e0765425d90e99ae0c853b2931fbe910c4412e73771098bb0a3543adb8cabb
+DIST flake8-2.5.0.tar.gz 82600 SHA256 8216c8c6ee092ae93d51f89bc91045648c88cd9be77d60cf47df7ca26ee4f88c SHA512 6f55ae237fb834fa9376760eddf77553f9edb1b7328175c5f07232b160e4d5ea9d65caa91241f7d1db90845f9c02b8d41129cd453c1b09a4d6870e0e53ba0f8d WHIRLPOOL d08e5c2d2c488e558e02a272c1753defa2a200d37b2b113f1f1523dc06f6ee5dc7f37c60f598eff91c4aeb47a76bd0dd60c0fdd7d2a6b7fa0a7bbec2b60a88d2

diff --git a/dev-python/flake8/flake8-2.5.0.ebuild b/dev-python/flake8/flake8-2.5.0.ebuild
new file mode 100644
index 0000000..1393f6c
--- /dev/null
+++ b/dev-python/flake8/flake8-2.5.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
+HOMEPAGE="https://bitbucket.org/tarek/flake8 https://pypi.python.org/pypi/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 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+LICENSE="MIT"
+SLOT="0"
+
+# requires.txt inc. mccabe however that creates a circular dep
+RDEPEND=">=dev-python/pyflakes-0.8.1[${PYTHON_USEDEP}]
+	<dev-python/pyflakes-1.1[${PYTHON_USEDEP}]
+	>=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]
+	!=dev-python/pep8-1.6.1[${PYTHON_USEDEP}]
+	!=dev-python/pep8-1.6.2[${PYTHON_USEDEP}]
+	"
+PDEPEND=">=dev-python/mccabe-0.2.1[${PYTHON_USEDEP}]
+	<dev-python/mccabe-0.4[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( ${PDEPEND}
+		dev-python/nose[${PYTHON_USEDEP}]
+		$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
+
+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
+
+	# Gentoo has flake8 support restored in >=pep8-1.6.2-r1.
+	sed -e 's:, != 1.6.2::' -i setup.py || die
+
+	distutils-r1_python_prepare_all
+}
+
+python_test() {
+	esetup.py test
+}


             reply	other threads:[~2015-11-24  7:13 UTC|newest]

Thread overview: 133+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-24  7:13 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-24  8:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/ Sam James
2024-08-05 11:48 Michał Górny
2024-07-06  6:35 Michał Górny
2024-07-06  6:26 Sam James
2024-06-16 17:37 Michał Górny
2024-06-16  5:21 Michał Górny
2024-01-20 20:00 Michał Górny
2024-01-20 18:35 Arthur Zamarin
2024-01-05 11:25 Michał Górny
2023-09-02  2:58 Michał Górny
2023-09-01 19:26 Arthur Zamarin
2023-07-30 18:34 Michał Górny
2023-07-30 18:27 Michał Górny
2022-12-31 10:52 Arthur Zamarin
2022-11-30 10:18 WANG Xuerui
2022-11-25  5:14 Michał Górny
2022-09-07  5:08 Michał Górny
2022-09-06 21:15 Sam James
2022-08-02 16:47 Arthur Zamarin
2022-08-01 18:38 Arthur Zamarin
2022-08-01 11:07 Michał Górny
2022-06-17 12:44 Michał Górny
2022-06-17 10:29 Jakov Smolić
2022-05-23  9:38 Michał Górny
2021-12-17  9:15 Michał Górny
2021-12-17  5:58 Sam James
2021-11-09 14:01 Michał Górny
2021-10-26  5:53 Sam James
2021-10-12  6:18 Michał Górny
2021-10-11  7:56 Michał Górny
2021-09-25 13:09 James Le Cuirot
2021-09-10 11:29 Tobias Klausmann
2021-09-10 10:45 Tobias Klausmann
2021-08-08 10:04 Louis Sautier
2021-06-14 22:30 Michał Górny
2021-06-14 22:18 Sam James
2021-05-19  7:11 Michał Górny
2021-05-19  3:23 Sam James
2021-05-09  8:23 Michał Górny
2021-04-29 10:21 Michał Górny
2021-04-16  8:30 Michał Górny
2021-03-15  8:34 Michał Górny
2021-01-05 21:03 Sam James
2020-12-07  4:27 Matt Turner
2020-12-05 23:48 Sam James
2020-12-01 10:32 Michał Górny
2020-11-28 15:36 Sam James
2020-11-08 21:14 Sam James
2020-11-08 21:10 Sam James
2020-11-08 21:09 Sam James
2020-10-22  2:14 Joshua Kinard
2020-10-10 13:50 Sergei Trofimovich
2020-10-10 13:48 Sergei Trofimovich
2020-10-04 14:17 Sam James
2020-10-03 19:13 Louis Sautier
2020-10-03 16:12 Sam James
2020-10-03 12:16 Sergei Trofimovich
2020-10-03 10:19 Sergei Trofimovich
2020-07-13 16:51 Sam James
2020-07-09  5:14 Michał Górny
2020-07-09  5:14 Michał Górny
2020-05-26 20:43 Matt Turner
2020-04-15 18:59 Mike Gilbert
2020-04-08 20:53 Sergei Trofimovich
2020-04-06  0:05 Robin H. Johnson
2020-04-03 22:31 Sergei Trofimovich
2020-04-03 21:57 Sergei Trofimovich
2020-03-27  8:58 Michał Górny
2020-03-18 18:39 Michał Górny
2020-03-16 20:56 Michał Górny
2020-03-16  6:22 Matt Turner
2020-02-27  7:28 Sergei Trofimovich
2020-02-19 19:33 Sergei Trofimovich
2020-02-11  9:20 Agostino Sarubbo
2020-01-30 11:05 Agostino Sarubbo
2020-01-30 11:00 Agostino Sarubbo
2020-01-28 20:02 Andreas Sturmlechner
2020-01-27  8:10 Sergei Trofimovich
2020-01-26 21:52 Andreas Sturmlechner
2020-01-26 21:25 Matthew Thode
2019-12-25 20:45 Sergei Trofimovich
2019-12-25 20:32 Sergei Trofimovich
2019-12-09 18:19 Sergei Trofimovich
2019-12-02 21:13 Aaron Bauman
2019-11-29 19:56 Patrick McLean
2019-03-30 17:43 Michał Górny
2019-03-20 18:48 Mikle Kolyada
2019-01-28  0:25 Matthew Thode
2018-11-10 14:25 Justin Lecher
2018-10-25 10:25 Sebastian Pipping
2018-06-30 17:28 Mikle Kolyada
2018-04-18 12:58 Mikle Kolyada
2018-04-16 18:36 Sergei Trofimovich
2018-04-07 21:07 Matt Turner
2018-04-07 20:33 Matt Turner
2018-04-07 20:33 Matt Turner
2018-03-05 21:31 Tobias Klausmann
2018-03-04  9:13 Jason Zaman
2018-03-02 23:39 Sergei Trofimovich
2018-02-22 17:38 Michał Górny
2018-01-03 23:24 Sergei Trofimovich
2018-01-03 22:13 Michał Górny
2017-11-01 18:22 Patrick McLean
2017-08-23 10:08 Tim Harder
2017-07-14 21:35 Alexis Ballier
2017-07-07 12:18 Alexis Ballier
2017-06-15 18:19 Markus Meier
2017-05-22 16:48 Tobias Klausmann
2017-05-21 21:37 Mart Raudsepp
2017-05-19 21:44 Michael Weber
2017-05-11 19:34 Markus Meier
2017-05-06 11:13 Jeroen Roovers
2017-05-03  9:26 Michał Górny
2017-02-27  3:53 Zac Medico
2017-02-07 18:38 Patrick McLean
2017-01-21  1:36 David Seifert
2016-12-24  3:11 Matt Thode
2016-11-11 16:43 Mike Gilbert
2016-09-22  2:03 Brian Dolbec
2016-09-09 15:49 Tobias Klausmann
2016-09-07  8:45 Tobias Klausmann
2016-09-06 14:20 Tobias Klausmann
2016-02-18 21:01 Patrick Lauer
2016-02-18 18:14 Patrick Lauer
2016-02-18 17:05 Patrick Lauer
2016-01-05 13:07 Patrick Lauer
2015-11-18 10:19 Agostino Sarubbo
2015-11-18 10:17 Agostino Sarubbo
2015-09-25 13:45 Ian Delaney
2015-09-25  5:34 Ian Delaney
2015-09-12  1:24 Ian Delaney
2015-09-11  7:53 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1448349034.959bb855e576d6232de91a7497ca2490c755c565.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox