summaryrefslogtreecommitdiff
path: root/dev-python/pylru
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
commita90c84e720803f3d26c0ade8f1f1e405ca97502a (patch)
treef788ea0972d51c66823825021dd83427e1d466c4 /dev-python/pylru
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/pylru')
-rw-r--r--dev-python/pylru/Manifest2
-rw-r--r--dev-python/pylru/pylru-1.2.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pylru/Manifest b/dev-python/pylru/Manifest
index 47c9a4704798..8e2740dbde68 100644
--- a/dev-python/pylru/Manifest
+++ b/dev-python/pylru/Manifest
@@ -1,3 +1,3 @@
DIST pylru-1.2.1.tar.gz 16923 BLAKE2B fce05a78d9b503e8ec51ba76007aa16ba013099f56fed990027d3adb16155e01bfb30164d9cb248051eeef8c8cf00d9f76521a69207581c53837374e4a4fb903 SHA512 06549ec128d13e00cf95638775d962c3feb25450eb26dd5cbd1275350768a3de895049b438191a9968926f4de37624e7a8774edd58b6007c040bf75a4450d727
-EBUILD pylru-1.2.1.ebuild 492 BLAKE2B ed9ff954c2fe48ecefac5f99a148f121a411912f9cb7ac854d02d3fd830828ab160d4b373a557f43d48b5b8805bc4f5a2dcc033f0ac2ea9a9587cb3a2f33b222 SHA512 494d0c9496024368f608f494896eadc1c9f8121acf18bb82bdb529b5deb4f29a2c502df237217f5c63f7649c6f913a884382907c08ce5353c38f1fce6e344fce
+EBUILD pylru-1.2.1.ebuild 492 BLAKE2B 3d677e4b343880c87c402b2cd9e5703334dac9439f2f22baf3c2d21eaeed35ba4e616f86e0eb053c035219ee6f4be8ab42a88de34f2278ba2eccec5edb83c92f SHA512 c51f6cb74a0606299daf9bd128cf0048cec0b6f79275a4acdfb5605bb0da52840f405210a48d9b8431a88054680a98368f7a4f45186ce5440a9306a1282d9009
MISC metadata.xml 370 BLAKE2B e6a3684cb69f05e9385b65af56db4328c9c29686a936338e01faca1c2cffdb8a7c979e2639236b3008b158a0a26672a5d6d0d0f2c94d6ee4efe3d9f19a17e659 SHA512 f7d16184fe57f25e6fd32f62b5d6a8dd4a2f89ab911c8bdd8ee3aaca678a2d97425ee928031f9cfa7cbadb3472d659f4bde8c3b2cb2b0af0afbaa825a2ea2c5c
diff --git a/dev-python/pylru/pylru-1.2.1.ebuild b/dev-python/pylru/pylru-1.2.1.ebuild
index e50989ea11d5..32622a5e1d23 100644
--- a/dev-python/pylru/pylru-1.2.1.ebuild
+++ b/dev-python/pylru/pylru-1.2.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# 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_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="A least recently used (LRU) cache for Python"