summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2018-01-28 18:16:56 +0300
committerMichał Górny <mgorny@gentoo.org>2018-02-03 00:22:06 +0100
commit0a29d03b6945ca4471d96d2449c1b668f10fb93c (patch)
tree5b05bab28c7b13b63c369d26b32f51d1389ee6a3 /dev-python/ansicolor/ansicolor-0.2.6.ebuild
parentprofiles: Move LO-bin mask from hardened to 13.0 package.mask (diff)
downloadgentoo-0a29d03b6945ca4471d96d2449c1b668f10fb93c.tar.gz
gentoo-0a29d03b6945ca4471d96d2449c1b668f10fb93c.tar.bz2
gentoo-0a29d03b6945ca4471d96d2449c1b668f10fb93c.zip
dev-python/ansicolor: verbump to 0.2.6
Tarball only available at PyPI. Closes: https://github.com/gentoo/gentoo/pull/6986 Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'dev-python/ansicolor/ansicolor-0.2.6.ebuild')
-rw-r--r--dev-python/ansicolor/ansicolor-0.2.6.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/ansicolor/ansicolor-0.2.6.ebuild b/dev-python/ansicolor/ansicolor-0.2.6.ebuild
new file mode 100644
index 000000000000..440cb6da5a73
--- /dev/null
+++ b/dev-python/ansicolor/ansicolor-0.2.6.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Produce ansi color output and colored highlighting and diffing"
+HOMEPAGE="https://github.com/numerodix/ansicolor"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"