public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/oslo-cache/
@ 2022-03-16 20:48 Arthur Zamarin
  0 siblings, 0 replies; 2+ messages in thread
From: Arthur Zamarin @ 2022-03-16 20:48 UTC (permalink / raw
  To: gentoo-commits

commit:     bd837b18a936c412776ab793e5a2382bd35926db
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Mar 15 01:20:51 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 01:26:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd837b18

dev-python/oslo-cache: enable py3.9

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/oslo-cache/oslo-cache-2.8.1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 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 0fc7493ef..dc20c6020 100644
--- a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
+++ b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
@@ -13,7 +13,7 @@ MY_PN=${PN/-/.}
 DESCRIPTION="Oslo Caching around dogpile.cache"
 HOMEPAGE="
 	https://opendev.org/openstack/oslo.cache
-	https://pypi.org/project/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"
@@ -32,8 +32,8 @@ RDEPEND="
 	>=dev-python/oslo-log-4.2.1[${PYTHON_USEDEP}]
 	>=dev-python/oslo-utils-4.2.0[${PYTHON_USEDEP}]
 "
-DEPEND="
-	${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
 	test? (
 		>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
 		>=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/oslo-cache/
@ 2022-06-28 15:38 Arthur Zamarin
  0 siblings, 0 replies; 2+ messages in thread
From: Arthur Zamarin @ 2022-06-28 15:38 UTC (permalink / raw
  To: gentoo-commits

commit:     2f6ccce1700cb48e6dd32c3328671aaa72faf61b
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Jun 28 14:59:50 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
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 <lssndrbarbieri <AT> 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-28 15:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-16 20:48 [gentoo-commits] repo/proj/guru:master commit in: dev-python/oslo-cache/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2022-06-28 15:38 Arthur Zamarin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox