summaryrefslogtreecommitdiff
path: root/dev-python/simpleeval/simpleeval-1.0.5.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-13 19:11:49 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-13 19:11:49 +0000
commit2a769098e8f099317e49d5801569ce3feacffb4e (patch)
tree14177dbfa111097671789ca714d2d72acf7cdff0 /dev-python/simpleeval/simpleeval-1.0.5.ebuild
parentd4a055246ee7b4f15f5b83f30957b11a69267008 (diff)
downloadbaldeagleos-repo-2a769098e8f099317e49d5801569ce3feacffb4e.tar.gz
baldeagleos-repo-2a769098e8f099317e49d5801569ce3feacffb4e.tar.xz
baldeagleos-repo-2a769098e8f099317e49d5801569ce3feacffb4e.zip
Adding metadata
Diffstat (limited to 'dev-python/simpleeval/simpleeval-1.0.5.ebuild')
-rw-r--r--dev-python/simpleeval/simpleeval-1.0.5.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/simpleeval/simpleeval-1.0.5.ebuild b/dev-python/simpleeval/simpleeval-1.0.5.ebuild
new file mode 100644
index 000000000000..cadc42be443b
--- /dev/null
+++ b/dev-python/simpleeval/simpleeval-1.0.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A simple, safe single expression evaluator library"
+HOMEPAGE="
+ https://github.com/danthedeckie/simpleeval/
+ https://pypi.org/project/simpleeval/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+distutils_enable_tests unittest