* [gentoo-commits] repo/proj/guru:dev commit in: profiles/, dev-python/python-binary-memcached/
@ 2022-08-11 13:56 Andrew Ammerlaan
2022-08-11 13:56 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Ammerlaan @ 2022-08-11 13:56 UTC (permalink / raw
To: gentoo-commits
commit: 9307d05a62bf4396a49f08be3045c276956b0cf8
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 13:56:45 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 13:56:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9307d05a
dev-python/python-binary-memcached: treeclean
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/python-binary-memcached/Manifest | 1 -
dev-python/python-binary-memcached/metadata.xml | 16 --------
.../python-binary-memcached-0.31.1.ebuild | 46 ----------------------
profiles/package.mask | 5 ---
4 files changed, 68 deletions(-)
diff --git a/dev-python/python-binary-memcached/Manifest b/dev-python/python-binary-memcached/Manifest
deleted file mode 100644
index c53caf703..000000000
--- a/dev-python/python-binary-memcached/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-binary-memcached-0.31.1-gh.tar.gz 93809 BLAKE2B 6a7a6921a7ff24427ddb5443acf7a81c43a06baaadaead9caf50a8eb758d05d43430dd581e69d6dd4e83799e52e93949250cbf69309bb860857c63972ad0fc2c SHA512 3fbf0cbf05b42a5e28f01542ff0d190d138104cab97a5b05c17133f245fe37aad97b4daba31c203d854a4228fc9d49fd0306d93a45541a8cf7d173afc81c70ab
diff --git a/dev-python/python-binary-memcached/metadata.xml b/dev-python/python-binary-memcached/metadata.xml
deleted file mode 100644
index 399b6e337..000000000
--- a/dev-python/python-binary-memcached/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?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.31.1.ebuild b/dev-python/python-binary-memcached/python-binary-memcached-0.31.1.ebuild
deleted file mode 100644
index 37802aa38..000000000
--- a/dev-python/python-binary-memcached/python-binary-memcached-0.31.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-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="https://github.com/jaysonsantos/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}-gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-python/six[${PYTHON_USEDEP}]
- dev-python/uhashring[${PYTHON_USEDEP}]
-"
-DEPEND="
- ${RDEPEND}
- >=dev-python/m2r-0.2.1[${PYTHON_USEDEP}]
- test? ( net-misc/memcached )
-"
-BDEPEND="
- test? (
- 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}]
- )
-"
-
-RESTRICT="test" # tests require a running memcached
-
-distutils_enable_tests pytest
-
-src_prepare() {
- rm README.rst || die
- default
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 5629afab9..888f81dfd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -48,11 +48,6 @@ app-emulation/dxvk-bin
app-editors/imhex
dev-vcs/mergestat
-# Alessandro Barbieri <lssndrbarbieri@gmail.com> (2022-06-26)
-# depends on non-existent dev-python/m2r
-# https://github.com/jaysonsantos/python-binary-memcached/issues/249
-dev-python/python-binary-memcached
-
# Christopher Byrne <salah.coronya@gmail.com> (2022-04-15)
# Depends on masked dev-libs/openssl-3.0.*
app-crypt/tpm2-openssl
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: profiles/, dev-python/python-binary-memcached/
2022-08-11 13:56 [gentoo-commits] repo/proj/guru:dev commit in: profiles/, dev-python/python-binary-memcached/ Andrew Ammerlaan
@ 2022-08-11 13:56 ` Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2022-08-11 13:56 UTC (permalink / raw
To: gentoo-commits
commit: 9307d05a62bf4396a49f08be3045c276956b0cf8
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 13:56:45 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 13:56:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9307d05a
dev-python/python-binary-memcached: treeclean
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/python-binary-memcached/Manifest | 1 -
dev-python/python-binary-memcached/metadata.xml | 16 --------
.../python-binary-memcached-0.31.1.ebuild | 46 ----------------------
profiles/package.mask | 5 ---
4 files changed, 68 deletions(-)
diff --git a/dev-python/python-binary-memcached/Manifest b/dev-python/python-binary-memcached/Manifest
deleted file mode 100644
index c53caf703..000000000
--- a/dev-python/python-binary-memcached/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-binary-memcached-0.31.1-gh.tar.gz 93809 BLAKE2B 6a7a6921a7ff24427ddb5443acf7a81c43a06baaadaead9caf50a8eb758d05d43430dd581e69d6dd4e83799e52e93949250cbf69309bb860857c63972ad0fc2c SHA512 3fbf0cbf05b42a5e28f01542ff0d190d138104cab97a5b05c17133f245fe37aad97b4daba31c203d854a4228fc9d49fd0306d93a45541a8cf7d173afc81c70ab
diff --git a/dev-python/python-binary-memcached/metadata.xml b/dev-python/python-binary-memcached/metadata.xml
deleted file mode 100644
index 399b6e337..000000000
--- a/dev-python/python-binary-memcached/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?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.31.1.ebuild b/dev-python/python-binary-memcached/python-binary-memcached-0.31.1.ebuild
deleted file mode 100644
index 37802aa38..000000000
--- a/dev-python/python-binary-memcached/python-binary-memcached-0.31.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-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="https://github.com/jaysonsantos/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}-gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-python/six[${PYTHON_USEDEP}]
- dev-python/uhashring[${PYTHON_USEDEP}]
-"
-DEPEND="
- ${RDEPEND}
- >=dev-python/m2r-0.2.1[${PYTHON_USEDEP}]
- test? ( net-misc/memcached )
-"
-BDEPEND="
- test? (
- 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}]
- )
-"
-
-RESTRICT="test" # tests require a running memcached
-
-distutils_enable_tests pytest
-
-src_prepare() {
- rm README.rst || die
- default
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 5629afab9..888f81dfd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -48,11 +48,6 @@ app-emulation/dxvk-bin
app-editors/imhex
dev-vcs/mergestat
-# Alessandro Barbieri <lssndrbarbieri@gmail.com> (2022-06-26)
-# depends on non-existent dev-python/m2r
-# https://github.com/jaysonsantos/python-binary-memcached/issues/249
-dev-python/python-binary-memcached
-
# Christopher Byrne <salah.coronya@gmail.com> (2022-04-15)
# Depends on masked dev-libs/openssl-3.0.*
app-crypt/tpm2-openssl
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-11 13:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-11 13:56 [gentoo-commits] repo/proj/guru:dev commit in: profiles/, dev-python/python-binary-memcached/ Andrew Ammerlaan
2022-08-11 13:56 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox