aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutumn <git@autumnfo.rest>2026-04-27 07:43:57 +0100
committerAutumn <git@autumnfo.rest>2026-04-27 07:43:57 +0100
commit892bb7ec8fc481d91f99cfadc038af0732948729 (patch)
treea98050539382fad8a0e20ce410a183757ae0b4e9
parent2e11d4dd8a807cf66eb7f35dfc3830c0c88094fa (diff)
[dev-python/pygments] added pygments 2.20.0
-rw-r--r--dev-python/pygments/Manifest1
-rw-r--r--dev-python/pygments/pygments-2.20.0.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/pygments/Manifest b/dev-python/pygments/Manifest
new file mode 100644
index 0000000..09913d9
--- /dev/null
+++ b/dev-python/pygments/Manifest
@@ -0,0 +1 @@
+DIST pygments-2.20.0.tar.gz 5115975 BLAKE2B e9d6d5f21cb02c14ee38410aa88106002ae7bdf726f04bacf67b3971c07f65377f735c27e4a97fb9270fa5a4b9c468d7b5ae1dad7f18d47ba4ad76370097718c SHA512 ebe87dc523aceb15a7cae49e10783d03c92a93b04e7c376ac60cfbff59a65d6c0e4c588731299eb54f49282a38494f751416fc60be98dc3978ae3862ddc7133b
diff --git a/dev-python/pygments/pygments-2.20.0.ebuild b/dev-python/pygments/pygments-2.20.0.ebuild
new file mode 100644
index 0000000..c83f575
--- /dev/null
+++ b/dev-python/pygments/pygments-2.20.0.ebuild
@@ -0,0 +1,30 @@
+#
+# ~~~ dev-python/pygments
+#
+# ~~~ a generic syntax highlighter
+#
+
+#
+# ~~~ metadata
+
+# portage info
+EAPI=8
+SLOT=0
+
+KEYWORDS="amd64"
+
+# info
+HOMEPAGE="https://pygments.org/"
+DESCRIPTION="A generic syntax highlighter written in Python"
+
+# package data
+SRC_URI="https://github.com/pygments/pygments/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+#
+# ~~~ dependencies
+
+# python setup
+DISTUTILS_USE_PEP517="hatchling"
+PYTHON_COMPAT=( python3_{9..14} )
+
+inherit distutils-r1