commit: 2a14f10faeee1ec79986bd710424d0c60a0a57f0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Jul 6 02:23:10 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jul 6 02:23:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a14f10f
dev-python/ansible-pygments: Bump to 0.1.2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/ansible-pygments/Manifest | 1 + .../ansible-pygments/ansible-pygments-0.1.2.ebuild | 31 ++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/dev-python/ansible-pygments/Manifest b/dev-python/ansible-pygments/Manifest index ac1516cb2b6c..f79ec948a8bd 100644 --- a/dev-python/ansible-pygments/Manifest +++ b/dev-python/ansible-pygments/Manifest @@ -1 +1,2 @@ DIST ansible-pygments-0.1.1.tar.gz 8446 BLAKE2B ff631dd24c723035db7ab11a6c3fc0c90e8cebd72e6b0fa0d8b2c4bc4250ff5fb1e4180366e4ee084aab90bf24a8c3b2ecfad2c421b9f0cfdbf7675c94f0fcf7 SHA512 1ad2f4568d46d7fc617c6e674bcd9aea48e14307d91c476b51a04f778b452f18cb983d87d4872664d567b984193edee2af7964854fb2f3ae37ab4bce09c387d4 +DIST ansible_pygments-0.1.2.tar.gz 9521 BLAKE2B 660708fb58c4ca2c2ba2812e0e1d567fc397caa8be610e0e0c6dd69594efb3b75d8b3c97ce5bd4e34bfdad52562d1d40c98ea1828f2123a1c2524a3b73bea335 SHA512 157daa8b151d777a8f813acfbde599bbfb3da03da617b6f7c78b0ad7d10b922f4d0a4354f40b3e622ca510714e67950e08e807720aa17e6a144de6b8fd39de33 diff --git a/dev-python/ansible-pygments/ansible-pygments-0.1.2.ebuild b/dev-python/ansible-pygments/ansible-pygments-0.1.2.ebuild new file mode 100644 index 000000000000..eb2228ebbc91 --- /dev/null +++ b/dev-python/ansible-pygments/ansible-pygments-0.1.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517="poetry" +PYTHON_COMPAT=( python3_{11..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Pygments lexer and style Ansible snippets" +HOMEPAGE=" + https://github.com/ansible-community/ansible-pygments/ + https://pypi.org/project/ansible-pygments/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~riscv" + +RDEPEND=" + >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + >=dev-python/pygments-2.11.0[${PYTHON_USEDEP}] + ) +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest