summaryrefslogtreecommitdiff
path: root/dev-python/traitlets/traitlets-5.16.1.ebuild
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-08-04 03:04:36 -0500
committerroot <root@alpha.trunkmasters.com>2026-08-04 03:04:36 -0500
commiteed03ed6da4435154826115469c3956ad88ee8a5 (patch)
tree0248639bd7885d12af7c3290904261280966e8a9 /dev-python/traitlets/traitlets-5.16.1.ebuild
parent99a5f9c4362a74766819e801b3a0f1539820e706 (diff)
downloadbaldeagleos-repo-eed03ed6da4435154826115469c3956ad88ee8a5.tar.gz
baldeagleos-repo-eed03ed6da4435154826115469c3956ad88ee8a5.tar.xz
baldeagleos-repo-eed03ed6da4435154826115469c3956ad88ee8a5.zip
Adding metadata
Diffstat (limited to 'dev-python/traitlets/traitlets-5.16.1.ebuild')
-rw-r--r--dev-python/traitlets/traitlets-5.16.1.ebuild36
1 files changed, 36 insertions, 0 deletions
diff --git a/dev-python/traitlets/traitlets-5.16.1.ebuild b/dev-python/traitlets/traitlets-5.16.1.ebuild
new file mode 100644
index 000000000000..c5b297a7f9f9
--- /dev/null
+++ b/dev-python/traitlets/traitlets-5.16.1.ebuild
@@ -0,0 +1,36 @@
+# 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_{13..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A configuration system for Python applications"
+HOMEPAGE="
+ https://github.com/ipython/traitlets/
+ https://pypi.org/project/traitlets/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+
+BDEPEND="
+ test? (
+ >=dev-python/argcomplete-3.5.2[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_sphinx docs/source \
+ dev-python/myst-parser \
+ dev-python/pydata-sphinx-theme
+
+EPYTEST_PLUGINS=( pytest-mock )
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+ tests/test_typing.py
+)