summaryrefslogtreecommitdiff
path: root/dev-python/aiocache/files
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-12-30 19:25:23 +0100
committerMichał Górny <mgorny@gentoo.org>2023-12-30 19:26:24 +0100
commit32ff6fed98988d0bbcb5cc0af7d1f7cd5fd21a40 (patch)
tree23e8738db1823455726d083d3b5a32fa33ca991c /dev-python/aiocache/files
parentf880eb6f7bce242fb145927147586a35e2851bbd (diff)
downloadgentoo-32ff6fed98988d0bbcb5cc0af7d1f7cd5fd21a40.tar.gz
gentoo-32ff6fed98988d0bbcb5cc0af7d1f7cd5fd21a40.tar.bz2
gentoo-32ff6fed98988d0bbcb5cc0af7d1f7cd5fd21a40.zip
dev-python/aiocache: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/aiocache/files')
-rw-r--r--dev-python/aiocache/files/aiocache-0.12.0-fix-test-installation.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/aiocache/files/aiocache-0.12.0-fix-test-installation.patch b/dev-python/aiocache/files/aiocache-0.12.0-fix-test-installation.patch
deleted file mode 100644
index a64f618931ed..000000000000
--- a/dev-python/aiocache/files/aiocache-0.12.0-fix-test-installation.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur aiocache-0.12.0.orig/setup.py aiocache-0.12.0/setup.py
---- aiocache-0.12.0.orig/setup.py 2023-01-13 21:54:07.000000000 +0100
-+++ aiocache-0.12.0/setup.py 2023-02-09 22:45:48.004077571 +0100
-@@ -29,7 +29,7 @@
- "Programming Language :: Python :: 3.11",
- "Framework :: AsyncIO",
- ],
-- packages=find_packages(),
-+ packages=find_packages(exclude=['tests*']),
- install_requires=None,
- extras_require={
- "redis": ["redis>=4.2.0"],