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 36B12158089 for ; Fri, 6 Oct 2023 15:08:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D7E62BC081; Fri, 6 Oct 2023 15:08:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2A0F42BC081 for ; Fri, 6 Oct 2023 15:08:52 +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 E1C49335D27 for ; Fri, 6 Oct 2023 15:08:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00C98924 for ; Fri, 6 Oct 2023 15:08:48 +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: <1696604861.f0290a01d9dd4f511f59d066d0c14b3a2644640b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-logging/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jaraco-logging/Manifest dev-python/jaraco-logging/jaraco-logging-3.1.2.ebuild X-VCS-Directories: dev-python/jaraco-logging/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f0290a01d9dd4f511f59d066d0c14b3a2644640b X-VCS-Branch: master Date: Fri, 6 Oct 2023 15:08:48 +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: 4218bbdb-83a7-42a5-a16c-1266d2e20803 X-Archives-Hash: c733fb4751525e25dd8d670908b837ce commit: f0290a01d9dd4f511f59d066d0c14b3a2644640b Author: Michał Górny gentoo org> AuthorDate: Fri Oct 6 15:03:15 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 6 15:07:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0290a01 dev-python/jaraco-logging: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/jaraco-logging/Manifest | 1 - .../jaraco-logging/jaraco-logging-3.1.2.ebuild | 39 ---------------------- 2 files changed, 40 deletions(-) diff --git a/dev-python/jaraco-logging/Manifest b/dev-python/jaraco-logging/Manifest index 02120c0ee109..3bec9ab4b81d 100644 --- a/dev-python/jaraco-logging/Manifest +++ b/dev-python/jaraco-logging/Manifest @@ -1,2 +1 @@ -DIST jaraco.logging-3.1.2.tar.gz 8107 BLAKE2B add8236bdf345d55186d8ab7432c2b392df6921229c23c253a3b224d0362073c417cd4c0540e28117a1331adea15d4e8a17ad72c2cf7084375a19c64c529ccc0 SHA512 d6d26364e44be089616913938d200f26c9da269853d673f1518c3e29905961dda264b95e60a7051e4e0d6b873eb9b65faefa9962a48e2cad43435ca32ef0e1f3 DIST jaraco.logging-3.2.0.tar.gz 8907 BLAKE2B 9329655842f1e46af1a8eff72d97bd8c46dea60bdf1fb1e4decf5a47a95d162b825c6586db6629529a833b36944a38c536d0bb8127c60ac04e91d9553cf49682 SHA512 dd5a66bf03d01378e542553c08f8daf6aa2ec9aa8087b8d11f34b4527a1fb1e41b20142ac9b5d9e5eb8f510f50f7d1a3ec11a8eff9871190b4d4392b68bbada7 diff --git a/dev-python/jaraco-logging/jaraco-logging-3.1.2.ebuild b/dev-python/jaraco-logging/jaraco-logging-3.1.2.ebuild deleted file mode 100644 index 0ad1e2790ea2..000000000000 --- a/dev-python/jaraco-logging/jaraco-logging-3.1.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYPI_PN=${PN/-/.} -PYTHON_COMPAT=( pypy3 python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Additional facilities to supplement Python's stdlib logging module" -HOMEPAGE=" - https://github.com/jaraco/jaraco.logging/ - https://pypi.org/project/jaraco.logging/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~riscv x86" - -RDEPEND=" - dev-python/tempora[${PYTHON_USEDEP}] -" -BDEPEND=" - >=dev-python/setuptools-scm-1.15.0[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_test() { - # create a pkgutil-style __init__.py in order to fix pytest's - # determination of package paths - cat > jaraco/__init__.py <<-EOF || die - __path__ = __import__("pkgutil").extend_path(__path__, __name__) - EOF - epytest --doctest-modules -}