dev-python/ansi: new package
authorSergey Popov <pinkbyte@gentoo.org>
Wed, 1 Aug 2018 12:59:44 +0000 (15:59 +0300)
committerSergey Popov <pinkbyte@gentoo.org>
Wed, 1 Aug 2018 12:59:44 +0000 (15:59 +0300)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/ansi/Manifest b/dev-python/ansi/Manifest
new file mode 100644 (file)
index 0000000..3df0150
--- /dev/null
@@ -0,0 +1 @@
+DIST ansi-0.1.3.tar.gz 4561 BLAKE2B 33f1bb49dac19879a1e98dc75706e1963a11665a31c80161a6ff9580b5e2c0ec50de7e168860cde647488c67d2bb5bfd1418b9f4637c9db2f3d68d1b49bcfb47 SHA512 824ba1a9125af8fc23f402ab4de26c82250dad7be0080e0050585ad955337801393792c01ed3affa8a25551fa07b3caaedecde1889401293d415249e70a72705
diff --git a/dev-python/ansi/ansi-0.1.3.ebuild b/dev-python/ansi/ansi-0.1.3.ebuild
new file mode 100644 (file)
index 0000000..e1e76f2
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="ANSI cursor movement and graphics in Python"
+HOMEPAGE="https://github.com/tehmaze/ansi"
+SRC_URI="https://github.com/tehmaze/${PN}/archive/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${PN}-${P}"
diff --git a/dev-python/ansi/metadata.xml b/dev-python/ansi/metadata.xml
new file mode 100644 (file)
index 0000000..7a7fc22
--- /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>pinkbyte@gentoo.org</email>
+               <name>Sergey Popov</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">tehmaze/ansi</remote-id>
+               <remote-id type="pypi">ansi</remote-id>
+       </upstream>
+</pkgmetadata>