mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
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@gmail.com>
This commit is contained in:
1
dev-python/colored/Manifest
Normal file
1
dev-python/colored/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST colored-1.4.2.tar.gz 23973 BLAKE2B 3f6d91c08634d6e6616f968b7e06d0d7822a15d02e7129fab6fb4d3a4cb9ca166fd0de5cf3240fdf76918d09aab28224459d332821994730b4070dd7d4336b7e SHA512 31b604baf41d054a3b269e843393c63ede3be279331108ce1127ee30e63f19365c45f63744a5c3bdb5c355716138b7d1768e761ead456c480d5ae1183952a406
|
||||||
23
dev-python/colored/colored-1.4.2.ebuild
Normal file
23
dev-python/colored/colored-1.4.2.ebuild
Normal file
@@ -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"
|
||||||
23
dev-python/colored/colored-9999.ebuild
Normal file
23
dev-python/colored/colored-9999.ebuild
Normal file
@@ -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"
|
||||||
12
dev-python/colored/metadata.xml
Normal file
12
dev-python/colored/metadata.xml
Normal file
@@ -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>coppens.matthias.abc@gmail.com</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>
|
||||||
Reference in New Issue
Block a user