From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/
Date: Wed, 23 Aug 2017 10:08:50 +0000 (UTC) [thread overview]
Message-ID: <1503482856.a17b47c220493542cfd4eb284eadefd10db80841.radhermit@gentoo> (raw)
commit: a17b47c220493542cfd4eb284eadefd10db80841
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 23 10:04:45 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 10:07:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a17b47c2
dev-python/flake8: version bump to 3.4.1
dev-python/flake8/Manifest | 1 +
dev-python/flake8/flake8-3.4.1.ebuild | 51 +++++++++++++++++++++++++++++++++++
dev-python/flake8/metadata.xml | 2 +-
3 files changed, 53 insertions(+), 1 deletion(-)
diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index c0ecd86c5cd..ad2e7297762 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -3,3 +3,4 @@ DIST flake8-2.1.0.tar.gz 25010 SHA256 098ab7991067c08cfaa4716de20066d90f66dbc715
DIST flake8-2.2.5.tar.gz 28333 SHA256 285e8bd730c0b6fdfbe23c32d2936bffba401f23cab132e8722c68be80d6f182 SHA512 fe5e06d3a7699e3f348181108f1ab3ee9eb1f2b0422de582a172d3a4aed42a5cf839ef8a5b5b113da1e0c3c2b53ed7b43af1ca24314ea842d0d3d3735eba1dee WHIRLPOOL 6c1e737a760876d410fd116bf2b8104f932b6751b5970096ddadcead5937fba21772fb28c1addf8026eda5ec573eb07cd920e46fb711d79f46de559d229c8705
DIST flake8-2.5.4.tar.gz 81663 SHA256 cc1e58179f6cf10524c7bfdd378f5536d0a61497688517791639a5ecc867492f SHA512 31cbec556fc41361ac464d2547275e319ab663c907a4a8644113a2288a9f349bcfbec85197b6dfa13a7db9e82419f01e0f2abc84a347e133c144ea137e0daa28 WHIRLPOOL 2547b78092b1a85edd2a0d03d9e0bc31e7d3b7cb3958cf5dea9947377851a69d5c37f64c0d65a5d7e88ab9573597729adbe07ae758b0510e455b26bf62292f47
DIST flake8-3.3.0.tar.gz 134345 SHA256 b907a26dcf5580753d8f80f1be0ec1d5c45b719f7bac441120793d1a70b03f12 SHA512 53b3116765f9031c96a0442954f324fe3edaf63aff21f7cf340e47e724250928d6d9786473d2680b695969ef979a8bb6d4d2b39f1598b075dcace1b221a4c099 WHIRLPOOL 1a0f7e228cbfdde18957c43377fd5c07a280628ca75138e76ec295e5567c153e454543e534496ec9217e7ca0389208ae143c3396ca3798b65b0f2ce1d72bd68b
+DIST flake8-3.4.1.tar.gz 137066 SHA256 c20044779ff848f67f89c56a0e4624c04298cd476e25253ac0c36f910a1a11d8 SHA512 42df8fa0cf6f4bb4f3e52143028dee14d51a645aef19a0bab05000fef577e5bea3cc29f961acb0c98d92b76e635fdd2f0d689e23663a6c14d435d0410be94c87 WHIRLPOOL 95be7a58b817d4a7b112104b6f561d3fd30837be6430582856aca6c56d3aff247ec2ae3f3dfc05e29c4ae5b4f0ef0a24a778b30e7813b90234c37c6956970a05
diff --git a/dev-python/flake8/flake8-3.4.1.ebuild b/dev-python/flake8/flake8-3.4.1.ebuild
new file mode 100644
index 00000000000..f3111cc499f
--- /dev/null
+++ b/dev-python/flake8/flake8-3.4.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
+HOMEPAGE="https://gitlab.com/pycqa/flake8 https://pypi.python.org/pypi/flake8"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+# requires.txt inc. mccabe however that creates a circular dep
+RDEPEND="
+ >=dev-python/pyflakes-1.5.0[${PYTHON_USEDEP}]
+ <dev-python/pyflakes-1.6.0[${PYTHON_USEDEP}]
+ >=dev-python/pycodestyle-2.0.0[${PYTHON_USEDEP}]
+ <dev-python/pycodestyle-2.4.0[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*' 'pypy*' )
+ $(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' 'python2*' pypy )
+"
+PDEPEND="
+ >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}]
+ <dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? (
+ ${PDEPEND}
+ dev-python/pytest[${PYTHON_USEDEP}]
+ >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+ )
+"
+
+python_prepare_all() {
+ # Flake8 falsely assumes it needs pytest-runner unconditionally and will
+ # try to install it, causing sandbox violations.
+ sed -i -e "/setup_requires=\['pytest-runner'\],/d" setup.py || die
+
+ distutils-r1_python_prepare_all
+}
+
+python_test() {
+ py.test -v || die "Tests fail with ${EPYTHON}"
+}
diff --git a/dev-python/flake8/metadata.xml b/dev-python/flake8/metadata.xml
index 89a46b901c4..ef6942e1e79 100644
--- a/dev-python/flake8/metadata.xml
+++ b/dev-python/flake8/metadata.xml
@@ -7,6 +7,6 @@
</maintainer>
<upstream>
<remote-id type="pypi">flake8</remote-id>
- <remote-id type="bitbucket">tarek/flake8</remote-id>
+ <remote-id type="gitlab">pycqa/flake8</remote-id>
</upstream>
</pkgmetadata>
next reply other threads:[~2017-08-23 10:08 UTC|newest]
Thread overview: 134+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-23 10:08 Tim Harder [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-17 20:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/ Michał Górny
2024-08-24 8:10 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-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-24 7:13 Justin Lecher
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=1503482856.a17b47c220493542cfd4eb284eadefd10db80841.radhermit@gentoo \
--to=radhermit@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