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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A001A15800A for ; Sat, 7 Dec 2024 11:59:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61907E11AB; Sat, 7 Dec 2024 11:59:30 +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 850BEE11AB for ; Sat, 7 Dec 2024 11:59:29 +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 9E5983430EB for ; Sat, 7 Dec 2024 11:59:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3498E1CA3 for ; Sat, 7 Dec 2024 11:59:27 +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: <1733572761.100cad59ac7b4bfb676ca11c344d5ea78dc6c76b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-i18n/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oslo-i18n/Manifest dev-python/oslo-i18n/oslo-i18n-6.4.0.ebuild X-VCS-Directories: dev-python/oslo-i18n/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 100cad59ac7b4bfb676ca11c344d5ea78dc6c76b X-VCS-Branch: master Date: Sat, 7 Dec 2024 11:59:27 +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: 31f16dc5-67e4-4a95-aeaa-dbc24be02bfa X-Archives-Hash: f4d0547e85266ef65c81be4e9a7663cb commit: 100cad59ac7b4bfb676ca11c344d5ea78dc6c76b Author: Michał Górny gentoo org> AuthorDate: Sat Dec 7 11:52:24 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 7 11:59:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=100cad59 dev-python/oslo-i18n: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/oslo-i18n/Manifest | 1 - dev-python/oslo-i18n/oslo-i18n-6.4.0.ebuild | 35 ----------------------------- 2 files changed, 36 deletions(-) diff --git a/dev-python/oslo-i18n/Manifest b/dev-python/oslo-i18n/Manifest index 2b4ec9bc1207..1a7cce724df5 100644 --- a/dev-python/oslo-i18n/Manifest +++ b/dev-python/oslo-i18n/Manifest @@ -1,2 +1 @@ -DIST oslo.i18n-6.4.0.tar.gz 48196 BLAKE2B 14a366d1042f288133a3a15ca14264446a6775318ab7347331b91fe4f36149c1592d920e6ce309a0db2ba8bb76209f2b6c917b4de8733427f3f9afd46bd7a295 SHA512 f68f5fb731175086f99f8a74e734f81fab4a19de3ce087279a55b7ec6df9a30a2eb70325faf2f3228fe11bb808d11b5f87eef93cc55e5b33ce4ed4e881d3915b DIST oslo.i18n-6.5.0.tar.gz 48080 BLAKE2B 40d39c504ae660cd11b2614ddec79e48c4fb8cf3f98d43de208d6dbc145a6ab22e7879ca0126b91352d34299d37b272364329b467d39985a7dee85a16fa5d8eb SHA512 8c02eaa28b29ed9d53b554b7b05429ac1bcc290db4b1b4e0eafdafc4eb06b4578e300541ae061721027bfe6aaa24f8789b3bc77e8bced1214a4d5479ef3dfa1d diff --git a/dev-python/oslo-i18n/oslo-i18n-6.4.0.ebuild b/dev-python/oslo-i18n/oslo-i18n-6.4.0.ebuild deleted file mode 100644 index b5c37b7e4247..000000000000 --- a/dev-python/oslo-i18n/oslo-i18n-6.4.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2024 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=( python3_{10..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Oslo i18n library" -HOMEPAGE=" - https://opendev.org/openstack/oslo.i18n/ - https://github.com/openstack/oslo.i18n/ - https://pypi.org/project/oslo.i18n/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~riscv x86" - -RDEPEND=" - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] -" -BDEPEND=" - ${RDEPEND} - test? ( - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest