aboutsummaryrefslogtreecommitdiff
path: root/dev-python/toml/toml-0.10.2.ebuild
diff options
context:
space:
mode:
authorAutumn <git@autumnfo.rest>2026-04-24 20:12:38 +0100
committerAutumn <git@autumnfo.rest>2026-04-24 20:12:38 +0100
commit8c38353d72005de8c36841de442e42a040a9e53b (patch)
treebfaf40ab0ed32b46ac231490495b674181ed5195 /dev-python/toml/toml-0.10.2.ebuild
parent822b86e1f35cce6071cd3cc23c20c4c838759092 (diff)
[dev-python/toml] added toml 0.10.2
Diffstat (limited to 'dev-python/toml/toml-0.10.2.ebuild')
-rw-r--r--dev-python/toml/toml-0.10.2.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/toml/toml-0.10.2.ebuild b/dev-python/toml/toml-0.10.2.ebuild
new file mode 100644
index 0000000..41aacef
--- /dev/null
+++ b/dev-python/toml/toml-0.10.2.ebuild
@@ -0,0 +1,31 @@
+#
+# ~~~ dev-python/toml
+#
+# ~~~ a TOML library
+#
+
+#
+# ~~~ metadata
+
+# portage info
+EAPI=8
+SLOT=0
+
+KEYWORDS="amd64"
+
+# info
+HOMEPAGE="https://github.com/uiri/toml/"
+DESCRIPTION="A Python library for TOML"
+LICENSE="MIT"
+
+# package data
+SRC_URI="https://github.com/uiri/toml/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+#
+# ~~~ dependencies
+
+# python setup
+DISTUTILS_USE_PEP517="setuptools"
+PYTHON_COMPAT=( python3_{3..14} )
+
+inherit distutils-r1