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 D23BD138334 for ; Sat, 13 Oct 2018 22:35:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8DA0E08F9; Sat, 13 Oct 2018 22:35:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD6ADE08F9 for ; Sat, 13 Oct 2018 22:35:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA704335C95 for ; Sat, 13 Oct 2018 22:35:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 252E5436 for ; Sat, 13 Oct 2018 22:35:27 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1539470114.e78b70f86f8e722464259e395567efc709285e4f.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/eradicate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/eradicate/Manifest dev-python/eradicate/eradicate-0.2.1.ebuild dev-python/eradicate/metadata.xml X-VCS-Directories: dev-python/eradicate/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: e78b70f86f8e722464259e395567efc709285e4f X-VCS-Branch: master Date: Sat, 13 Oct 2018 22:35:27 +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: 7cfa4509-0e99-4093-9c1d-19229b604940 X-Archives-Hash: 0ab6e91c7154ec2ac13a415df6159722 commit: e78b70f86f8e722464259e395567efc709285e4f Author: Zac Medico gentoo org> AuthorDate: Sat Oct 13 21:25:51 2018 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Oct 13 22:35:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e78b70f8 dev-python/eradicate: new package Signed-off-by: Zac Medico gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/eradicate/Manifest | 1 + dev-python/eradicate/eradicate-0.2.1.ebuild | 17 +++++++++++++++++ dev-python/eradicate/metadata.xml | 12 ++++++++++++ 3 files changed, 30 insertions(+) diff --git a/dev-python/eradicate/Manifest b/dev-python/eradicate/Manifest new file mode 100644 index 00000000000..cc04b90e000 --- /dev/null +++ b/dev-python/eradicate/Manifest @@ -0,0 +1 @@ +DIST eradicate-0.2.1.tar.gz 4357 BLAKE2B 8dd1854cd5a93940365048c1adcd8d05ac25cb511a14a278c083be018770088ad5bb888195ad474776026eef6c41405b515d5661244998286e8b9c29c01ea883 SHA512 726db51e1d5ecc89a256e2c28835c20e60f4f42cef55193ec8cd3323c06f00e7c1bc270517baebcd69a145bc189f392c96d60b4582f48aef10ece05582942167 diff --git a/dev-python/eradicate/eradicate-0.2.1.ebuild b/dev-python/eradicate/eradicate-0.2.1.ebuild new file mode 100644 index 00000000000..9fff1fea76b --- /dev/null +++ b/dev-python/eradicate/eradicate-0.2.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Removes commented-out code from Python files" +HOMEPAGE="https://github.com/myint/eradicate" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" diff --git a/dev-python/eradicate/metadata.xml b/dev-python/eradicate/metadata.xml new file mode 100644 index 00000000000..61239fd850d --- /dev/null +++ b/dev-python/eradicate/metadata.xml @@ -0,0 +1,12 @@ + + + + + zmedico@gentoo.org + Zac Medico + + + eradicate + myint/eradicate + +