commit: db450b98de0492aa8b5faefb640e8fc85e647a60 Author: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com> AuthorDate: Fri Jul 17 20:47:26 2020 +0000 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me> CommitDate: Fri Jul 17 20:49:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db450b98
dev-python/colored: New package This is a Python library for colored terminal output. Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com> dev-python/colored/Manifest | 1 + dev-python/colored/colored-1.4.2.ebuild | 23 +++++++++++++++++++++++ dev-python/colored/colored-9999.ebuild | 23 +++++++++++++++++++++++ dev-python/colored/metadata.xml | 12 ++++++++++++ 4 files changed, 59 insertions(+) diff --git a/dev-python/colored/Manifest b/dev-python/colored/Manifest new file mode 100644 index 0000000..e7db83b --- /dev/null +++ b/dev-python/colored/Manifest @@ -0,0 +1 @@ +DIST colored-1.4.2.tar.gz 23973 BLAKE2B 3f6d91c08634d6e6616f968b7e06d0d7822a15d02e7129fab6fb4d3a4cb9ca166fd0de5cf3240fdf76918d09aab28224459d332821994730b4070dd7d4336b7e SHA512 31b604baf41d054a3b269e843393c63ede3be279331108ce1127ee30e63f19365c45f63744a5c3bdb5c355716138b7d1768e761ead456c480d5ae1183952a406 diff --git a/dev-python/colored/colored-1.4.2.ebuild b/dev-python/colored/colored-1.4.2.ebuild new file mode 100644 index 0000000..22895d3 --- /dev/null +++ b/dev-python/colored/colored-1.4.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +EGIT_REPO_URI="https://gitlab.com/dslackw/${PN}" +case "${PV}" in + 9999) + inherit git-r3 + ;; + *) + SRC_URI="${EGIT_REPO_URI}/-/archive/${PV}/${P}.tar.gz" + KEYWORDS="~amd64" +esac + +PYTHON_COMPAT=( python3_{6,7,8,9} ) +inherit distutils-r1 + +DESCRIPTION="Very simple Python library for color and formatting in terminal" +HOMEPAGE="${EGIT_REPO_URI}" +LICENSE="MIT" + +SLOT="0" diff --git a/dev-python/colored/colored-9999.ebuild b/dev-python/colored/colored-9999.ebuild new file mode 100644 index 0000000..22895d3 --- /dev/null +++ b/dev-python/colored/colored-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +EGIT_REPO_URI="https://gitlab.com/dslackw/${PN}" +case "${PV}" in + 9999) + inherit git-r3 + ;; + *) + SRC_URI="${EGIT_REPO_URI}/-/archive/${PV}/${P}.tar.gz" + KEYWORDS="~amd64" +esac + +PYTHON_COMPAT=( python3_{6,7,8,9} ) +inherit distutils-r1 + +DESCRIPTION="Very simple Python library for color and formatting in terminal" +HOMEPAGE="${EGIT_REPO_URI}" +LICENSE="MIT" + +SLOT="0" diff --git a/dev-python/colored/metadata.xml b/dev-python/colored/metadata.xml new file mode 100644 index 0000000..49250fb --- /dev/null +++ b/dev-python/colored/metadata.xml @@ -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>[email protected]</email> + <description>Matthias Coppens</description> + </maintainer> + <longdescription> + Very simple Python library for color and formatting in terminal. + Collection of color codes and names for 256 color terminal setups. + </longdescription> +</pkgmetadata>
