commit: 9f8ce5cd808a33e4b47231e81ae60826e6696ce2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Feb 15 09:48:27 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Feb 15 09:52:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f8ce5cd
dev-python/deprecated: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/deprecated/Manifest | 1 - dev-python/deprecated/deprecated-1.2.17.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/dev-python/deprecated/Manifest b/dev-python/deprecated/Manifest index 8b8abe1f059f..48b3bc073c1b 100644 --- a/dev-python/deprecated/Manifest +++ b/dev-python/deprecated/Manifest @@ -1,2 +1 @@ -DIST deprecated-1.2.17.tar.gz 2928237 BLAKE2B c957f7d9f033f8068ad3e5e8bd9c5af36b70ff2845636f6f4c0e53b8b3742aa20917e7e7b41ad74089c21b4db9e221b73ebd332bee9e36b4061e17fdbd3e95ff SHA512 d20cbf83622fcd661370ee9b39c3fb4d9f3f5c56a115515eddffd5687d4f304067822c55bcea775b8fa259281b99820327c8ff3fc0a5877db707b3622db64d8b DIST deprecated-1.2.18.tar.gz 2928744 BLAKE2B e71acf4851015380abf13865096c2be935e0586c09d88d2ee34b27c98ca462619186a098c4f93cfadd65ff1321e65a76b63b820e642720e646aff10398783bbd SHA512 d19abf2ac19e92666cbcca8a20870ba3e69c6dd724c4e527b9b29cd34c4d91a4f703592f3e3d34dab2ae049d8295ad0cb0b2aa98945b1a81be0d557b4e177639 diff --git a/dev-python/deprecated/deprecated-1.2.17.ebuild b/dev-python/deprecated/deprecated-1.2.17.ebuild deleted file mode 100644 index e2acc7f3a9f6..000000000000 --- a/dev-python/deprecated/deprecated-1.2.17.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2019-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_PN=${PN^} -PYTHON_COMPAT=( python3_{10..13} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python @deprecated decorator to deprecate old API" -HOMEPAGE=" - https://github.com/laurent-laporte-pro//deprecated/ - https://pypi.org/project/Deprecated/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - dev-python/wrapt[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest