diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-05-01 07:10:50 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-05-01 07:10:50 +0000 |
| commit | 706713a94f1df034ca3d007ff5919ca256311d8f (patch) | |
| tree | 6306ed2898fc8baa0a474b00975b5ebae1a3ab48 /dev-python/async-lru | |
| parent | 4ae305f4f8a7a8d004ff4470e38b93ee13c6540c (diff) | |
| download | baldeagleos-repo-706713a94f1df034ca3d007ff5919ca256311d8f.tar.gz baldeagleos-repo-706713a94f1df034ca3d007ff5919ca256311d8f.tar.xz baldeagleos-repo-706713a94f1df034ca3d007ff5919ca256311d8f.zip | |
Adding metadata
Diffstat (limited to 'dev-python/async-lru')
| -rw-r--r-- | dev-python/async-lru/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/async-lru/async-lru-2.2.0.ebuild | 27 |
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/async-lru/Manifest b/dev-python/async-lru/Manifest index 75f32fbfe9e8..6bb48d4a7f58 100644 --- a/dev-python/async-lru/Manifest +++ b/dev-python/async-lru/Manifest @@ -1,4 +1,2 @@ -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 DIST async_lru-2.3.0.tar.gz.provenance 9466 BLAKE2B c0c9b1fbdf7e0d18e99aa50c357f3c662cdec19f522c048ca5b79584f9208ce02c34ffa8bdaa08a5b1d7ee01945b6c8915ad8048267be07c8fbe7c125c3beec7 SHA512 083cc7aae1eb663e4795d2aed906f1f3599f32adecfa577165f7a5bd2a3b9819ce29838227e3255447fa82a9488502e26bb41d533ab4e505744ded390e0efdb9 diff --git a/dev-python/async-lru/async-lru-2.2.0.ebuild b/dev-python/async-lru/async-lru-2.2.0.ebuild deleted file mode 100644 index 51805b3fc858..000000000000 --- a/dev-python/async-lru/async-lru-2.2.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2021-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_VERIFY_REPO=https://github.com/aio-libs/async-lru -PYTHON_COMPAT=( python3_{10..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Simple lru_cache for asyncio" -HOMEPAGE=" - https://github.com/aio-libs/async-lru/ - https://pypi.org/project/async-lru/ -" - -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= -} |
