dev-python/repoze-lru: Bump to 0.8

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-05-18 05:48:33 +02:00
parent f44fe0472d
commit e7828e32fd
2 changed files with 29 additions and 0 deletions

View File

@@ -1 +1,3 @@
DIST repoze-lru-0.7.gh.tar.gz 19489 BLAKE2B b0a33dab1fd69962f04e9c088b005a2a6d456ec8dd17f628b7077b51841bef5e9503034959c8b89e84bf5c471d9366d467ee6b7a610508c4b098775532628fc2 SHA512 52e7ab83979d34a4f0c97e62600e64bf430ed0311120fe948f6b407b7713446d5e954c54f811b85ade74eebf2a4d54653c12c38d07bdac51c456aea86334468f
DIST repoze_lru-0.8.tar.gz 22169 BLAKE2B 657e95a09ec613d7d48716cb53c45c3b36e6874a34df50ebec8302537325fdf5c91fb8ba64b6f916a3fdd9fd5074ce5ffbb7e5a40eb2857a3187bf90c41b47c8 SHA512 6c958af8dc885971d8a6f13cccf13d0f0fa5e2d0dd9eda82bb89c736d3ea47676bb29d4d9aa44e489bee622f56780b0fdffb24f26afe862c5d98442643d4b46c
DIST repoze_lru-0.8.tar.gz.provenance 9453 BLAKE2B 7d93aa136d2a9c8da7d766cd524177febe717b67676fff2f6c2a63e390ecf4f8bf9c6f2a475fb578d9969162e2cfe3b8079ad96065578c51e6f3c41eb87cdeb7 SHA512 9628d8c96fa8c0a050d6d1109fad4edffc469953a829d4770c08d00f67c09b02d0f2c0d13a76a6e6792dc2067d20738c4fb853a444120f024f3f0fc5a995beb0

View File

@@ -0,0 +1,27 @@
# Copyright 1999-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/repoze/repoze.lru
PYTHON_COMPAT=( python3_{11..15} pypy3_11 )
inherit distutils-r1 pypi
DESCRIPTION="A tiny LRU cache implementation and decorator"
HOMEPAGE="
https://github.com/repoze/repoze.lru/
https://pypi.org/project/repoze.lru/
"
LICENSE="repoze"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
python_test() {
epytest -o addopts=
}