commit:     50e5870ad45edad782978cd3bc6f096c60b8b66c
Author:     Alex Brandt <alunduil <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 14:48:17 2016 +0000
Commit:     Alex Brandt <alunduil <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 14:48:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e5870a

dev-python/flake8-polyfill: add version 1.0.1

Package-Manager: portage-2.3.0

 dev-python/flake8-polyfill/Manifest                 |  1 +
 .../flake8-polyfill/flake8-polyfill-1.0.1.ebuild    | 21 +++++++++++++++++++++
 dev-python/flake8-polyfill/metadata.xml             | 13 +++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/dev-python/flake8-polyfill/Manifest 
b/dev-python/flake8-polyfill/Manifest
new file mode 100644
index 0000000..e1171b2
--- /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 0000000..b702db2
--- /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 0000000..3e6df16
--- /dev/null
+++ b/dev-python/flake8-polyfill/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>pyt...@gentoo.org</email>
+       </maintainer>
+       <maintainer type="person">
+               <email>alund...@gentoo.org</email>
+               <name>Alex Brandt</name>
+       </maintainer>
+       <longdescription lang="en">
+       </longdescription>
+</pkgmetadata>

Reply via email to