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 8924615800F for ; Sun, 19 Feb 2023 05:18:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B60CBE08CD; Sun, 19 Feb 2023 05:17:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9E1F7E08CA for ; Sun, 19 Feb 2023 05:17:58 +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 DE796340F28 for ; Sun, 19 Feb 2023 05:17:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F382D8CC for ; Sun, 19 Feb 2023 05:17:53 +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: <1676783725.686b6b48d52a834192971c28c70db3693f848987.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-barbicanclient/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/python-barbicanclient/Manifest dev-python/python-barbicanclient/metadata.xml dev-python/python-barbicanclient/python-barbicanclient-5.3.0.ebuild X-VCS-Directories: dev-python/python-barbicanclient/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 686b6b48d52a834192971c28c70db3693f848987 X-VCS-Branch: dev Date: Sun, 19 Feb 2023 05:17:53 +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: 6d910ccf-4d70-4d79-ba57-0bdcc0c6aa98 X-Archives-Hash: ca21563e9baeeaf63ad625957720f1b3 commit: 686b6b48d52a834192971c28c70db3693f848987 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Feb 19 05:15:25 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Feb 19 05:15:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=686b6b48 dev-python/python-barbicanclient: treeclean Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/python-barbicanclient/Manifest | 1 - dev-python/python-barbicanclient/metadata.xml | 14 ------- .../python-barbicanclient-5.3.0.ebuild | 48 ---------------------- 3 files changed, 63 deletions(-) diff --git a/dev-python/python-barbicanclient/Manifest b/dev-python/python-barbicanclient/Manifest deleted file mode 100644 index dcd75288f..000000000 --- a/dev-python/python-barbicanclient/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-barbicanclient-5.3.0.tar.gz 119436 BLAKE2B 950517ce4f87f41fa389765b667f573cc46acbd6ea55eb201ce93f1a637dc4716e05b9d74dfa7de67a806bdfa4b9116ef90eae95efa1153fbb39a006f3180183 SHA512 3d9ee7e812e3b52e5cedc654ba1e49cdd2764998cf7a296af8df70effd572d2f8adf351155324168d512f56a1386093bfbcb25fff14350a33b4e90e358a47d25 diff --git a/dev-python/python-barbicanclient/metadata.xml b/dev-python/python-barbicanclient/metadata.xml deleted file mode 100644 index 7553b7881..000000000 --- a/dev-python/python-barbicanclient/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - co-maintainers welcome - lssndrbarbieri@gmail.com - Alessandro Barbieri - - - - python-barbicanclient - openstack/barbican - - diff --git a/dev-python/python-barbicanclient/python-barbicanclient-5.3.0.ebuild b/dev-python/python-barbicanclient/python-barbicanclient-5.3.0.ebuild deleted file mode 100644 index d696cbac6..000000000 --- a/dev-python/python-barbicanclient/python-barbicanclient-5.3.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Client library for Barbican API" -HOMEPAGE=" - https://github.com/openstack/python-barbicanclient - https://opendev.org/openstack/python-barbicanclient - https://pypi.org/project/python-barbicanclient/ - https://launchpad.net/python-barbicanclient -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}] - >=dev-python/six-1.10.0[${PYTHON_USEDEP}] - >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}] - >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}] - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}] - >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}] - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}] -" -DEPEND=" - ${RDEPEND} - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] - test? ( - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] - >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}] - >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] - >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}] - >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}] - ) -" - -RESTRICT="test" -PROPERTIES="test_network" - -distutils_enable_tests nose