public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-barbicanclient/
Date: Sun, 19 Feb 2023 05:17:53 +0000 (UTC)	[thread overview]
Message-ID: <1676783725.686b6b48d52a834192971c28c70db3693f848987.cybertailor@gentoo> (raw)

commit:     686b6b48d52a834192971c28c70db3693f848987
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 19 05:15:25 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> 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 <cyber+gentoo <AT> 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<description>co-maintainers welcome</description>
-		<email>lssndrbarbieri@gmail.com</email>
-		<name>Alessandro Barbieri</name>
-	</maintainer>
-	<stabilize-allarches/>
-	<upstream>
-		<remote-id type="pypi">python-barbicanclient</remote-id>
-		<remote-id type="github">openstack/barbican</remote-id>
-	</upstream>
-</pkgmetadata>

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


             reply	other threads:[~2023-02-19  5:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-19  5:17 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-14 22:24 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-barbicanclient/ Niklaus 'vimja' Hofer
2025-03-03 17:26 Niklaus 'vimja' Hofer
2024-08-28 19:47 Niklaus 'vimja' Hofer
2022-03-11  3:34 Alessandro Barbieri
2021-10-09  0:50 Alessandro Barbieri

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1676783725.686b6b48d52a834192971c28c70db3693f848987.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox