diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-09-16 20:04:48 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-09-16 20:04:48 +0000 |
| commit | 25766cdd0bccf948bcc4e542a3002e4a291511b2 (patch) | |
| tree | 6ac3da99973aef0c6955968079daa87c5e8de823 /dev-python/tcolorpy | |
| parent | 703bed2b50237a50f8169f4d812a336dc57ed64a (diff) | |
| download | baldeagleos-repo-25766cdd0bccf948bcc4e542a3002e4a291511b2.tar.gz baldeagleos-repo-25766cdd0bccf948bcc4e542a3002e4a291511b2.tar.xz baldeagleos-repo-25766cdd0bccf948bcc4e542a3002e4a291511b2.zip | |
Adding metadata
Diffstat (limited to 'dev-python/tcolorpy')
| -rw-r--r-- | dev-python/tcolorpy/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/tcolorpy/tcolorpy-0.1.4.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/tcolorpy/Manifest b/dev-python/tcolorpy/Manifest index 4235a6400c73..3c0a847843ef 100644 --- a/dev-python/tcolorpy/Manifest +++ b/dev-python/tcolorpy/Manifest @@ -1 +1,2 @@ DIST tcolorpy-0.1.3.tar.gz 10880 BLAKE2B acae626ccc330b5eb0032d9e14d157bd1fbc588dc72c72ff700980ee9a572a4296700026ba26623857ae7bd43febe109c66b8e4d9eb0a82146d7eab90234207e SHA512 978360b224959f8d050fc889a329a191102cf42fb60c1ca298cd0ab53a6c75a4181ef7ded7282d05614cb415b56f141086e9efc6c9c32922aa9ccd3e101e9a1e +DIST tcolorpy-0.1.4.tar.gz 11072 BLAKE2B 2ceefe31475d44546efbf919c6353caf3d023f269f1cf373185900704c88d318bd7c96beae2e0ef287a695ef1cf7367fd5e5dd21d73a61400b17a9a40d1d727a SHA512 4be98b0819c6eca0af55170e473e26b90d0c62b81c00fb1fe66b197f1fd6e7aec38cdd2b24dcc1b059af0ed1a54cfdc0900fad2e9145bf49b578d90edc65e74c diff --git a/dev-python/tcolorpy/tcolorpy-0.1.4.ebuild b/dev-python/tcolorpy/tcolorpy-0.1.4.ebuild new file mode 100644 index 000000000000..14a406fc512f --- /dev/null +++ b/dev-python/tcolorpy/tcolorpy-0.1.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8,9,10,11} ) + +inherit distutils-r1 pypi + +DESCRIPTION="tcolorpy is a Python library to apply true color for terminal text" +HOMEPAGE=" + https://github.com/thombashi/tcolorpy/ + https://pypi.org/project/colorpy/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests pytest |
