dev-python/pygments-promql: new package

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Mathieu Tortuyaux <mathieu.tortuyaux@gmail.com>
This commit is contained in:
Mathieu Tortuyaux
2022-01-24 17:54:11 +01:00
parent 7fcdf48dfc
commit 5e3074a6e7
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST 0.0.8.tar.gz 97972 BLAKE2B 6eb583495778d46f9331f72cea325565fc131ed70d5d00de5baf9fb33f947cb96cbcdae92af14a59c051b0c8f51219659ab375655dfd0f7f3c432d11ea4d2db5 SHA512 d2975ab995486ad1c673cce9086b17c80a79af7aa8b282cf950b14ef176e5603b995b68a2aa1f8e9e34d6a36bb4b0c6390f40933e7acd6de100aabd4eb74e8dd

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>mathieu.tortuyaux@gmail.com</email>
<name>Mathieu Tortuyaux</name>
</maintainer>
<upstream>
<remote-id type="pypi">pygments-promql</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,20 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_9 )
inherit distutils-r1
DESCRIPTION="A PromQL lexer for Pygments"
HOMEPAGE="https://github.com/pabluk/pygments-promql"
SRC_URI="https://github.com/pabluk/${PN}/archive/refs/tags/${PV}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-python/pygments[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
distutils_enable_tests pytest