public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-binary-memcached/
@ 2022-03-11 10:57 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2022-03-11 10:57 UTC (permalink / raw
  To: gentoo-commits

commit:     64ad934b00f9a08ac0d75971aea3f1001bdcb8be
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 11 03:33:28 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 11 03:33:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=64ad934b

dev-python/python-binary-memcached: add 0.31.1, drop 0.30.1

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

 dev-python/python-binary-memcached/Manifest            |  2 +-
 ....1.ebuild => python-binary-memcached-0.31.1.ebuild} | 18 ++++++++++--------
 2 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/dev-python/python-binary-memcached/Manifest b/dev-python/python-binary-memcached/Manifest
index beea0481f..6ef663d86 100644
--- a/dev-python/python-binary-memcached/Manifest
+++ b/dev-python/python-binary-memcached/Manifest
@@ -1 +1 @@
-DIST python-binary-memcached-0.30.1.tar.gz 95123 BLAKE2B 3f2382ecdc2f5545bf3f5e6353a562e3b479a96fbf042425fc336cb31a28dade18662bedf8ed266f326e2b698e85fbbfdeb98754de325c43d912b1ac77eb75d6 SHA512 1c7962f84a3a4700039c7b54035e653f5c4acda6ed585cc2dcbb185ed67ab4f8e2c5f438508a895a28915620562c50941c5247f9eca8c47c31c25e9dec267789
+DIST python-binary-memcached-0.31.1.tar.gz 95924 BLAKE2B 922b37766eee6c3242e782e3787c4b6afe404d784a684911e9381a1eb5c8e9447a4a2f9f0ad9debc2e1fccb6cd582db86bccd08951351928abc68c340411cd5d SHA512 8c57ad68470b7345e51ae1f3fea04cb2124978d7e09bd59b2887dc6388134447ea0941a090b7dac140db37c4a1d7304f0640640140dda0a8c2f758eec9712007

diff --git a/dev-python/python-binary-memcached/python-binary-memcached-0.30.1.ebuild b/dev-python/python-binary-memcached/python-binary-memcached-0.31.1.ebuild
similarity index 53%
rename from dev-python/python-binary-memcached/python-binary-memcached-0.30.1.ebuild
rename to dev-python/python-binary-memcached/python-binary-memcached-0.31.1.ebuild
index 8c30de43b..2a45c39e5 100644
--- a/dev-python/python-binary-memcached/python-binary-memcached-0.30.1.ebuild
+++ b/dev-python/python-binary-memcached/python-binary-memcached-0.31.1.ebuild
@@ -1,15 +1,16 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_8 )
+
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="access memcached via it's binary protocol with SASL auth support"
 HOMEPAGE="
 	https://github.com/jaysonsantos/python-binary-memcached
-	https://pypi.org/project/python-binary-memcached
+	https://pypi.org/project/python-binary-memcached/
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
@@ -17,15 +18,16 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND=""
+RDEPEND="dev-python/uhashring[${PYTHON_USEDEP}]"
 DEPEND="
 	${RDEPEND}
 	dev-python/six[${PYTHON_USEDEP}]
-	dev-python/uhashring[${PYTHON_USEDEP}]
 	test? (
-		>=dev-python/pytest-3.9[${PYTHON_USEDEP}]
-		>=dev-python/trustme-0.6.0[${PYTHON_USEDEP}]
-		>=dev-python/mock-2.0[${PYTHON_USEDEP}]
+		>=dev-python/m2r-0.2.1[${PYTHON_USEDEP}]
+		dev-python/mistune[${PYTHON_USEDEP}]
+		>=dev-python/pytest-6.2[${PYTHON_USEDEP}]
+		>=dev-python/trustme-0.9.0[${PYTHON_USEDEP}]
+		>=dev-python/mock-4.0[${PYTHON_USEDEP}]
 	)
 "
 


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-binary-memcached/
@ 2022-03-18  6:35 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2022-03-18  6:35 UTC (permalink / raw
  To: gentoo-commits

commit:     02a4f34733518571b7f576a4b41ab74894673183
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Mar 17 13:44:56 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 17 13:44:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=02a4f347

dev-python/python-binary-memcached: m2r is needed at build time

Closes: https://bugs.gentoo.org/835482
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 .../python-binary-memcached/python-binary-memcached-0.31.1.ebuild       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-binary-memcached/python-binary-memcached-0.31.1.ebuild b/dev-python/python-binary-memcached/python-binary-memcached-0.31.1.ebuild
index 80906ade6..30b9bfefa 100644
--- a/dev-python/python-binary-memcached/python-binary-memcached-0.31.1.ebuild
+++ b/dev-python/python-binary-memcached/python-binary-memcached-0.31.1.ebuild
@@ -24,11 +24,11 @@ RDEPEND="
 "
 DEPEND="
 	${RDEPEND}
+	>=dev-python/m2r-0.2.1[${PYTHON_USEDEP}]
 	test? ( net-misc/memcached )
 "
 BDEPEND="
 	test? (
-		>=dev-python/m2r-0.2.1[${PYTHON_USEDEP}]
 		dev-python/mistune[${PYTHON_USEDEP}]
 		>=dev-python/pytest-6.2[${PYTHON_USEDEP}]
 		>=dev-python/trustme-0.9.0[${PYTHON_USEDEP}]


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-binary-memcached/
@ 2022-03-25 15:17 Ronny Gutbrod
  0 siblings, 0 replies; 3+ messages in thread
From: Ronny Gutbrod @ 2022-03-25 15:17 UTC (permalink / raw
  To: gentoo-commits

commit:     4d90cfd109d9634c159b6ad12b35d850fe3ad5b5
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Mar 24 13:19:20 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Mar 24 14:23:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d90cfd1

dev-python/python-binary-memcached: delete symlink

Closes: https://bugs.gentoo.org/835896
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 .../python-binary-memcached/python-binary-memcached-0.31.1.ebuild    | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-python/python-binary-memcached/python-binary-memcached-0.31.1.ebuild b/dev-python/python-binary-memcached/python-binary-memcached-0.31.1.ebuild
index c355310f4..aa6660f93 100644
--- a/dev-python/python-binary-memcached/python-binary-memcached-0.31.1.ebuild
+++ b/dev-python/python-binary-memcached/python-binary-memcached-0.31.1.ebuild
@@ -39,3 +39,8 @@ BDEPEND="
 RESTRICT="test" # tests require a running memcached
 
 distutils_enable_tests pytest
+
+src_prepare() {
+	rm README.rst || die
+	default
+}


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

end of thread, other threads:[~2022-03-25 15:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-11 10:57 [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-binary-memcached/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2022-03-18  6:35 Arthur Zamarin
2022-03-25 15:17 Ronny Gutbrod

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