aboutsummaryrefslogtreecommitdiff
path: root/dev-python/pygments/pygments-2.20.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pygments/pygments-2.20.0.ebuild')
-rw-r--r--dev-python/pygments/pygments-2.20.0.ebuild30
1 files changed, 30 insertions, 0 deletions
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