diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-04-21 05:02:42 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-04-21 05:02:42 +0000 |
commit | 5974c19af105913b01e15c1332ec67500ee21042 (patch) | |
tree | 2b230891040b0028ec745cdcf6d28bba4d229b76 /dev-python/mccabe | |
parent | Stable for HPPA (bug #541116). (diff) | |
download | gentoo-2-5974c19af105913b01e15c1332ec67500ee21042.tar.gz gentoo-2-5974c19af105913b01e15c1332ec67500ee21042.tar.bz2 gentoo-2-5974c19af105913b01e15c1332ec67500ee21042.zip |
bump; tarball missing testsuite file, closes bug #547176 by Coacher
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/mccabe')
-rw-r--r-- | dev-python/mccabe/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/mccabe/mccabe-0.3.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-python/mccabe/ChangeLog b/dev-python/mccabe/ChangeLog index b8cca57a8a08..5ea808d16134 100644 --- a/dev-python/mccabe/ChangeLog +++ b/dev-python/mccabe/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/mccabe # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mccabe/ChangeLog,v 1.17 2015/04/14 12:50:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mccabe/ChangeLog,v 1.18 2015/04/21 05:02:42 idella4 Exp $ + +*mccabe-0.3 (21 Apr 2015) + + 21 Apr 2015; Ian Delaney <idella4@gentoo.org> +mccabe-0.3.ebuild: + bump; tarball missing testsuite file, closes bug #547176 by Coacher 14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> mccabe-0.2.1.ebuild: Stable for ia64, wrt bug #540290 diff --git a/dev-python/mccabe/mccabe-0.3.ebuild b/dev-python/mccabe/mccabe-0.3.ebuild new file mode 100644 index 000000000000..2f040b442ccd --- /dev/null +++ b/dev-python/mccabe/mccabe-0.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mccabe/mccabe-0.3.ebuild,v 1.1 2015/04/21 05:02:42 idella4 Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +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" +IUSE="" +LICENSE="MIT" +SLOT="0" + +RDEPEND=">=dev-python/pep8-1.4.3[${PYTHON_USEDEP}] + dev-python/flake8[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |