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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A5964158013 for ; Sun, 26 Sep 2021 18:37:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34F5FE09A5; Sun, 26 Sep 2021 18:37:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07831E09A5 for ; Sun, 26 Sep 2021 18:37:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B129D342E74 for ; Sun, 26 Sep 2021 18:37:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E976313F for ; Sun, 26 Sep 2021 18:37:12 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1632681429.93a2fc9065ef4cbfe0c20ef4cd675805836f4b71.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-cache/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/oslo-cache/Manifest dev-python/oslo-cache/metadata.xml dev-python/oslo-cache/oslo-cache-2.8.1.ebuild X-VCS-Directories: dev-python/oslo-cache/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 93a2fc9065ef4cbfe0c20ef4cd675805836f4b71 X-VCS-Branch: dev Date: Sun, 26 Sep 2021 18:37:12 +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: 060c833d-1d63-4d0e-a8b8-2d5c9036c005 X-Archives-Hash: 1ff6f75156c46151fee9b3cea6c3e606 commit: 93a2fc9065ef4cbfe0c20ef4cd675805836f4b71 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Sep 26 18:24:43 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Sep 26 18:37:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93a2fc90 dev-python/oslo-cache: add 2.8.1 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/oslo-cache/Manifest | 1 + dev-python/oslo-cache/metadata.xml | 4 +- dev-python/oslo-cache/oslo-cache-2.8.1.ebuild | 53 +++++++++++++++++++++++++++ 3 files changed, 57 insertions(+), 1 deletion(-) diff --git a/dev-python/oslo-cache/Manifest b/dev-python/oslo-cache/Manifest index e7e68ab64..5b36343db 100644 --- a/dev-python/oslo-cache/Manifest +++ b/dev-python/oslo-cache/Manifest @@ -1 +1,2 @@ DIST oslo-cache-2.6.1.tar.gz 60918 BLAKE2B 89def6f66ccb68e8725571b4f9fcc8a98c8b18dbb23186b1ed3cc09ae02eb786608c744f6ea7022fd3a832d206fe75916f74f2c000125c853993dc95f13da8f3 SHA512 20696d9a9feda9368fc261ccc124ab825b85373b2716110dcab7101346467dbf4d9e8a48b689a76ca837a8c4e97d03476b3573623ac57602f5d0e558110dd551 +DIST oslo-cache-2.8.1.tar.gz 66086 BLAKE2B 27ea52cb00f222bab47d2b85344ac74abcadf91f202356b254b2377c1e07662b511c3d54d83a9c60c90e08cb3bff57ed8ea2352042c73ab452f1eb9a7c8c95ab SHA512 da91158415e3553c35092dc0c76d11ebae646d4e7e14ac1ad7394d9a951efc3ac963069838ccac0bd3fa84391aec7a7b0f7ca6c2771a3f0b160338d23e79afd1 diff --git a/dev-python/oslo-cache/metadata.xml b/dev-python/oslo-cache/metadata.xml index 50e6185c3..268ebfbc7 100644 --- a/dev-python/oslo-cache/metadata.xml +++ b/dev-python/oslo-cache/metadata.xml @@ -8,7 +8,9 @@ - oslo + https://bugs.launchpad.net/oslo.cache + oslo.cache + openstack/oslo.cache oslo.cache diff --git a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild new file mode 100644 index 000000000..548c6b118 --- /dev/null +++ b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_8 ) + +inherit distutils-r1 + +MY_PN=${PN/-/.} + +DESCRIPTION="Oslo Caching around dogpile.cache" +HOMEPAGE=" + https://opendev.org/openstack/oslo.cache + https://pypi.org/project/oslo.cache + https://github.com/openstack/oslo.cache +" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" + +S="${WORKDIR}/${MY_PN}-${PV}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] + >=dev-python/dogpile-cache-1.1.2[${PYTHON_USEDEP}] + >=dev-python/oslo-config-8.1.0[${PYTHON_USEDEP}] + >=dev-python/oslo-i18n-5.0.0[${PYTHON_USEDEP}] + >=dev-python/oslo-log-4.2.1[${PYTHON_USEDEP}] + >=dev-python/oslo-utils-4.2.0[${PYTHON_USEDEP}] +" +DEPEND=" + ${RDEPEND} + test? ( + >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}] + =dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] + >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}] + >=dev-python/pymemcache-3.4.0[${PYTHON_USEDEP}] + >=dev-python/python-binary-memcached-0.29.0[${PYTHON_USEDEP}] + >=dev-python/python-memcached-1.56[${PYTHON_USEDEP}] + >=dev-python/pymongo-3.0.2[${PYTHON_USEDEP}] + >=dev-python/etcd3gw-0.2.0[${PYTHON_USEDEP}] + ) +" + +RESTRICT="test" +PROPERTIES="test_network" + +distutils_enable_tests pytest