Skip to content

Commit

Permalink
dev-python/termynal: add 0.12.2, drop 0.12.1
Browse files Browse the repository at this point in the history
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
  • Loading branch information
henri-gasc committed Nov 23, 2024
1 parent 17b87bb commit 83f6b9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dev-python/termynal/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST termynal-0.12.1.gh.tar.gz 149652 BLAKE2B bcb66711efd3b306327e2010fd426bd22fb3a8f6d53ad6510f2ebd02d34879e05f6c8d82e5949a95b3a96a7cc43d24783897a6999644c0683a303404f0be23c7 SHA512 a8843acb52f5ee1cba3595445ff29972772b6ac006aad35f1fb8e2459073407ad32e044f4767d1ee191486af09fb11d62faa9dc70761e0ad779be6ecf65fc8c5
DIST termynal-0.12.2.gh.tar.gz 171222 BLAKE2B 98d56aa220ed268379b41626d72834d7d86f76c6bfd489f52846d3c0530a7997affc477343ba30e82f253ffcd482c701d4ca0805bbdec9681f6e74a250cf0edb SHA512 2248d27ec13455a514fc57cd0317219e424ecb9c5a57166fe2c83162b62ecf1c2ebfe3de5be06d3ae71126ab903df8e3ef3e39acb558e3dbfa045ab456d52d7d
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

DISTUTILS_USE_PEP517=poetry
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{10..12} )

DOCS_BUILDER="mkdocs"
Expand Down Expand Up @@ -31,11 +31,8 @@ RDEPEND="
"
BDEPEND="
test? (
>=dev-python/pytest-mock-3.11.1[${PYTHON_USEDEP}]
<dev-python/pytest-mock-4.0.0[${PYTHON_USEDEP}]
>=dev-python/pyyaml-6.0.1[${PYTHON_USEDEP}]
<dev-python/pyyaml-7.0.0[${PYTHON_USEDEP}]
dev-util/ruff
>=dev-python/pytest-mock-3.14[${PYTHON_USEDEP}]
>=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
)
"
DEPEND="${RDEPEND}"
Expand Down

0 comments on commit 83f6b9a

Please sign in to comment.