From 50e5870ad45edad782978cd3bc6f096c60b8b66c Mon Sep 17 00:00:00 2001 From: Alex Brandt Date: Sat, 6 Aug 2016 09:48:17 -0500 Subject: [PATCH] dev-python/flake8-polyfill: add version 1.0.1 Package-Manager: portage-2.3.0 --- dev-python/flake8-polyfill/Manifest | 1 + .../flake8-polyfill-1.0.1.ebuild | 21 +++++++++++++++++++ dev-python/flake8-polyfill/metadata.xml | 13 ++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 dev-python/flake8-polyfill/Manifest create mode 100644 dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild create mode 100644 dev-python/flake8-polyfill/metadata.xml diff --git a/dev-python/flake8-polyfill/Manifest b/dev-python/flake8-polyfill/Manifest new file mode 100644 index 0000000000000..e1171b238c96f --- /dev/null +++ b/dev-python/flake8-polyfill/Manifest @@ -0,0 +1 @@ +DIST flake8-polyfill-1.0.1.tar.gz 8094 SHA256 c77056b1e2cfce7b39d7634370062baf02438962a7d176ea717627b83b17f609 SHA512 cdb1530c004015fc44007eb4efb5a84b2ff6f22bf75b3a33ada0c0e80eca5e137a2504baea11ae186018ff7617c8935bc14c36703c17c533a27abc81f9856883 WHIRLPOOL f9e3b2938d4683cccf13885a40348c7d5e8dbcb3e5808edbebc8538b28b573e399009f12317c926adccdbb2ab78fc7adc07ea495935b03f0454a33974a5cc97b diff --git a/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild b/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild new file mode 100644 index 0000000000000..b702db29c0c72 --- /dev/null +++ b/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) +inherit distutils-r1 + +DESCRIPTION="Polyfill package for Flake8 plugins" +HOMEPAGE="https://gitlab.com/pycqa/flake8" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +EGIT_REPO_URI="https://gitlab.com/pycqa/flake8-polyfill.git" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]" diff --git a/dev-python/flake8-polyfill/metadata.xml b/dev-python/flake8-polyfill/metadata.xml new file mode 100644 index 0000000000000..3e6df16d35d12 --- /dev/null +++ b/dev-python/flake8-polyfill/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + + + alunduil@gentoo.org + Alex Brandt + + + +