summaryrefslogtreecommitdiff
path: root/dev-python/pygments-github-lexers
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-03 23:26:49 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-03 23:26:49 +0100
commitfd7bf06d88ac431e7d531701551815fd63c73963 (patch)
tree6ec536a36d9e6a2e9096f2b385441c5c56f44922 /dev-python/pygments-github-lexers
parent3cf27339901a7ca15df33f6ea134daa93888d5d0 (diff)
gentoo auto-resync : 03:05:2023 - 23:26:49
Diffstat (limited to 'dev-python/pygments-github-lexers')
-rw-r--r--dev-python/pygments-github-lexers/Manifest4
-rw-r--r--dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5-r1.ebuild26
-rw-r--r--dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5.ebuild3
3 files changed, 31 insertions, 2 deletions
diff --git a/dev-python/pygments-github-lexers/Manifest b/dev-python/pygments-github-lexers/Manifest
index 5e7765ed5e5a..ccd307678a8e 100644
--- a/dev-python/pygments-github-lexers/Manifest
+++ b/dev-python/pygments-github-lexers/Manifest
@@ -1,3 +1,5 @@
+DIST pygments-github-lexers-0.0.5.gh.tar.gz 6337 BLAKE2B 21fb1a0627c9ebf42d86d6cceea3ebec4339ef29b1d881d8b3bd5f90060ec2ba76a69ae4bf9e92420a10950ae20c7ea7ff44d5fccf8add06be1f1353cd8b7800 SHA512 429a8a81eb0228c806b6fafe5e1c64be92e719170b1af666aa9c9c7923ff4058972a167193dd0ab1ace0395fa1f6621212f800b07dcce4e59970fd905e046d71
DIST pygments-github-lexers-0.0.5.tar.gz 6337 BLAKE2B 21fb1a0627c9ebf42d86d6cceea3ebec4339ef29b1d881d8b3bd5f90060ec2ba76a69ae4bf9e92420a10950ae20c7ea7ff44d5fccf8add06be1f1353cd8b7800 SHA512 429a8a81eb0228c806b6fafe5e1c64be92e719170b1af666aa9c9c7923ff4058972a167193dd0ab1ace0395fa1f6621212f800b07dcce4e59970fd905e046d71
-EBUILD pygments-github-lexers-0.0.5.ebuild 495 BLAKE2B 0fc31420f189e75bb911a440727b274bcd3bf8fbd11cb51b207f502f15ebaa8b3ee2dadcd718f725f4634963c7e349a55706fdf2970ceae742cdf4da8056c625 SHA512 8937ceaac41162bce843b3113fc445cb2b9afd66afa513edc6ccd4c69c86119adc8dfa9051e0e22f2590562d0449f1658e02de50b306ca9d7a717c33c0b23927
+EBUILD pygments-github-lexers-0.0.5-r1.ebuild 536 BLAKE2B 733f53336d983d9304f8313308eb78b1aaa217381f0ae65a03cf673e317606dbc34aea0e5ccd1e45a2cda793d1d10012d8e77f16616d07ab49f20ae59bae8b50 SHA512 c3b542296858914f82766363f07c6ae656f01cef62f3035dbe1de8c35dd122cc5f32e4388493ab061181f364b23d3fed870e5aeb6134875d0f20c08b340df66e
+EBUILD pygments-github-lexers-0.0.5.ebuild 527 BLAKE2B 661e5bdc9e213146af5ee21a27e416eef0c4152299e123136da185f2e86653c56537d946ac1ab02fb956c5a52f1c4f0abb97f8f462513e05d753c7ea55c72acd SHA512 4945b86b8a9f50d77aaf5d69e6a1a16a6431c09a2d1811ca155a82d415db48fb0bc10cee89bcd8f447c0a475d80784fc59174e0f73c2b3c74be056bda61c88f5
MISC metadata.xml 416 BLAKE2B 98b473a3b3b36c33b2fbe820ad7107ee03d138b92357f487d84c2e92935c07498040523e25ee081be0b10a5155ea3d4fae9acd27f1a14e08bcffd6c12a2d5f0c SHA512 0c7954ff3817bda54c354d4d2c4e72a5cc70871d4abd05bb94478376f6f27c6c1113ca8e9d3b20a93ddb261cac714c92fd008dfbc34f311bbafff069dcae4f2c
diff --git a/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5-r1.ebuild b/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5-r1.ebuild
new file mode 100644
index 000000000000..c367787797d7
--- /dev/null
+++ b/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Pygments Github custom lexers"
+HOMEPAGE="https://github.com/liluo/pygments-github-lexers"
+SRC_URI="https://github.com/liluo/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-python/pygments[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ ${RDEPEND}
+"
+
+# no tests
diff --git a/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5.ebuild b/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5.ebuild
index d1aa2990ca2a..73e033368786 100644
--- a/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5.ebuild
+++ b/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5.ebuild
@@ -1,9 +1,10 @@
# Copyright 2019-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
PYTHON_COMPAT=( python3_{9..10} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Pygments Github custom lexers"