dev-python/asciitree: New addition.
authorTony Vroon <chainsaw@gentoo.org>
Fri, 25 Jan 2019 09:57:04 +0000 (09:57 +0000)
committerTony Vroon <chainsaw@gentoo.org>
Fri, 25 Jan 2019 09:57:21 +0000 (09:57 +0000)
This is a dependency for the irrtree package.

Signed-Off-By: Tony Vroon <chainsaw@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/dev-python/asciitree/Manifest b/dev-python/asciitree/Manifest
new file mode 100644 (file)
index 0000000..31f5b6d
--- /dev/null
@@ -0,0 +1 @@
+DIST asciitree-0.3.3.tar.gz 3951 BLAKE2B 3ba081424ba94cc8afd9f688e78c3f05d99b01746023ce359285ec9389c1a8f4d471cbb16e2b66ac271a859379de0f195ad7072f016878b5c444bcfe4d2445c5 SHA512 7b61134299ff1cb907cbe74811dc1cab09d6aafdefad599e67025b85d8e35ffc8538524a8c6bb683009f7ff7f7f946250e81afac3fd3b7f3b3b0cd8e528b494f
diff --git a/dev-python/asciitree/asciitree-0.3.3.ebuild b/dev-python/asciitree/asciitree-0.3.3.ebuild
new file mode 100644 (file)
index 0000000..2941009
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+inherit distutils-r1
+
+DESCRIPTION="Fast erasure codec for the command-line, C, Python, or Haskell"
+HOMEPAGE="https://pypi.org/project/asciitree/"
+SRC_URI="mirror://pypi/a/asciitree/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/asciitree/metadata.xml b/dev-python/asciitree/metadata.xml
new file mode 100644 (file)
index 0000000..34e95c6
--- /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>chainsaw@gentoo.org</email>
+               <name>Tony Vroon</name>
+       </maintainer>
+
+       <upstream>
+               <remote-id type="pypi">asciitree</remote-id>
+       </upstream>
+</pkgmetadata>