From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B7F55158089 for ; Sun, 5 Nov 2023 20:58:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5BF42BC04B; Sun, 5 Nov 2023 20:58:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B2962BC04B for ; Sun, 5 Nov 2023 20:58:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0DA1335D4B for ; Sun, 5 Nov 2023 20:58:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1244A1325 for ; Sun, 5 Nov 2023 20:58:10 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1699217878.8a0af46ec9c33a6dd9d84a3917eca595e4545c79.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/logbook/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/logbook/Manifest dev-python/logbook/logbook-1.6.0.ebuild X-VCS-Directories: dev-python/logbook/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8a0af46ec9c33a6dd9d84a3917eca595e4545c79 X-VCS-Branch: master Date: Sun, 5 Nov 2023 20:58:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b4fd9077-dcd3-4f40-9def-364bd8ebe3a3 X-Archives-Hash: 3723c85445c431e54d62175593ff1898 commit: 8a0af46ec9c33a6dd9d84a3917eca595e4545c79 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 5 20:27:20 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 5 20:57:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a0af46e dev-python/logbook: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/logbook/Manifest | 1 - dev-python/logbook/logbook-1.6.0.ebuild | 58 --------------------------------- 2 files changed, 59 deletions(-) diff --git a/dev-python/logbook/Manifest b/dev-python/logbook/Manifest index 03d2789e273b..aa0d850885b1 100644 --- a/dev-python/logbook/Manifest +++ b/dev-python/logbook/Manifest @@ -1,2 +1 @@ -DIST logbook-1.6.0.gh.tar.gz 364463 BLAKE2B f1e2187f87c9a0530e8cf62032285afcf08742b927aab269cf2e4707a040d15e1ab3c0e994b3cbc56857bebbea5d598f3981a24f94c2aa9d8322e9f0f7ec76d8 SHA512 7037c93bcaf0d3b53456869269c7317920f111ecfb3ebe930f471e031376819afd018ddf0b25a46f2a7d1a3111cd5d35828da1885935ee9508e2712e5bb7c724 DIST logbook-1.7.0.gh.tar.gz 364752 BLAKE2B a801c2ec55a257250336748007bdb95206372cf8cf3492785c5c50829e3e3c467de564401ed6f758f3e6b14d708d889860a4bb93da5119fc134df5167976bebb SHA512 50b52f54e894be303a7e910602cfbbceee04280cb134ad89f32f0a79c21d509ae0f6ae83beac9a9e22726d1c394e9893eea884ff43b56aae9dbad6dd1221d96f diff --git a/dev-python/logbook/logbook-1.6.0.ebuild b/dev-python/logbook/logbook-1.6.0.ebuild deleted file mode 100644 index cbf91d4941f2..000000000000 --- a/dev-python/logbook/logbook-1.6.0.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) - -inherit distutils-r1 - -DESCRIPTION="A logging replacement for Python" -HOMEPAGE=" - https://logbook.readthedocs.io/en/stable/ - https://github.com/getlogbook/logbook/ - https://pypi.org/project/Logbook/ -" -SRC_URI=" - https://github.com/getlogbook/logbook/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~riscv x86" - -BDEPEND=" - test? ( - app-arch/brotli[${PYTHON_USEDEP},python] - >=dev-python/execnet-1.0.9[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] - dev-python/pip[${PYTHON_USEDEP}] - dev-python/pytest-rerunfailures[${PYTHON_USEDEP}] - dev-python/pyzmq[${PYTHON_USEDEP}] - >=dev-python/sqlalchemy-1.4[${PYTHON_USEDEP}] - ) -" -RDEPEND=" - !!dev-python/contextvars - !!dev-python/gevent -" - -distutils_enable_tests pytest -distutils_enable_sphinx docs - -python_configure_all() { - export DISABLE_LOGBOOK_CEXT=1 -} - -python_test() { - local EPYTEST_DESELECT=( - # Delete test file requiring local connection to redis server - tests/test_queues.py - # https://github.com/getlogbook/logbook/issues/318 - tests/test_ticketing.py::test_basic_ticketing - ) - - epytest -p no:flaky -}