mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-python/oslo-i18n: Bump to 6.6.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST oslo_i18n-6.5.1.tar.gz 48000 BLAKE2B 1b7845c55ded2f8d3de0e2ca7402fad4116a5f30e5d2247e859236fe13f422dc6dac46183180fff218b281bec2b54d2d8b3b8ebb4d978ec104823acaf76cf3a3 SHA512 9a9db4d5c224002c434492878edfd224bf288c683f1ee61a7ec5d048c5966e681348228424c774cab929600aec075b4bf5db60f71d44498d5bfd69eec8fa5772
|
||||
DIST oslo_i18n-6.6.0.tar.gz 48149 BLAKE2B 06338331d78896884c05d615d5c53c0e5b24ccb46de1d7d03638b8e951817bc62c305e202436f5ac5375fe0314c8aea5b61c78f07c688a30c33525b43fbed5d9 SHA512 a3539ffe9bdf3cd9d429df3d8d9bb7aa5c59aa067df09ae057ce84377db31c22ad6293462c46d6c47cafc5ada1185665aca0ce710c9859db4bbf70d48479ae83
|
||||
|
||||
33
dev-python/oslo-i18n/oslo-i18n-6.6.0.ebuild
Normal file
33
dev-python/oslo-i18n/oslo-i18n-6.6.0.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=pbr
|
||||
PYPI_PN=${PN/-/.}
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Oslo i18n library"
|
||||
HOMEPAGE="
|
||||
https://opendev.org/openstack/oslo.i18n/
|
||||
https://github.com/openstack/oslo.i18n/
|
||||
https://pypi.org/project/oslo.i18n/
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
Reference in New Issue
Block a user