diff options
Diffstat (limited to 'dev-python/traitlets')
| -rw-r--r-- | dev-python/traitlets/Manifest | 3 | ||||
| -rw-r--r-- | dev-python/traitlets/metadata.xml | 22 | ||||
| -rw-r--r-- | dev-python/traitlets/traitlets-5.14.3.ebuild | 50 | ||||
| -rw-r--r-- | dev-python/traitlets/traitlets-5.15.0.ebuild | 36 | ||||
| -rw-r--r-- | dev-python/traitlets/traitlets-5.15.1.ebuild | 36 |
5 files changed, 0 insertions, 147 deletions
diff --git a/dev-python/traitlets/Manifest b/dev-python/traitlets/Manifest deleted file mode 100644 index cbf5d3153dc2..000000000000 --- a/dev-python/traitlets/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST traitlets-5.14.3.tar.gz 161621 BLAKE2B b7367c4f14bf1e5dc24361d5d6780ef353a0356be2cbc8548052a27d279b02ce856b73ae1320d5dcded86afe16e8ead7f9d6964d9822f87cc06b616394c42693 SHA512 7c8469761aab7ad708b12d49c222a6e892877152c68125b805a1819b06292380be16e816c405398ad988f2197adc2c59781457a51efc7d1e410f9ed8b11c06c4 -DIST traitlets-5.15.0.tar.gz 163197 BLAKE2B edc61e5d2b5409642372c7b0e5242a99d7deafb9d1a110517b8b8578365bdf0eead11fa111c5347a65f33ea9a26ac85d1713b6015c3108a4a678c5942e3c348d SHA512 81d50489c4827f3a8654008a76d2cda5f397d79c80765f831cd275ed0c7c0cd64a90b9253f60ce26cbb1c000b0a76e15c4a8cf46cfe923417a436c02ff8d034e -DIST traitlets-5.15.1.tar.gz 163344 BLAKE2B efd33a32d3003c88c0bee8aa8195a4d6773b522a27feb3aa5eb4e907aabb7a48e2c1d9f75ee901093d69f712c8f5f096d13f7fca5afeed5115d023912384552d SHA512 b46fae256eb86094fa0bd30342deb7bd2b120ebd19dc27b6d1cce1c6c58c8a522afc5c131dbccfb0f08de033f2f287a5ebd02e305ccb0dc6b2c6c7ae0499edc6 diff --git a/dev-python/traitlets/metadata.xml b/dev-python/traitlets/metadata.xml deleted file mode 100644 index 39780c7e0575..000000000000 --- a/dev-python/traitlets/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <longdescription> - A lightweight pure-Python derivative of Enthought Traits, - used for configuring Python objects. This package powers - the config system of IPython and Jupyter. - </longdescription> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">traitlets</remote-id> - <remote-id type="github">ipython/traitlets</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/traitlets/traitlets-5.14.3.ebuild b/dev-python/traitlets/traitlets-5.14.3.ebuild deleted file mode 100644 index 7261f552abf2..000000000000 --- a/dev-python/traitlets/traitlets-5.14.3.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2025 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-2.0[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] - ) -" - -distutils_enable_sphinx docs/source \ - dev-python/myst-parser \ - dev-python/pydata-sphinx-theme -distutils_enable_tests pytest - -python_test() { - local EPYTEST_IGNORE=( - tests/test_typing.py - ) - - if [[ ${EPYTHON} == python3.14 ]]; then - # fails due to improved error messages in Python 3.14 - # https://github.com/ipython/traitlets/issues/925 - local EPYTEST_DESELECT=( - tests/config/test_argcomplete.py::TestArgcomplete::test_complete_simple_app - tests/config/test_argcomplete.py::TestArgcomplete::test_complete_custom_completers - tests/config/test_argcomplete.py::TestArgcomplete::test_complete_subcommands_subapp1 - ) - fi - - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -p pytest_mock -} diff --git a/dev-python/traitlets/traitlets-5.15.0.ebuild b/dev-python/traitlets/traitlets-5.15.0.ebuild deleted file mode 100644 index 2998ec636d96..000000000000 --- a/dev-python/traitlets/traitlets-5.15.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# 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-2.0[${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 -) diff --git a/dev-python/traitlets/traitlets-5.15.1.ebuild b/dev-python/traitlets/traitlets-5.15.1.ebuild deleted file mode 100644 index 2998ec636d96..000000000000 --- a/dev-python/traitlets/traitlets-5.15.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# 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-2.0[${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 -) |
