From bb262580ec0b56a32797f121e627928d103e6bb1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 30 Dec 2023 23:46:05 +0000 Subject: gentoo auto-resync : 30:12:2023 - 23:46:05 --- dev-python/aiocache/Manifest | 3 -- dev-python/aiocache/aiocache-0.12.0.ebuild | 34 ---------------------- .../aiocache-0.12.0-fix-test-installation.patch | 12 -------- 3 files changed, 49 deletions(-) delete mode 100644 dev-python/aiocache/aiocache-0.12.0.ebuild delete mode 100644 dev-python/aiocache/files/aiocache-0.12.0-fix-test-installation.patch (limited to 'dev-python/aiocache') diff --git a/dev-python/aiocache/Manifest b/dev-python/aiocache/Manifest index 512344edc936..d7646d329637 100644 --- a/dev-python/aiocache/Manifest +++ b/dev-python/aiocache/Manifest @@ -1,6 +1,3 @@ -AUX aiocache-0.12.0-fix-test-installation.patch 477 BLAKE2B 1e6592046299ecdea9d7afa08d7018dfc80d3eebebe4ba4190cdda24dfeee84fd10a12ef6d153c958ad2e117f4f5907505117d602a9d3c4f65988f0b8e5cd9e6 SHA512 d03d38f77767afecc4d2d2ae3c65fb4f06db2341cffba12c78e02b472bad90b63c0a0cf451ef58627da1e89310e9e16b60d875330cbab4da80fe328d3b0eac6f -DIST aiocache-0.12.0.tar.gz 127002 BLAKE2B efb07ff146d777e99154c839d01665d35fbba410e1a1ca80d4c71f639e69abf43509d79398679027f0a94eb24cfdf933f5762418bd3f43dd441281cc1b1b5236 SHA512 8437c148cc2d40737c0352b0a2fa19636124b71bc03f206066e5c7b8910aa0f0bddfa40587d50a4acd86abd88e8db595a92e267d4b25234f20ccba94e5a63e7e DIST aiocache-0.12.2.tar.gz 131851 BLAKE2B a8467ec12321248f7673245c427567d2c8ef345a6a34694618fce0969e186de47097d64c3b94cbf047a281a1ed09889075862d9770f7787daaf9469f245b2493 SHA512 ce57e3fdbd428e8a8a94a45e5196e339d40f4fffa49851c3486b264e6344d72fe39407bd958a97baa7af06433c08a0e9d6a7ae44eff515dfc40012804ac876f2 -EBUILD aiocache-0.12.0.ebuild 680 BLAKE2B 66209b269d7ac9ed4ceba5ff63d4c1274c3e37cd2b5eb92a7f4cfb5c6e5b5bdd6168387a7ecf3c67ab0aaf7c052c28cded5f20150ea39a7e2a9874396e78367b SHA512 bd895d359ed9d385af738a890e9b5fbf856702ed989510c76f564623a10458c72643f53f1ce2b97644cdaf73907bbbf6fe0f2b7cdf842c4ab7253529ca7573c2 EBUILD aiocache-0.12.2.ebuild 1314 BLAKE2B ff265d6eb8f819fef2b17671b7a095c38f648104e5124b91f52f43be4155ce48075ac6ebcd4446f188259c9548f883f3415974f85e1160190cd45323b3b960d6 SHA512 281502145017e073b8b512e88714caf4af004b09fb2b3f6d78073cbc4e3ee5bee3f65d7449d742d0cb850277eef1b99cecbe9333c0ce3702f9407d129a5e9660 MISC metadata.xml 500 BLAKE2B f74a5803ae517ae0b4ed0a9d20093403c5366dead8cc2f77fe5655ffbb1022e4837aa7020bda5f6df75bced1a84adbbfdd2260310944c4874ef2862f261d7a27 SHA512 4d94698017e3953641cfd3687b2ba1bceffe25e47875aa34da0db5ce73a225aa3f58a72d33534d2e683162bc2cb5b74b2c2705b6a7956a3f76b918b6d1ad8923 diff --git a/dev-python/aiocache/aiocache-0.12.0.ebuild b/dev-python/aiocache/aiocache-0.12.0.ebuild deleted file mode 100644 index f9138d54e4ac..000000000000 --- a/dev-python/aiocache/aiocache-0.12.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Asyncio cache manager" -HOMEPAGE="https://github.com/aio-libs/aiocache/" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -# TODO add optional cache systems deps (and new package aiomcache) -# Tests require all backends -RESTRICT="test" - -BDEPEND=" - test? ( - dev-python/pytest-asyncio[${PYTHON_USEDEP}] - )" - -PATCHES=( "${FILESDIR}/${PN}-0.12.0-fix-test-installation.patch" ) - -distutils_enable_tests pytest - -python_test() { - epytest -o addopts= -} 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"], -- cgit v1.2.3