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 AB96215ACFB for ; Fri, 28 Apr 2023 18:20:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFE5AE08ED; Fri, 28 Apr 2023 18:20:50 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7FA79E08ED for ; Fri, 28 Apr 2023 18:20:50 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32C113410D4 for ; Fri, 28 Apr 2023 18:20:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B006A36 for ; Fri, 28 Apr 2023 18:20:47 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1682706013.5fc0954a321586c187e7ae1618a983a269d9e214.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: profiles/, dev-python/oslo-policy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/oslo-policy/Manifest dev-python/oslo-policy/metadata.xml dev-python/oslo-policy/oslo-policy-3.10.1.ebuild profiles/package.mask X-VCS-Directories: profiles/ dev-python/oslo-policy/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 5fc0954a321586c187e7ae1618a983a269d9e214 X-VCS-Branch: dev Date: Fri, 28 Apr 2023 18:20:47 +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: 766be188-a30b-4c3d-aa7b-1cca15b47d03 X-Archives-Hash: 90e628b4685551c59683c1edd1492977 commit: 5fc0954a321586c187e7ae1618a983a269d9e214 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Apr 28 17:15:48 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Fri Apr 28 18:20:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5fc0954a dev-python/oslo-policy: treeclean Was masked for removal. Closes: https://bugs.gentoo.org/897494 Bug: https://bugs.gentoo.org/883357 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/oslo-policy/Manifest | 1 - dev-python/oslo-policy/metadata.xml | 15 -------- dev-python/oslo-policy/oslo-policy-3.10.1.ebuild | 46 ------------------------ profiles/package.mask | 5 --- 4 files changed, 67 deletions(-) diff --git a/dev-python/oslo-policy/Manifest b/dev-python/oslo-policy/Manifest deleted file mode 100644 index da6ee1f1f..000000000 --- a/dev-python/oslo-policy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST oslo.policy-3.10.1.tar.gz 113864 BLAKE2B 87a506ce39a4540dc315eb910b777edc58834dcedfa1ff4bc9202f574ddd50805f54b7da630e428188251b736df6ca1f006341aa2a6915c6ab237f22dd400c96 SHA512 88d44c1114368d485aebe38df0eb5e14232fe5a7e112f188be3055c3534ccc3c730b0bfdb570b87e43b455d4c2d2d038baf9fd4b9ed56b67b008858c8eb20b1a diff --git a/dev-python/oslo-policy/metadata.xml b/dev-python/oslo-policy/metadata.xml deleted file mode 100644 index 727c3348b..000000000 --- a/dev-python/oslo-policy/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - co-maintainers welcome - lssndrbarbieri@gmail.com - Alessandro Barbieri - - - - https://bugs.launchpad.net/oslo.policy - oslo.policy - openstack/oslo.policy - - diff --git a/dev-python/oslo-policy/oslo-policy-3.10.1.ebuild b/dev-python/oslo-policy/oslo-policy-3.10.1.ebuild deleted file mode 100644 index 4a5b3e12f..000000000 --- a/dev-python/oslo-policy/oslo-policy-3.10.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_SETUPTOOLS=bdepend -PYTHON_COMPAT=( python3_{9..10} ) - -inherit distutils-r1 - -DESCRIPTION="Support for RBAC policy enforcement across all OpenStack services" -HOMEPAGE=" - https://opendev.org/openstack/oslo.policy - https://pypi.org/project/oslo.policy/ - https://github.com/openstack/oslo.policy -" -SRC_URI="mirror://pypi/${PN:0:1}/oslo.policy/oslo.policy-${PV}.tar.gz" -S="${WORKDIR}/oslo.policy-${PV}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}] - >=dev-python/oslo-config-6.0.0[${PYTHON_USEDEP}] - >=dev-python/oslo-context-2.22.0[${PYTHON_USEDEP}] - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}] - >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}] - >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}] - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}] - >=dev-python/oslo-utils-3.40.0[${PYTHON_USEDEP}] -" -DEPEND=" - ${RDEPEND} - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] - >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}] - >=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest diff --git a/profiles/package.mask b/profiles/package.mask index bdbe44dac..52f22c163 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -55,11 +55,6 @@ dev-util/gftools media-fonts/3270font media-gfx/fontbakery -# Anna Vyalkova (2023-03-28) -# Python library with no consumers left in tree. -# Masked for removal in 30 days. -dev-python/oslo-policy - # Julien Roy (2023-01-25) # Requires