dev-python/cli-ui: new package; add 0.17.2

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć 2024-09-03 20:11:12 +02:00
parent 3032ecd87d
commit 51bfb45b0f
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
3 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST cli-ui-0.17.2.tar.gz 13366 BLAKE2B b5dbccf136dad09bf213e199050c31cce545a44dd46b61f8eaad8b40679203da5b742a1deefc0f934bbbab286c101892d5b5e93c45624631f778245c4724ddcb SHA512 ea38c3c39b24f322b58f8e95e43609a22657018d36fd28d5dfa7887295eb4ad374032fdd2330762ed50826211ed11fa6a6356d93d09b2135264cf59f13749993

View File

@ -0,0 +1,35 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517="poetry"
PYPI_NO_NORMALIZE="1"
PYTHON_COMPAT=( python3_{11..13} )
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/"
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[${PYTHON_USEDEP}]
dev-python/tabulate[${PYTHON_USEDEP}]
dev-python/unidecode[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest

View File

@ -0,0 +1,18 @@
<?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>