diff --git a/dev-python/colored/Manifest b/dev-python/colored/Manifest new file mode 100644 index 0000000000..e7db83bf96 --- /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 0000000000..22895d39d2 --- /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 0000000000..22895d39d2 --- /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 0000000000..49250fb4a8 --- /dev/null +++ b/dev-python/colored/metadata.xml @@ -0,0 +1,12 @@ + + + + + coppens.matthias.abc@gmail.com + Matthias Coppens + + + Very simple Python library for color and formatting in terminal. + Collection of color codes and names for 256 color terminal setups. + +