diff options
| author | Marek Szuba <marecki@gentoo.org> | 2022-01-27 15:30:42 +0100 |
|---|---|---|
| committer | Marek Szuba <marecki@gentoo.org> | 2022-01-27 15:32:01 +0100 |
| commit | 82e1fcf6443a8ca174fda422653ffcc2312636aa (patch) | |
| tree | 1056cfdc9241fff92b722de88853a0aa6af542dd /dev-python/ansible-pygments/ansible-pygments-0.1.1.ebuild | |
| parent | a2d5850166df44b3407efda99f8d51a85a92f54e (diff) | |
| download | gentoo-82e1fcf6443a8ca174fda422653ffcc2312636aa.tar.gz gentoo-82e1fcf6443a8ca174fda422653ffcc2312636aa.tar.bz2 gentoo-82e1fcf6443a8ca174fda422653ffcc2312636aa.zip | |
dev-python/ansible-pygments: add 0.1.1
So great to see upstream react to bug reports in such timely fashion!
Closes: https://bugs.gentoo.org/832151
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/ansible-pygments/ansible-pygments-0.1.1.ebuild')
| -rw-r--r-- | dev-python/ansible-pygments/ansible-pygments-0.1.1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/ansible-pygments/ansible-pygments-0.1.1.ebuild b/dev-python/ansible-pygments/ansible-pygments-0.1.1.ebuild new file mode 100644 index 000000000000..5883dcff29a8 --- /dev/null +++ b/dev-python/ansible-pygments/ansible-pygments-0.1.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +DISTUTILS_USE_PEP517="poetry" + +inherit distutils-r1 + +DESCRIPTION="Pygments lexer and style Ansible snippets" +HOMEPAGE="https://github.com/ansible-community/ansible-pygments" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~riscv" + +# 2.11.0+ needed in order for tests to pass +RDEPEND=">=dev-python/pygments-2.11.0[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest |
