From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mccabe/
Date: Tue, 7 Feb 2017 18:38:39 +0000 (UTC) [thread overview]
Message-ID: <1486492507.72dc48e0d25693b404e1668103f18395a2bd753d.chutzpah@gentoo> (raw)
commit: 72dc48e0d25693b404e1668103f18395a2bd753d
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 7 18:35:07 2017 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Tue Feb 7 18:35:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72dc48e0
dev-python/mccabe: Version bump to 0.6.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/mccabe/Manifest | 1 +
dev-python/mccabe/mccabe-0.6.1.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-python/mccabe/Manifest b/dev-python/mccabe/Manifest
index dc83c95..824172d 100644
--- a/dev-python/mccabe/Manifest
+++ b/dev-python/mccabe/Manifest
@@ -4,3 +4,4 @@ DIST mccabe-0.3.tar.gz 6127 SHA256 3d8ca9bf65c5014f469180544d1dd5bb5b9df709aad63
DIST mccabe-0.4.0.tar.gz 7916 SHA256 9a2b12ebd876e77c72e41ebf401cc2e7c5b566649d50105ca49822688642207b SHA512 4a7158a3a28eed0a98ae64b3a0394542f263c9b4e08fc31ad47b2317ba434b1002e13d40a9766e4e39ea798aa35e83a79b81936cebdaabdae582160f1780e1a2 WHIRLPOOL d3b1ce9613ababb86f54e392fb9a5b5e96de7226ce6a3d6fd1c72ae2985c2dfe27319851ddaf8140b3b4f92f1b44f02683b88a2237539d5495199b479b267303
DIST mccabe-0.5.2.tar.gz 8366 SHA256 3473f06c8b757bbb5cdf295099bf64032e5f7d6fe0ec2f97ee9b23cb0a435aff SHA512 08dbfadc4d270e5fe58492536a27d9008efd61c77aac817b2d77b9b4510cccb41e76e1e016ff1228ebe3ac6ea1cc6ce396601f6a692388e981ddba2549288e01 WHIRLPOOL 715242d4f242a1055b7e10abc3f03103bc221f3344682e0bdecb0e8eb7bdcd27812451c79ce68e4e3cdf8df7d514420acc31bf5aa0559ea41f17eb76a72c4b38
DIST mccabe-0.5.3.tar.gz 8460 SHA256 16293af41e7242031afd73896fef6458f4cad38201d21e28f344fff50ae1c25e SHA512 c1985deb9c8067948430b553bf28b06e2db32c45e765b7d1733cfd4526c4829572240f809d0f661bc1ba593687d7c1596446d53bbef3a670aa1c4b3492076deb WHIRLPOOL 75414ff2a2ae82d88eb7513afa1a958a0fc13d154013e633bff42a581046c8d464dd3103aea22d73c1ba19bd89c2802f5c22e71878eaf5854da9266e0750d5b2
+DIST mccabe-0.6.1.tar.gz 8612 SHA256 dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f SHA512 d8fc251a29790887c14c5932c5172b4cd578cd37ccf14cb96e80f0b97f27023427ea032d14e1e2a99d72627b055eb285f60db69e679ecd79d90a34b0255703d8 WHIRLPOOL fb57eebe4b20af1dbd81f0e62d00ea64b3e998f1549de3f06ed65d3c244f671d0668fc630c3105639fd351534f8dffe3c093d7e32a3f17400f210b1f286f38bd
diff --git a/dev-python/mccabe/mccabe-0.6.1.ebuild b/dev-python/mccabe/mccabe-0.6.1.ebuild
new file mode 100644
index 00000000..4a93412
--- /dev/null
+++ b/dev-python/mccabe/mccabe-0.6.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="flake8 plugin: McCabe complexity checker"
+HOMEPAGE="https://github.com/PyCQA/mccabe"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_prepare_all() {
+ sed -i -e '/pytest-runner/d' setup.py || die
+ distutils-r1_python_prepare_all
+}
+
+python_test() {
+ py.test -v || die "Testing failed with ${EPYTHON}"
+}
next reply other threads:[~2017-02-07 18:38 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-07 18:38 Patrick McLean [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-16 17:37 [gentoo-commits] repo/gentoo:master commit in: dev-python/mccabe/ Michał Górny
2024-06-16 17:37 Michał Górny
2023-07-30 18:34 Michał Górny
2022-12-31 10:55 Michał Górny
2022-11-30 10:18 WANG Xuerui
2022-06-16 23:05 Jakov Smolić
2021-10-26 5:53 Sam James
2021-09-25 13:09 James Le Cuirot
2021-08-08 10:04 Louis Sautier
2021-08-08 10:04 Louis Sautier
2020-12-07 4:27 Matt Turner
2020-11-08 21:45 Sam James
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-03-27 21:25 Michał Górny
2020-03-27 21:25 Michał Górny
2020-03-27 21:25 Michał Górny
2020-03-27 21:25 Michał Górny
2020-03-18 18:39 Michał Górny
2020-02-11 9:20 Agostino Sarubbo
2020-02-08 12:50 Sergei Trofimovich
2020-01-30 11:05 Agostino Sarubbo
2020-01-30 11:00 Agostino Sarubbo
2020-01-28 8:43 Agostino Sarubbo
2020-01-27 15:44 Thomas Deutschmann
2020-01-27 8:10 Sergei Trofimovich
2019-11-29 19:56 Patrick McLean
2019-01-28 0:25 Matthew Thode
2018-12-08 17:54 Mikle Kolyada
2018-11-10 14:25 Justin Lecher
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
2017-07-26 9:40 Fabian Groffen
2017-07-08 13:54 Alexis Ballier
2017-05-21 21:37 Mart Raudsepp
2017-05-11 19:34 Markus Meier
2017-05-03 9:26 Michał Górny
2017-01-21 1:36 David Seifert
2016-02-20 3:22 Ian Delaney
2016-02-20 2:30 Ian Delaney
2016-02-20 2:30 Ian Delaney
2016-02-20 2:30 Ian Delaney
2016-02-20 2:30 Ian Delaney
2016-02-20 2:30 Ian Delaney
2016-02-20 2:30 Ian Delaney
2016-02-20 2:30 Ian Delaney
2016-02-19 7:09 Patrick Lauer
2016-02-18 21:01 Patrick Lauer
2015-11-24 7:13 Justin Lecher
2015-11-18 10:19 Agostino Sarubbo
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=1486492507.72dc48e0d25693b404e1668103f18395a2bd753d.chutzpah@gentoo \
--to=chutzpah@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