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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 62F13158094 for ; Tue, 28 Jun 2022 15:01:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81165E077A; Tue, 28 Jun 2022 15:01:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63B25E077A for ; Tue, 28 Jun 2022 15:01:39 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40DA2341253 for ; Tue, 28 Jun 2022 15:01:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BD2A105 for ; Tue, 28 Jun 2022 15:01:36 +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: <1656428494.2f6ccce1700cb48e6dd32c3328671aaa72faf61b.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/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: 2f6ccce1700cb48e6dd32c3328671aaa72faf61b X-VCS-Branch: dev Date: Tue, 28 Jun 2022 15:01:36 +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: c1ac9925-9c10-4776-afa3-e60561ea8f57 X-Archives-Hash: 25705fcb0362d8a0ed7806a3c732a1d4 commit: 2f6ccce1700cb48e6dd32c3328671aaa72faf61b Author: Alessandro Barbieri gmail com> AuthorDate: Tue Jun 28 14:59:50 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Tue Jun 28 15:01:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f6ccce1 dev-python/oslo-cache: restrict tests Signed-off-by: Alessandro Barbieri gmail.com> dev-python/oslo-cache/oslo-cache-2.8.1.ebuild | 28 +++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild index efdaf774c..3bc55cfc1 100644 --- a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild +++ b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild @@ -17,7 +17,6 @@ HOMEPAGE=" 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" @@ -33,19 +32,20 @@ RDEPEND=" >=dev-python/oslo-utils-4.2.0[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" -BDEPEND=" - test? ( - >=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}] - ) -" - +#BDEPEND=" +# test? ( +# >=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}] +# ) +#" + +# dev-python/python-binary-memcached is masked RESTRICT="test" -PROPERTIES="test_network" +#PROPERTIES="test_network" distutils_enable_tests pytest