Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-cache/
Date: Sun, 26 Sep 2021 18:37:19
Message-Id: 1632681429.93a2fc9065ef4cbfe0c20ef4cd675805836f4b71.Alessandro-Barbieri@gentoo
1 commit: 93a2fc9065ef4cbfe0c20ef4cd675805836f4b71
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Sep 26 18:24:43 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun Sep 26 18:37:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93a2fc90
7
8 dev-python/oslo-cache: add 2.8.1
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/oslo-cache/Manifest | 1 +
13 dev-python/oslo-cache/metadata.xml | 4 +-
14 dev-python/oslo-cache/oslo-cache-2.8.1.ebuild | 53 +++++++++++++++++++++++++++
15 3 files changed, 57 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-python/oslo-cache/Manifest b/dev-python/oslo-cache/Manifest
18 index e7e68ab64..5b36343db 100644
19 --- a/dev-python/oslo-cache/Manifest
20 +++ b/dev-python/oslo-cache/Manifest
21 @@ -1 +1,2 @@
22 DIST oslo-cache-2.6.1.tar.gz 60918 BLAKE2B 89def6f66ccb68e8725571b4f9fcc8a98c8b18dbb23186b1ed3cc09ae02eb786608c744f6ea7022fd3a832d206fe75916f74f2c000125c853993dc95f13da8f3 SHA512 20696d9a9feda9368fc261ccc124ab825b85373b2716110dcab7101346467dbf4d9e8a48b689a76ca837a8c4e97d03476b3573623ac57602f5d0e558110dd551
23 +DIST oslo-cache-2.8.1.tar.gz 66086 BLAKE2B 27ea52cb00f222bab47d2b85344ac74abcadf91f202356b254b2377c1e07662b511c3d54d83a9c60c90e08cb3bff57ed8ea2352042c73ab452f1eb9a7c8c95ab SHA512 da91158415e3553c35092dc0c76d11ebae646d4e7e14ac1ad7394d9a951efc3ac963069838ccac0bd3fa84391aec7a7b0f7ca6c2771a3f0b160338d23e79afd1
24
25 diff --git a/dev-python/oslo-cache/metadata.xml b/dev-python/oslo-cache/metadata.xml
26 index 50e6185c3..268ebfbc7 100644
27 --- a/dev-python/oslo-cache/metadata.xml
28 +++ b/dev-python/oslo-cache/metadata.xml
29 @@ -8,7 +8,9 @@
30 </maintainer>
31 <stabilize-allarches/>
32 <upstream>
33 - <remote-id type="launchpad">oslo</remote-id>
34 + <bugs-to>https://bugs.launchpad.net/oslo.cache</bugs-to>
35 + <remote-id type="launchpad">oslo.cache</remote-id>
36 + <remote-id type="github">openstack/oslo.cache</remote-id>
37 <remote-id type="pypi">oslo.cache</remote-id>
38 </upstream>
39 </pkgmetadata>
40
41 diff --git a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
42 new file mode 100644
43 index 000000000..548c6b118
44 --- /dev/null
45 +++ b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
46 @@ -0,0 +1,53 @@
47 +# Copyright 1999-2021 Gentoo Authors
48 +# Distributed under the terms of the GNU General Public License v2
49 +
50 +EAPI=8
51 +
52 +DISTUTILS_USE_SETUPTOOLS=bdepend
53 +PYTHON_COMPAT=( python3_8 )
54 +
55 +inherit distutils-r1
56 +
57 +MY_PN=${PN/-/.}
58 +
59 +DESCRIPTION="Oslo Caching around dogpile.cache"
60 +HOMEPAGE="
61 + https://opendev.org/openstack/oslo.cache
62 + https://pypi.org/project/oslo.cache
63 + https://github.com/openstack/oslo.cache
64 +"
65 +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
66 +
67 +S="${WORKDIR}/${MY_PN}-${PV}"
68 +
69 +LICENSE="Apache-2.0"
70 +SLOT="0"
71 +KEYWORDS="~amd64"
72 +
73 +RDEPEND="
74 + >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
75 + >=dev-python/dogpile-cache-1.1.2[${PYTHON_USEDEP}]
76 + >=dev-python/oslo-config-8.1.0[${PYTHON_USEDEP}]
77 + >=dev-python/oslo-i18n-5.0.0[${PYTHON_USEDEP}]
78 + >=dev-python/oslo-log-4.2.1[${PYTHON_USEDEP}]
79 + >=dev-python/oslo-utils-4.2.0[${PYTHON_USEDEP}]
80 +"
81 +DEPEND="
82 + ${RDEPEND}
83 + test? (
84 + >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
85 + <dev-python/hacking-3.1.0[${PYTHON_USEDEP}]
86 + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
87 + >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
88 + >=dev-python/pymemcache-3.4.0[${PYTHON_USEDEP}]
89 + >=dev-python/python-binary-memcached-0.29.0[${PYTHON_USEDEP}]
90 + >=dev-python/python-memcached-1.56[${PYTHON_USEDEP}]
91 + >=dev-python/pymongo-3.0.2[${PYTHON_USEDEP}]
92 + >=dev-python/etcd3gw-0.2.0[${PYTHON_USEDEP}]
93 + )
94 +"
95 +
96 +RESTRICT="test"
97 +PROPERTIES="test_network"
98 +
99 +distutils_enable_tests pytest