mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-python/cli-ui: new package; add 0.17.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
parent
3032ecd87d
commit
51bfb45b0f
1
dev-python/cli-ui/Manifest
Normal file
1
dev-python/cli-ui/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST cli-ui-0.17.2.tar.gz 13366 BLAKE2B b5dbccf136dad09bf213e199050c31cce545a44dd46b61f8eaad8b40679203da5b742a1deefc0f934bbbab286c101892d5b5e93c45624631f778245c4724ddcb SHA512 ea38c3c39b24f322b58f8e95e43609a22657018d36fd28d5dfa7887295eb4ad374032fdd2330762ed50826211ed11fa6a6356d93d09b2135264cf59f13749993
|
||||
35
dev-python/cli-ui/cli-ui-0.17.2.ebuild
Normal file
35
dev-python/cli-ui/cli-ui-0.17.2.ebuild
Normal 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
|
||||
18
dev-python/cli-ui/metadata.xml
Normal file
18
dev-python/cli-ui/metadata.xml
Normal 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>
|
||||
Loading…
x
Reference in New Issue
Block a user