From f6b25b85947e0ac4bdcbdbfdb6a1655b6c388815 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 22 Aug 2021 21:28:39 +0200 Subject: [PATCH] python3-aiohttp-cors2: remove package * not used by any other packages * depends on aiohttp v2 and there python3-aiohttp-cors which uses aiohttp v3 --- srcpkgs/python3-aiohttp-cors2/template | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 srcpkgs/python3-aiohttp-cors2/template diff --git a/srcpkgs/python3-aiohttp-cors2/template b/srcpkgs/python3-aiohttp-cors2/template deleted file mode 100644 index 2bb6e5523e..0000000000 --- a/srcpkgs/python3-aiohttp-cors2/template +++ /dev/null @@ -1,17 +0,0 @@ -# Template file for 'python3-aiohttp-cors2' -pkgname=python3-aiohttp-cors2 -version=0.7.0 -revision=3 -wrksrc="aiohttp-cors-${version}" -build_style=python3-module -pycompile_module="aiohttp_cors" -hostmakedepends="python3-setuptools" -depends="python3-aiohttp2" -short_desc="Cross Origin Resource Sharing (CORS) support for aiohttp" -maintainer="Michael Aldridge " -license="Apache-2.0" -homepage="https://github.com/aio-libs/aiohttp-cors" -distfiles="https://github.com/aio-libs/aiohttp-cors/archive/v${version}.tar.gz" -checksum=a710a07c3d8e8c2dcb3a3f992c671a058e2058652ed041b5201016978a5527aa -conflicts=python3-aiohttp-cors -replaces="python3-aiohttp-cors>=0"