From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mccabe/
Date: Thu, 18 Feb 2016 21:01:13 +0000 (UTC) [thread overview]
Message-ID: <1455829219.4af7dbeb4178a823b0b999c726a58bc792384f9a.patrick@gentoo> (raw)
commit: 4af7dbeb4178a823b0b999c726a58bc792384f9a
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 21:00:03 2016 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 21:00:19 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af7dbeb
dev-python/mccabe: Bump
Package-Manager: portage-2.2.27
dev-python/mccabe/Manifest | 1 +
dev-python/mccabe/mccabe-0.4.0.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-python/mccabe/Manifest b/dev-python/mccabe/Manifest
index 9bc9680..d0cd909 100644
--- a/dev-python/mccabe/Manifest
+++ b/dev-python/mccabe/Manifest
@@ -1,3 +1,4 @@
DIST mccabe-0.2.1.tar.gz 5031 SHA256 5a2a170e47de5593a6abfae1e9542bd2c3924ac62bbe4e6ed96c953c0352243a SHA512 7155e52063e786c140c541f1410d0c319387b4b5f24ec3c60ba3d5a963a92d0ee545254559941ac0dbe961f46750c0e61271fbe82653c6b1465c0a13b31ec325 WHIRLPOOL 1db80033f91a24029e6757847d11528cb01c2aff2a2b40c947f969191f767fe6b93fd9adfb685eee8bcb03ba9719f852d8a5db7e1b27395acb93d973f35d09d8
DIST mccabe-0.3.1.tar.gz 7586 SHA256 5f7ea6fb3aa9afe146d07fd6d5cedf788747d8b0c29e44732453c2b2db1e3d16 SHA512 83a5cb389343628b8a464f8f17452f116557735ed0a5f40411fe06f63af1f7c5ac4501fce2617a22fc7fb8395918deda2afba39728c1e72713930f14dddf08f9 WHIRLPOOL 2f8354395d9c291377ec8cac9f7911ffdeaf348f37ab7a0b3a87fb10ec0490e4e398963c02989de5240d54e1e4c34945fe15ad60c0b8605d5b8367f6efe7e72b
DIST mccabe-0.3.tar.gz 6127 SHA256 3d8ca9bf65c5014f469180544d1dd5bb5b9df709aad6304f9c2e4370ae0a7b7c SHA512 3bb176d486de5e0d3de8db0bf923b4b03e5ad2fd82df079babd6e6551afe9077b956698ac335f23d340a16212d73c1c5ab5a3055d2788b7f81040f3cb0d1b4ee WHIRLPOOL bfa0480cca9cc082f60c20d07d6edac203c5e9144f2caf57576304dbf01c8a96b19e111f9e1abe5774a4de235729d69c3c89d4fddf8213f403568228e92f38f6
+DIST mccabe-0.4.0.tar.gz 7916 SHA256 9a2b12ebd876e77c72e41ebf401cc2e7c5b566649d50105ca49822688642207b SHA512 4a7158a3a28eed0a98ae64b3a0394542f263c9b4e08fc31ad47b2317ba434b1002e13d40a9766e4e39ea798aa35e83a79b81936cebdaabdae582160f1780e1a2 WHIRLPOOL d3b1ce9613ababb86f54e392fb9a5b5e96de7226ce6a3d6fd1c72ae2985c2dfe27319851ddaf8140b3b4f92f1b44f02683b88a2237539d5495199b479b267303
diff --git a/dev-python/mccabe/mccabe-0.4.0.ebuild b/dev-python/mccabe/mccabe-0.4.0.ebuild
new file mode 100644
index 0000000..1caff10
--- /dev/null
+++ b/dev-python/mccabe/mccabe-0.4.0.ebuild
@@ -0,0 +1,29 @@
+# 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} )
+
+RESTRICT="test"
+
+inherit distutils-r1
+
+DESCRIPTION="a plugin for flake8"
+HOMEPAGE="https://github.com/flintwork/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/pep8-1.4.3[${PYTHON_USEDEP}]
+ dev-python/flake8[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/pytest-runner[${PYTHON_USEDEP}] )"
+
+python_test() {
+ ${EPYTHON} test_mccabe.py || die
+}
next reply other threads:[~2016-02-18 21:01 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-18 21:01 Patrick Lauer [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-02-07 18:38 Patrick McLean
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
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=1455829219.4af7dbeb4178a823b0b999c726a58bc792384f9a.patrick@gentoo \
--to=patrick@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