* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-binary-memcached/
@ 2021-09-26 18:37 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2021-09-26 18:37 UTC (permalink / raw
To: gentoo-commits
commit: 16e14e5a3d27835b02ffa739559703972aff8caa
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Sep 26 18:02:10 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Sep 26 18:37:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=16e14e5a
dev-python/python-binary-memcached: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/python-binary-memcached/Manifest | 1 +
dev-python/python-binary-memcached/metadata.xml | 16 +++++++++++
.../python-binary-memcached-0.30.1.ebuild | 32 ++++++++++++++++++++++
3 files changed, 49 insertions(+)
diff --git a/dev-python/python-binary-memcached/Manifest b/dev-python/python-binary-memcached/Manifest
new file mode 100644
index 000000000..beea0481f
--- /dev/null
+++ b/dev-python/python-binary-memcached/Manifest
@@ -0,0 +1 @@
+DIST python-binary-memcached-0.30.1.tar.gz 95123 BLAKE2B 3f2382ecdc2f5545bf3f5e6353a562e3b479a96fbf042425fc336cb31a28dade18662bedf8ed266f326e2b698e85fbbfdeb98754de325c43d912b1ac77eb75d6 SHA512 1c7962f84a3a4700039c7b54035e653f5c4acda6ed585cc2dcbb185ed67ab4f8e2c5f438508a895a28915620562c50941c5247f9eca8c47c31c25e9dec267789
diff --git a/dev-python/python-binary-memcached/metadata.xml b/dev-python/python-binary-memcached/metadata.xml
new file mode 100644
index 000000000..399b6e337
--- /dev/null
+++ b/dev-python/python-binary-memcached/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <longdescription lang="en">
+A pure python module (thread safe) to access memcached via it's binary with SASL auth support.
+The main purpose of this module it to be able to communicate with memcached using binary protocol and support authentication, so it can work with Heroku for example.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">jaysonsantos/python-binary-memcached</remote-id>
+ <remote-id type="pypi">python-binary-memcached</remote-id>
+ </upstream>
+</pkgmetadata>
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.30.1.ebuild
new file mode 100644
index 000000000..8c30de43b
--- /dev/null
+++ b/dev-python/python-binary-memcached/python-binary-memcached-0.30.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_8 )
+
+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
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=""
+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}]
+ )
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-binary-memcached/
@ 2022-03-11 3:34 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2022-03-11 3:34 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: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
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] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-binary-memcached/
@ 2022-03-15 1:26 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2022-03-15 1:26 UTC (permalink / raw
To: gentoo-commits
commit: 2919b54be24dc15d3c393eba4f3fb4c6c18b761b
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Mar 15 00:42:19 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Mar 15 01:26:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2919b54b
dev-python/python-binary-memcached: disable tests
Closes: https://bugs.gentoo.org/815574
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
.../python-binary-memcached-0.31.1.ebuild | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
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 2a45c39e5..80906ade6 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
@@ -18,10 +18,15 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-RDEPEND="dev-python/uhashring[${PYTHON_USEDEP}]"
+RDEPEND="
+ dev-python/six[${PYTHON_USEDEP}]
+ dev-python/uhashring[${PYTHON_USEDEP}]
+"
DEPEND="
${RDEPEND}
- dev-python/six[${PYTHON_USEDEP}]
+ test? ( net-misc/memcached )
+"
+BDEPEND="
test? (
>=dev-python/m2r-0.2.1[${PYTHON_USEDEP}]
dev-python/mistune[${PYTHON_USEDEP}]
@@ -31,4 +36,6 @@ DEPEND="
)
"
+RESTRICT="test" # tests require a running memcached
+
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-binary-memcached/
@ 2022-03-17 13:57 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2022-03-17 13:57 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: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
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] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-binary-memcached/
@ 2022-03-18 8:54 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2022-03-18 8:54 UTC (permalink / raw
To: gentoo-commits
commit: 89ade2fae81f91344cc57f22ee96f2bbde865552
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 18 08:08:01 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Mar 18 08:54:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89ade2fa
dev-python/python-binary-memcached: update SRC_URI
Bug: https://bugs.gentoo.org/835533
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/python-binary-memcached/Manifest | 2 +-
.../python-binary-memcached/python-binary-memcached-0.31.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-binary-memcached/Manifest b/dev-python/python-binary-memcached/Manifest
index 6ef663d86..c53caf703 100644
--- a/dev-python/python-binary-memcached/Manifest
+++ b/dev-python/python-binary-memcached/Manifest
@@ -1 +1 @@
-DIST python-binary-memcached-0.31.1.tar.gz 95924 BLAKE2B 922b37766eee6c3242e782e3787c4b6afe404d784a684911e9381a1eb5c8e9447a4a2f9f0ad9debc2e1fccb6cd582db86bccd08951351928abc68c340411cd5d SHA512 8c57ad68470b7345e51ae1f3fea04cb2124978d7e09bd59b2887dc6388134447ea0941a090b7dac140db37c4a1d7304f0640640140dda0a8c2f758eec9712007
+DIST python-binary-memcached-0.31.1-gh.tar.gz 93809 BLAKE2B 6a7a6921a7ff24427ddb5443acf7a81c43a06baaadaead9caf50a8eb758d05d43430dd581e69d6dd4e83799e52e93949250cbf69309bb860857c63972ad0fc2c SHA512 3fbf0cbf05b42a5e28f01542ff0d190d138104cab97a5b05c17133f245fe37aad97b4daba31c203d854a4228fc9d49fd0306d93a45541a8cf7d173afc81c70ab
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 30b9bfefa..c355310f4 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
@@ -12,7 +12,7 @@ HOMEPAGE="
https://github.com/jaysonsantos/python-binary-memcached
https://pypi.org/project/python-binary-memcached/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/jaysonsantos/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}-gh.tar.gz"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-binary-memcached/
@ 2022-03-24 14:23 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2022-03-24 14:23 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: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
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] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-binary-memcached/
@ 2022-05-29 21:04 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2022-05-29 21:04 UTC (permalink / raw
To: gentoo-commits
commit: 015be6e75bfc283de0396afb50c8dd98862607d8
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun May 29 20:46:44 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun May 29 21:04:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=015be6e7
dev-python/python-binary-memcached: enable py3.10
Closes: https://bugs.gentoo.org/848288
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 aa6660f93..37802aa38 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
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-05-29 21:05 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-24 14:23 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-binary-memcached/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2022-05-29 21:04 Alessandro Barbieri
2022-03-18 8:54 Alessandro Barbieri
2022-03-17 13:57 Alessandro Barbieri
2022-03-15 1:26 Alessandro Barbieri
2022-03-11 3:34 Alessandro Barbieri
2021-09-26 18:37 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox