summaryrefslogtreecommitdiff
path: root/dev-python/anytree/anytree-2.13.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/anytree/anytree-2.13.0.ebuild')
-rw-r--r--dev-python/anytree/anytree-2.13.0.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/anytree/anytree-2.13.0.ebuild b/dev-python/anytree/anytree-2.13.0.ebuild
new file mode 100644
index 000000000000..98401ce195d5
--- /dev/null
+++ b/dev-python/anytree/anytree-2.13.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Tree data library"
+HOMEPAGE="
+ https://github.com/c0fec0de/anytree
+ https://pypi.org/project/anytree/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+ test? (
+ dev-python/test2ref[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ epytest -o addopts=
+}