From 1a7eb37244e327a720e2dc17545252f5db9024af Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Tue, 25 Mar 2025 13:45:48 +0500 Subject: [PATCH] dev-python/daiquiri: drop 3.2.3 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-python/daiquiri/Manifest | 1 - dev-python/daiquiri/daiquiri-3.2.3.ebuild | 42 ----------------------- 2 files changed, 43 deletions(-) delete mode 100644 dev-python/daiquiri/daiquiri-3.2.3.ebuild diff --git a/dev-python/daiquiri/Manifest b/dev-python/daiquiri/Manifest index be5816ce99..54a33fac83 100644 --- a/dev-python/daiquiri/Manifest +++ b/dev-python/daiquiri/Manifest @@ -1,2 +1 @@ -DIST daiquiri-3.2.3.tar.gz 19582 BLAKE2B 105ba4b80a405bcf0d64fcde585ab0cad4ab939d7d7048dba87f8f022d5bcf8e1708554459dba550765e2110e8987a4e26992d5c53db46b320a942b467d9b44e SHA512 a801e04f67340ed047322bdc65be97a463d268f26dd44615d7a4f17ca3de7c36bb244f6bd54e33c1c2055667f0b4086d98bcbf6778bc4eb99c08a657d6abd7b6 DIST daiquiri-3.3.0.tar.gz 19473 BLAKE2B ff4b08ab4e920d1df9d3e1d59be0f85ab3f249a9916b74638ad63694080ba63dbd2fc611a8eb99f8ddc9da44b753d3f4325e2ba9c7e706bdbad18d3909e9f4bf SHA512 44abcbeeba72bea8b18541ed695eb0f62bcfdbe03456e34f38df536c9842988de52631fe72d5310daa03eb73b3cbb6efc428b972d4662559ab9650db1662b853 diff --git a/dev-python/daiquiri/daiquiri-3.2.3.ebuild b/dev-python/daiquiri/daiquiri-3.2.3.ebuild deleted file mode 100644 index db69625c27..0000000000 --- a/dev-python/daiquiri/daiquiri-3.2.3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{11..13} pypy3 ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 optfeature pypi - -DESCRIPTION="Library to configure Python logging easily" -HOMEPAGE=" - https://pypi.org/project/daiquiri/ - https://github.com/Mergifyio/daiquiri -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="dev-python/python-json-logger[${PYTHON_USEDEP}]" -BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest - -distutils_enable_sphinx doc/source - -python_test() { - if [[ ${EPYTHON} =~ python3.1[23] ]]; then - # Broken by Gentoo patches for python-json-logger - local EPYTEST_DESELECT=( - daiquiri/tests/test_daiquiri.py::TestDaiquiri::test_setup_json_formatter - daiquiri/tests/test_daiquiri.py::TestDaiquiri::test_setup_json_formatter_with_extras - daiquiri/tests/test_output.py::TestOutput::test_datadog - ) - fi - - distutils-r1_python_test -} - -pkg_postinst() { - optfeature "journald support" dev-python/python-systemd -}