* [gentoo-commits] repo/proj/guru:dev commit in: profiles/, dev-python/pymemcache/files/, dev-python/pymemcache/
@ 2025-03-25 14:59 Anna Vyalkova
0 siblings, 0 replies; only message in thread
From: Anna Vyalkova @ 2025-03-25 14:59 UTC (permalink / raw
To: gentoo-commits
commit: 901a4fb4b2a5924c2c3d9bb00687c37078f3093b
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Mar 25 13:27:45 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Mar 25 13:27:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=901a4fb4
dev-python/pymemcache: treeclean
Closes: https://bugs.gentoo.org/928259 (pkgremoved)
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/pymemcache/Manifest | 1 -
.../files/pymemcache-3.5.1-no-coverage.patch | 10 -----
dev-python/pymemcache/metadata.xml | 21 ----------
dev-python/pymemcache/pymemcache-4.0.0.ebuild | 49 ----------------------
profiles/package.mask | 6 ---
5 files changed, 87 deletions(-)
diff --git a/dev-python/pymemcache/Manifest b/dev-python/pymemcache/Manifest
deleted file mode 100644
index d64f511c7..000000000
--- a/dev-python/pymemcache/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pymemcache-4.0.0.tar.gz 70176 BLAKE2B 23f8486138e7e4afa18c0b311887dac5220466df11c476018d34f14a34331c35881bd5c26c58a3214f5d40e9bb639be69a6dfcccd5d6200b9fe81f9aef3f3654 SHA512 1a19d887559630e5b991430b8206c2698909e0d6b234df0380f9da5647574560b0fdd98396959cb96670030a61f7d56fea4ecf3272b5c394fc8c31eb2144e1a3
diff --git a/dev-python/pymemcache/files/pymemcache-3.5.1-no-coverage.patch b/dev-python/pymemcache/files/pymemcache-3.5.1-no-coverage.patch
deleted file mode 100644
index a66193c2e..000000000
--- a/dev-python/pymemcache/files/pymemcache-3.5.1-no-coverage.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/setup.cfg
-+++ b/setup.cfg
-@@ -40,7 +40,6 @@
- --tb=short
- --capture=no
- -rfEsxX
-- --cov=pymemcache --cov-config=setup.cfg --cov-report=xml --cov-report=term-missing
- -m unit
- markers =
- unit
diff --git a/dev-python/pymemcache/metadata.xml b/dev-python/pymemcache/metadata.xml
deleted file mode 100644
index 72251d569..000000000
--- a/dev-python/pymemcache/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
-A comprehensive, fast, pure-Python memcached client.
-
-pymemcache supports the following features:
-
-Complete implementation of the memcached text protocol.
-Connections using UNIX sockets, or TCP over IPv4 or IPv6.
-Configurable timeouts for socket connect and send/recv calls.
-Access to the "noreply" flag, which can significantly increase the speed of writes.
-Flexible, modular and simple approach to serialization and deserialization.
-The (optional) ability to treat network and memcached errors as cache misses.
- </longdescription>
- <upstream>
- <remote-id type="github">pinterest/pymemcache</remote-id>
- <remote-id type="pypi">pymemcache</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pymemcache/pymemcache-4.0.0.ebuild b/dev-python/pymemcache/pymemcache-4.0.0.ebuild
deleted file mode 100644
index 968915ba1..000000000
--- a/dev-python/pymemcache/pymemcache-4.0.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..12} )
-DISTUTILS_USE_PEP517=setuptools
-inherit databases distutils-r1 pypi
-
-DESCRIPTION="A comprehensive, fast, pure-Python memcached client"
-HOMEPAGE="
- https://github.com/pinterest/pymemcache
- https://pypi.org/project/pymemcache/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="
- test? (
- ${DATABASES_DEPEND[memcached]}
- dev-python/faker[${PYTHON_USEDEP}]
- dev-python/zstd[${PYTHON_USEDEP}]
- )
-"
-
-DOCS=( {ChangeLog,README}.rst )
-
-EPYTEST_IGNORE=(
- # useless
- pymemcache/test/test_benchmark.py
-)
-
-distutils_enable_tests pytest
-
-#distutils_enable_sphinx docs \
-# dev-python/sphinxcontrib-apidoc \
-# dev-python/sphinx-rtd-theme
-
-src_test() {
- ememcached --start 11221
- distutils-r1_src_test
- ememcached --stop
-}
-
-python_test() {
- epytest --override-ini="addopts=" --port 11221 pymemcache/test
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index e9cb36e08..f3f5e5c10 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -148,12 +148,6 @@ dev-python/aiomysql
# Removal on 2025-04-05.
dev-util/bump2version
-# Takuya Wakazono <pastalian46@gmail.com> (2025-02-24)
-# No reverse dependencies left. (The last one was removed in e17a1e7.)
-# One of its test dependencies, dev-python/zstd, is being removed.
-# Removal on 2025-03-24. Bug #928259.
-dev-python/pymemcache
-
# Julien Roy <julien@jroy.ca> (2024-03-21)
# sys-libs/libucontext is masked in ::gentoo
sys-libs/gcompat
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-03-25 14:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-25 14:59 [gentoo-commits] repo/proj/guru:dev commit in: profiles/, dev-python/pymemcache/files/, dev-python/pymemcache/ Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox