Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/oslo-concurrency/
Date: Thu, 30 Sep 2021 19:39:52
Message-Id: 1633029386.84eaa8c8ca80bb42a09cca52e2e74ade19c87a02.arthurzam@gentoo
1 commit: 84eaa8c8ca80bb42a09cca52e2e74ade19c87a02
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 30 19:15:57 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 30 19:16:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84eaa8c8
7
8 dev-python/oslo-concurrency: treeclean (was added to ::gentoo)
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/oslo-concurrency/Manifest | 1 -
13 dev-python/oslo-concurrency/metadata.xml | 16 ---------
14 .../oslo-concurrency/oslo-concurrency-4.4.1.ebuild | 41 ----------------------
15 3 files changed, 58 deletions(-)
16
17 diff --git a/dev-python/oslo-concurrency/Manifest b/dev-python/oslo-concurrency/Manifest
18 deleted file mode 100644
19 index 6f2a74b2b..000000000
20 --- a/dev-python/oslo-concurrency/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST oslo.concurrency-4.4.1.tar.gz 58399 BLAKE2B ea28cdd53ae124fe458c0d901b305d99b7a5b5525835e6a04ca856177876fa6c6a1eff74842dcf260c78c205d95f353cd1b70f0cb6205e7bec841bae2d6ecd0d SHA512 1b7e6a2cb2e3ee0710f652489522c7a9e47a5292c46041f21a2ffe4c61a6bbae48b43e93507465013704b89778deec860da06fec32b4d3778e05cade9a6d39a1
24
25 diff --git a/dev-python/oslo-concurrency/metadata.xml b/dev-python/oslo-concurrency/metadata.xml
26 deleted file mode 100644
27 index 5e0cd6d20..000000000
28 --- a/dev-python/oslo-concurrency/metadata.xml
29 +++ /dev/null
30 @@ -1,16 +0,0 @@
31 -<?xml version="1.0" encoding="UTF-8"?>
32 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 -<pkgmetadata>
34 - <maintainer type="person">
35 - <description>co-maintainers welcome</description>
36 - <email>lssndrbarbieri@×××××.com</email>
37 - <name>Alessandro Barbieri</name>
38 - </maintainer>
39 - <longdescription lang="en">
40 - Oslo concurrency library has utilities for safely running multi-thread, multi-process applications using locking mechanisms and for running external processes.
41 - </longdescription>
42 - <stabilize-allarches/>
43 - <upstream>
44 - <remote-id type="pypi">oslo.concurrency</remote-id>
45 - </upstream>
46 -</pkgmetadata>
47
48 diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.4.1.ebuild b/dev-python/oslo-concurrency/oslo-concurrency-4.4.1.ebuild
49 deleted file mode 100644
50 index df8ddada5..000000000
51 --- a/dev-python/oslo-concurrency/oslo-concurrency-4.4.1.ebuild
52 +++ /dev/null
53 @@ -1,41 +0,0 @@
54 -# Copyright 1999-2021 Gentoo Authors
55 -# Distributed under the terms of the GNU General Public License v2
56 -
57 -EAPI=8
58 -
59 -DISTUTILS_USE_SETUPTOOLS=bdepend
60 -PYTHON_COMPAT=( python3_8 )
61 -
62 -inherit distutils-r1
63 -
64 -DESCRIPTION="library for running multi-thread, multi-process applications"
65 -HOMEPAGE="
66 - https://pypi.org/project/oslo.concurrency
67 - https://opendev.org/openstack/oslo.concurrency
68 -"
69 -SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
70 -S="${WORKDIR}/oslo.concurrency-${PV}"
71 -
72 -LICENSE="Apache-2.0"
73 -SLOT="0"
74 -KEYWORDS="~amd64"
75 -
76 -RDEPEND="
77 - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
78 - >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
79 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
80 - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
81 - >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
82 -"
83 -DEPEND="
84 - ${RDEPEND}
85 - test? (
86 - >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
87 - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
88 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
89 - >=dev-python/eventlet-0.19.0[${PYTHON_USEDEP}]
90 - >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
91 - )
92 -"
93 -
94 -distutils_enable_tests pytest