diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-12 21:03:09 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-12 21:03:09 +0000 |
| commit | d97953e6ff67978da9554e7b4601aedceb21e215 (patch) | |
| tree | 674053c902db6972b9716c9ac3b1e960ee7a5358 /dev-python/colored | |
| parent | 1d1fa5bb30df70070bbbbd2b777b839d31f09c41 (diff) | |
| download | baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.gz baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.xz baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.zip | |
Adding metadata
Diffstat (limited to 'dev-python/colored')
| -rw-r--r-- | dev-python/colored/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/colored/colored-1.4.2.ebuild | 24 | ||||
| -rw-r--r-- | dev-python/colored/colored-1.4.3.ebuild | 24 | ||||
| -rw-r--r-- | dev-python/colored/metadata.xml | 17 |
4 files changed, 67 insertions, 0 deletions
diff --git a/dev-python/colored/Manifest b/dev-python/colored/Manifest new file mode 100644 index 000000000000..461230d2ae57 --- /dev/null +++ b/dev-python/colored/Manifest @@ -0,0 +1,2 @@ +DIST colored-1.4.2.tar.gz 23973 BLAKE2B 3f6d91c08634d6e6616f968b7e06d0d7822a15d02e7129fab6fb4d3a4cb9ca166fd0de5cf3240fdf76918d09aab28224459d332821994730b4070dd7d4336b7e SHA512 31b604baf41d054a3b269e843393c63ede3be279331108ce1127ee30e63f19365c45f63744a5c3bdb5c355716138b7d1768e761ead456c480d5ae1183952a406 +DIST colored-1.4.3.tar.gz 24324 BLAKE2B 8924029b06571053a450d1beebe12fb7318d813bcd273b816c88d2f9186e66f12ebdaee631680dbe17348141faf8d80e551c6446a5bd3cb9c09eb09131058571 SHA512 e6f8047a210f38e5fc84e4e24870810ab34eed2bc9003e5f777c3f6de007c3cf61a89bf75e275f3ebfa8fb63420925b41502498534516c464c92ba3949d2f4eb 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 000000000000..a43303a18684 --- /dev/null +++ b/dev-python/colored/colored-1.4.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) +inherit distutils-r1 + +EGIT_REPO_URI="https://gitlab.com/dslackw/${PN}" + +DESCRIPTION="Very simple Python library for color and formatting in terminal" +HOMEPAGE="https://gitlab.com/dslackw/colored" +SRC_URI="https://gitlab.com/dslackw/${PN}/-/archive/${PV}/${P}.tar.gz" + +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +DOCS=( CHANGES.md README.rst docs ) + +python_test() { + "${EPYTHON}" tests/test_hex_1.py || die + "${EPYTHON}" tests/test_hex_2.py || die +} diff --git a/dev-python/colored/colored-1.4.3.ebuild b/dev-python/colored/colored-1.4.3.ebuild new file mode 100644 index 000000000000..630f7a575d94 --- /dev/null +++ b/dev-python/colored/colored-1.4.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) +inherit distutils-r1 + +EGIT_REPO_URI="https://gitlab.com/dslackw/${PN}" + +DESCRIPTION="Very simple Python library for color and formatting in terminal" +HOMEPAGE="https://gitlab.com/dslackw/colored" +SRC_URI="https://gitlab.com/dslackw/${PN}/-/archive/${PV}/${P}.tar.gz" + +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +DOCS=( CHANGES.md README.rst docs ) + +python_test() { + "${EPYTHON}" tests/test_hex_1.py || die + "${EPYTHON}" tests/test_hex_2.py || die +} diff --git a/dev-python/colored/metadata.xml b/dev-python/colored/metadata.xml new file mode 100644 index 000000000000..dd4230819a14 --- /dev/null +++ b/dev-python/colored/metadata.xml @@ -0,0 +1,17 @@ +<?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> + <name>Matthias Coppens</name> + </maintainer> + <longdescription lang="en"> + Very simple Python library for color and formatting in terminal. + Collection of color codes and names for 256 color terminal setups. + </longdescription> + <upstream> + <bugs-to>https://gitlab.com/dslackw/colored/-/issues</bugs-to> + <remote-id type="gitlab">dslackw/colored</remote-id> + <remote-id type="pypi">colored</remote-id> + </upstream> +</pkgmetadata> |
