diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-05-14 14:28:53 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-05-26 13:41:47 -0700 |
commit | c72e2aefcc3629670a1fe368d404212358b8ded9 (patch) | |
tree | 13781bf4ea818081b186cba2fcb1eb556df17710 /dev-python/pyflakes/pyflakes-2.2.0.ebuild | |
parent | dev-python/pycodestyle: version bump (diff) | |
download | gentoo-c72e2aefcc3629670a1fe368d404212358b8ded9.tar.gz gentoo-c72e2aefcc3629670a1fe368d404212358b8ded9.tar.bz2 gentoo-c72e2aefcc3629670a1fe368d404212358b8ded9.zip |
dev-python/pyflakes: version bump
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-python/pyflakes/pyflakes-2.2.0.ebuild')
-rw-r--r-- | dev-python/pyflakes/pyflakes-2.2.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/pyflakes/pyflakes-2.2.0.ebuild b/dev-python/pyflakes/pyflakes-2.2.0.ebuild new file mode 100644 index 000000000000..cc7b91a291fb --- /dev/null +++ b/dev-python/pyflakes/pyflakes-2.2.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Passive checker for Python programs" +HOMEPAGE="https://github.com/PyCQA/pyflakes https://pypi.org/project/pyflakes/" +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 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND="${BDEPEND}" + +distutils_enable_tests unittest |