From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 535AA13832E for ; Sat, 6 Aug 2016 14:48:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EDDC21C0C6; Sat, 6 Aug 2016 14:48:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5F0E21C0C6 for ; Sat, 6 Aug 2016 14:48:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC623340806 for ; Sat, 6 Aug 2016 14:48:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA1AA7D6 for ; Sat, 6 Aug 2016 14:48:38 +0000 (UTC) From: "Alex Brandt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alex Brandt" Message-ID: <1470494897.50e5870ad45edad782978cd3bc6f096c60b8b66c.alunduil@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flake8-polyfill/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flake8-polyfill/Manifest dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild dev-python/flake8-polyfill/metadata.xml X-VCS-Directories: dev-python/flake8-polyfill/ X-VCS-Committer: alunduil X-VCS-Committer-Name: Alex Brandt X-VCS-Revision: 50e5870ad45edad782978cd3bc6f096c60b8b66c X-VCS-Branch: master Date: Sat, 6 Aug 2016 14:48:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 88a26f8b-16ce-4319-bada-f8c6ef152921 X-Archives-Hash: 24d1727a42ab58880e88f517a1d0f080 commit: 50e5870ad45edad782978cd3bc6f096c60b8b66c Author: Alex Brandt gentoo org> AuthorDate: Sat Aug 6 14:48:17 2016 +0000 Commit: Alex Brandt gentoo 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 @@ + + + + + python@gentoo.org + + + alunduil@gentoo.org + Alex Brandt + + + +