dev-python/termynal: add 0.13.0, drop 0.12.2

Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
Henri Gasc
2025-01-22 00:45:10 +01:00
parent 9b00278c1b
commit 980581cd32
3 changed files with 4 additions and 10 deletions

View File

@@ -1 +1 @@
DIST termynal-0.12.2.gh.tar.gz 171222 BLAKE2B 98d56aa220ed268379b41626d72834d7d86f76c6bfd489f52846d3c0530a7997affc477343ba30e82f253ffcd482c701d4ca0805bbdec9681f6e74a250cf0edb SHA512 2248d27ec13455a514fc57cd0317219e424ecb9c5a57166fe2c83162b62ecf1c2ebfe3de5be06d3ae71126ab903df8e3ef3e39acb558e3dbfa045ab456d52d7d
DIST termynal-0.13.0.gh.tar.gz 171420 BLAKE2B b9e8d98e6b974d3ae00df81bfadc4aa89147eb892fa0311eadc809a619bc78c75821ee087362113ed55e24cd6e3f177b6d6df7932433b5c9e6893005318a269f SHA512 c6d7365deacd9f6d2c48e5163b0a375184e4f54907bebb20eecb53039e95cff473f42c853665562c34c05876808f8654232a3de2ebc3bd8f76231f6a52e90ce1

View File

@@ -6,6 +6,6 @@
<name>Gasc Henri</name>
</maintainer>
<upstream>
<remote-id type="github">termynal/termynal.py.git</remote-id>
<remote-id type="github">termynal/termynal.py</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,10 +1,10 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
DOCS_BUILDER="mkdocs"
DOCS_DEPEND="
@@ -29,12 +29,6 @@ RDEPEND="
>=dev-python/mkdocs-1.4[${PYTHON_USEDEP}]
<dev-python/mkdocs-2.0[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
>=dev-python/pytest-mock-3.14[${PYTHON_USEDEP}]
>=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
)
"
DEPEND="${RDEPEND}"
distutils_enable_tests pytest