summaryrefslogtreecommitdiff
path: root/dev-python/async-lru
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-07 19:13:18 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-07 19:13:18 +0000
commit63cc2c766bddbc62e012b702853544b13e1d9612 (patch)
treed1a813acde1218348da28db4415bf9bb9cd81705 /dev-python/async-lru
parentbd8f31291641f6114c228c3d0381a13a04169e93 (diff)
downloadbaldeagleos-repo-63cc2c766bddbc62e012b702853544b13e1d9612.tar.gz
baldeagleos-repo-63cc2c766bddbc62e012b702853544b13e1d9612.tar.xz
baldeagleos-repo-63cc2c766bddbc62e012b702853544b13e1d9612.zip
Adding metadata
Diffstat (limited to 'dev-python/async-lru')
-rw-r--r--dev-python/async-lru/Manifest1
-rw-r--r--dev-python/async-lru/async-lru-2.1.0.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/async-lru/Manifest b/dev-python/async-lru/Manifest
index a1f67718a91f..75f32fbfe9e8 100644
--- a/dev-python/async-lru/Manifest
+++ b/dev-python/async-lru/Manifest
@@ -1,4 +1,3 @@
-DIST async-lru-2.1.0.gh.tar.gz 17092 BLAKE2B 17f1123eaef2f6eee2ac67f7a8e38d4521cea09a9e01c0f815cfebeda242649ded3d75137278a9fbcae236c7f902cf48ac733f0ee240734cf6b4a9f1ee44302b SHA512 92b740c7c3c179ed86b0457c962aa75a32b587688efb264f43c90341f390996ca2c99243a1079c961f5f7867e216f33b5a35a5fb20674b89db8c971df43e22a0
DIST async_lru-2.2.0.tar.gz 14654 BLAKE2B c3e8f4849dc352038f848f5b1a2a62f72ff6b2945771870ff84f798b861c31ab069e85973163a069439844d64f74a9ea4a77f3e14dd86666fded17c259f16f52 SHA512 f0fa279457918881768076379c276283983be20a18437a0d5b570c14e55f37f2a18f102e072e74f8a5c39cf2380bd81e9daa14b358ff257f875e2fee2aee6e57
DIST async_lru-2.2.0.tar.gz.provenance 9352 BLAKE2B 5010a7a0c934d355f66e54e970850d889caa985d0fb0d93bfa66ca873f846f7d5287b1a540111c649b9bbae150458759ad41bacf9034e91810d4d59789715e68 SHA512 4211a6836709e4e509cf4044d9ba2e7067fbc6cffa7c60da10859dca3881c7fede349a17bb288c6f69b5b04c21e5072566a4f29155dbee9a6497a7f361223b01
DIST async_lru-2.3.0.tar.gz 16332 BLAKE2B ce1e1bc9f60e9f5b43b1491eb9323f50f161011d453e814a2bc1f177737dd0628a7dfc65b42b52ef3e76f3815f420bed2392923b5de5a4fd1978f41d473bc7f9 SHA512 5e093c1d0c498a9b75841f1a8a253a50095a6c5658854293b207a8097862de943833e8e8bc7ed04f5afd11ab4b0e6f0d435a1dcfc68b1f364ffb5d113a61bc1f
diff --git a/dev-python/async-lru/async-lru-2.1.0.ebuild b/dev-python/async-lru/async-lru-2.1.0.ebuild
deleted file mode 100644
index abc5d606d605..000000000000
--- a/dev-python/async-lru/async-lru-2.1.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2021-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..14} )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple lru_cache for asyncio"
-HOMEPAGE="
- https://github.com/aio-libs/async-lru/
- https://pypi.org/project/async-lru/
-"
-SRC_URI="
- https://github.com/aio-libs/async-lru/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-EPYTEST_PLUGINS=( pytest-asyncio )
-distutils_enable_tests pytest
-
-python_test() {
- epytest -o addopts=
-}