commit:     22accd69a1c83d2973c631d134c2e1b9c17bd7a4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 10:34:57 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 10:34:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22accd69

dev-python/traitlets: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/traitlets/Manifest                |  2 --
 dev-python/traitlets/traitlets-5.11.2.ebuild | 36 -------------------------
 dev-python/traitlets/traitlets-5.12.0.ebuild | 40 ----------------------------
 3 files changed, 78 deletions(-)

diff --git a/dev-python/traitlets/Manifest b/dev-python/traitlets/Manifest
index ed1a9dcf9629..f5c1183e9ee4 100644
--- a/dev-python/traitlets/Manifest
+++ b/dev-python/traitlets/Manifest
@@ -1,3 +1 @@
-DIST traitlets-5.11.2.tar.gz 157726 BLAKE2B 
80354e3375ca50242222e3074a2e8ea9f836f4a828224b234bc6ecdd648bd3c8d3a526c2a4d1c003991e30bb229cd0e01ac0c0889f789788705cc78fb76a7303
 SHA512 
2194599110bef3f63f24a31331c4f823c5a31664f670198398519fbed0801904b8353aa1ff9458b2cc097fd0725bcba41135b72a001df2419dc5ab6c39b9685a
-DIST traitlets-5.12.0.tar.gz 158618 BLAKE2B 
f32a75222cdd0d69944f582c9d64833146905a2e8757651cdd17732463b39733f3639e23685f6d98120fef9d0c0b9f83d478da225772cb20565df5c00a82e05c
 SHA512 
944b509d39246123e76d87b50c43421bed7d293ce3da15d46eb9c9bdd93fecc8b57ec457c11397f346839a79d6434dc381183926975e105a1f657f9e414d3ef0
 DIST traitlets-5.13.0.tar.gz 159818 BLAKE2B 
d681d293783044a8523512fc82994402ab7892f0adbc9d483ab4548e9b7f3491ace911a74529533a1ae7bcb3639fb50370b48647c96085da6a31a34e46777dbf
 SHA512 
5fc084862e2d99593fadd69711f1bb9403ef92bc1d0e0f944eb1546f107e30763e7164d7be5f83c22e846bae51129376b5d14cb52251d782c50be571f29451b5

diff --git a/dev-python/traitlets/traitlets-5.11.2.ebuild 
b/dev-python/traitlets/traitlets-5.11.2.ebuild
deleted file mode 100644
index 90d5b0e2bb99..000000000000
--- a/dev-python/traitlets/traitlets-5.11.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-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="amd64 arm arm64 hppa ~ia64 ~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 -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       epytest -p pytest_mock
-}

diff --git a/dev-python/traitlets/traitlets-5.12.0.ebuild 
b/dev-python/traitlets/traitlets-5.12.0.ebuild
deleted file mode 100644
index a8fb08eb8a28..000000000000
--- a/dev-python/traitlets/traitlets-5.12.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-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="~amd64 ~arm ~arm64 ~hppa ~ia64 ~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
-       )
-
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       epytest -p pytest_mock
-}

Reply via email to