From: "Brian Dolbec" <dolsen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/
Date: Thu, 22 Sep 2016 02:03:44 +0000 (UTC) [thread overview]
Message-ID: <1474509806.a24551360af1bed102b9186695980a4ca5893776.dolsen@gentoo> (raw)
commit: a24551360af1bed102b9186695980a4ca5893776
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 22 02:02:10 2016 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu Sep 22 02:03:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2455136
dev-python/flake8: Fix incorrect mccage dep in DEPEND
This is causing a conflict with itself with FEATURES=test enabled.
I discovered this conflict attempting to bump dev-python/treq.
Also, with this correction, there is one test failure:
> assert parsed_config['ignore'] == ['E123', 'W234', 'E111']
E assert ['# Disable E...e E111\nE111'] == ['E123', 'W234', 'E111']
E At index 0 diff: '# Disable E123\nE123' != 'E123'
E Use -v to get the full diff
tests/unit/test_merged_config_parser.py:201: AssertionError
Package-Manager: portage-2.3.1_p4
.../{flake8-3.0.4-r1.ebuild => flake8-3.0.4-r2.ebuild} | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/dev-python/flake8/flake8-3.0.4-r1.ebuild b/dev-python/flake8/flake8-3.0.4-r2.ebuild
similarity index 90%
rename from dev-python/flake8/flake8-3.0.4-r1.ebuild
rename to dev-python/flake8/flake8-3.0.4-r2.ebuild
index b80756e..5b4d64e 100644
--- a/dev-python/flake8/flake8-3.0.4-r1.ebuild
+++ b/dev-python/flake8/flake8-3.0.4-r2.ebuild
@@ -27,21 +27,19 @@ RDEPEND="
<=dev-python/pycodestyle-2.1.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' python2_7 pypy )
"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( ${PDEPEND}
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/pytest-runner[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
- >=dev-python/mccabe-0.2.1[${PYTHON_USEDEP}]
- <dev-python/mccabe-0.5[${PYTHON_USEDEP}]
- )"
PDEPEND="
>=dev-python/mccabe-0.5.0[${PYTHON_USEDEP}]
<dev-python/mccabe-0.6[${PYTHON_USEDEP}]
>=dev-python/pycodestyle-2.0.0[${PYTHON_USEDEP}]
<=dev-python/pycodestyle-2.1.0[${PYTHON_USEDEP}]
"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( ${PDEPEND}
+ dev-python/nose[${PYTHON_USEDEP}]
+ dev-python/pytest-runner[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
+ )"
python_prepare_all() {
# Gentoo has flake8 support restored in >=pep8-1.6.2-r1.
next reply other threads:[~2016-09-22 2:03 UTC|newest]
Thread overview: 133+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-22 2:03 Brian Dolbec [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-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=1474509806.a24551360af1bed102b9186695980a4ca5893776.dolsen@gentoo \
--to=dolsen@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