diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/cli-ui | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/cli-ui')
| -rw-r--r-- | dev-python/cli-ui/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/cli-ui/cli-ui-0.19.0-r1.ebuild | 45 | ||||
| -rw-r--r-- | dev-python/cli-ui/metadata.xml | 18 |
3 files changed, 0 insertions, 64 deletions
diff --git a/dev-python/cli-ui/Manifest b/dev-python/cli-ui/Manifest deleted file mode 100644 index 4194f9d5d277..000000000000 --- a/dev-python/cli-ui/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cli_ui-0.19.0.tar.gz 12808 BLAKE2B 40e91549f407f77c69a7bb4ad8388b360b9b96c1629b7e45def8f93e8fb283a8c92d63ab1d68cbecd7a1bcb158a4cdc68ca8e48ac4d86f292f9db8df9991f126 SHA512 b8b4d917ecb95cff86cc088a8102e0bf7597a350e191f103c14e1357688911c1273d275f636f22e90980c9b9841cb2a47394add334652577053489159fec361c diff --git a/dev-python/cli-ui/cli-ui-0.19.0-r1.ebuild b/dev-python/cli-ui/cli-ui-0.19.0-r1.ebuild deleted file mode 100644 index 244efb6be5fe..000000000000 --- a/dev-python/cli-ui/cli-ui-0.19.0-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517="poetry" -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -DESCRIPTION="Python library for better command line interfaces" -HOMEPAGE=" - https://your-tools.github.io/python-cli-ui/ - https://github.com/your-tools/python-cli-ui/ - https://pypi.org/project/cli-ui/ -" - -if [[ "${PV}" == *9999* ]]; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/your-tools/python-cli-ui.git" -else - inherit pypi - - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="BSD" -SLOT="0" - -RDEPEND=" - >=dev-python/colorama-0.4.1[${PYTHON_USEDEP}] - >=dev-python/tabulate-0.9.0[${PYTHON_USEDEP}] - >=dev-python/unidecode-1.3.6[${PYTHON_USEDEP}] -" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest - -src_prepare() { - distutils-r1_src_prepare - - # unpin dependencies - sed -i -e 's:\^:>=:' pyproject.toml || die -} diff --git a/dev-python/cli-ui/metadata.xml b/dev-python/cli-ui/metadata.xml deleted file mode 100644 index bf5bc3d28120..000000000000 --- a/dev-python/cli-ui/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> - -<pkgmetadata> - <maintainer type="person"> - <email>xgqt@gentoo.org</email> - <name>Maciej Barć</name> - </maintainer> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <bugs-to>https://github.com/your-tools/python-cli-ui/issues/</bugs-to> - <remote-id type="github">your-tools/python-cli-ui</remote-id> - <remote-id type="pypi">cli-ui</remote-id> - </upstream> -</pkgmetadata> |
