summaryrefslogtreecommitdiff
path: root/dev-python/pyinotify
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/pyinotify
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/pyinotify')
-rw-r--r--dev-python/pyinotify/Manifest2
-rw-r--r--dev-python/pyinotify/pyinotify-0.9.6-r1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pyinotify/Manifest b/dev-python/pyinotify/Manifest
index cea6c887c8c4..a4589af5ace5 100644
--- a/dev-python/pyinotify/Manifest
+++ b/dev-python/pyinotify/Manifest
@@ -1,3 +1,3 @@
DIST pyinotify-0.9.6.tar.gz 60998 BLAKE2B 7fb55cfe5b2c02682b5842d95859a58f218ab591a4eee689b707e804c6fe8cde4cc1fb3dfbf54a044ff743deefa0ee5551bc6e27ca4dda1c608218a6c24597b2 SHA512 b52de43293b06b32236e90b7c33fac061f3095cd7d4aecec89a099d56020db1a85440ab9dcc8b521238c001fc49a1f37d1b16d621bc1acab4d7273aebcaadbc5
-EBUILD pyinotify-0.9.6-r1.ebuild 767 BLAKE2B f4794fbc8f37c8f8742cb8f38e0e41e4699aea781a55e3ec023d1946c3e7a1c3f7d38fa47f7d73f2c517b1d609fe8ac125713c64d14e8679c5f9b5af8e35579c SHA512 49b62837f95eb03c69950a419dbf5facdb6541be7fd238ff1fed302d0ff7b12169793e0777d773167b7f3034231f264e5c6b0328a537d08bb48c65525e704c18
+EBUILD pyinotify-0.9.6-r1.ebuild 767 BLAKE2B 791b3e543146c7cd146bf51bf9baa64f559bdb8e4575ba6eb90adff570e9bdb1f44b59d5390a26ca50d153bee59a52168965ec925b807d6fd326b1fa917bbae7 SHA512 59045344e29d0df2d4bda977aba07f75f200ab148e5f7ca4994c13d0d0f33f17fa54d716abdc5a4fc3ea7fa3a39fb1ac3b32408badc018aff3910dc38034c884
MISC metadata.xml 392 BLAKE2B 2a93eeba71631eaa13849f4a378cd7e8ddaba38e1e22c8b7baea9e8c81f0e922cde667a9088590b88b0c374f9aad8251bf8f8f2076c3bf4611c1927e941d6987 SHA512 0efd77ede60fbd00ed4b452455fe7bef88e53ddecb5eef808474251f0cd87c8c87749a6f260f76c5dadb2e4d913109602707857a403925b6b20e26f56dfdc9b3
diff --git a/dev-python/pyinotify/pyinotify-0.9.6-r1.ebuild b/dev-python/pyinotify/pyinotify-0.9.6-r1.ebuild
index c7921139ed28..261ba1a9da0c 100644
--- a/dev-python/pyinotify/pyinotify-0.9.6-r1.ebuild
+++ b/dev-python/pyinotify/pyinotify-0.9.6-r1.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} pypy3 )
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1