mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/rich-argparse: Bump to 1.8.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST rich_argparse-1.7.2.tar.gz 38500 BLAKE2B 36c432a79d1ef514dc96a4d2205c018a51c0773030f5ffd5634bdf9dca10796bd3f6835996d31189bfb9529745163ab7421939d3ef33af2f707cc2ab5fef34e8 SHA512 8ae4d1374980d571991b1501ebbd50facdbae345bf9e9102881964a168d7b62ac955633043590a89fdae8988734945c879d7777239229a61ac3e39358b0a2b7a
|
||||
DIST rich_argparse-1.8.0.tar.gz 38940 BLAKE2B ec59fed9b6b20dcd9772fabd482ec7c031cad9f278f2382d6fe2331837a143710a018c56bd59e9f0ce349ce6b0f32990caf4962c7af171d2433d6ed5a26778d6 SHA512 5cab14a965a3349ae7cce3776dad53b7038e941da5b4c8715819d6448eb45f6c8e992feea94abebe04f5fcd5b618248ba008d4b81f4edccff410eb102bb7afe7
|
||||
|
||||
31
dev-python/rich-argparse/rich-argparse-1.8.0.ebuild
Normal file
31
dev-python/rich-argparse/rich-argparse-1.8.0.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 2025-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=hatchling
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Rich help formatters for argparse and optparse"
|
||||
HOMEPAGE="
|
||||
https://github.com/hamdanal/rich-argparse/
|
||||
https://pypi.org/project/rich-argparse/
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~riscv ~s390 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/rich-11.0.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_test() {
|
||||
local -x COLUMNS=80
|
||||
epytest
|
||||
}
|
||||
Reference in New Issue
Block a user