dev-python/eradicate: new package
authorZac Medico <zmedico@gentoo.org>
Sat, 13 Oct 2018 21:25:51 +0000 (14:25 -0700)
committerZac Medico <zmedico@gentoo.org>
Sat, 13 Oct 2018 22:35:14 +0000 (15:35 -0700)
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

dev-python/eradicate/Manifest [new file with mode: 0644]
dev-python/eradicate/eradicate-0.2.1.ebuild [new file with mode: 0644]
dev-python/eradicate/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/eradicate/Manifest b/dev-python/eradicate/Manifest
new file mode 100644 (file)
index 0000000..cc04b90
--- /dev/null
@@ -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 (file)
index 0000000..9fff1fe
--- /dev/null
@@ -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 (file)
index 0000000..61239fd
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>zmedico@gentoo.org</email>
+               <name>Zac Medico</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="pypi">eradicate</remote-id>
+               <remote-id type="github">myint/eradicate</remote-id>
+       </upstream>
+</pkgmetadata>