summaryrefslogtreecommitdiff
path: root/dev-python/wrapt
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/wrapt
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/wrapt')
-rw-r--r--dev-python/wrapt/Manifest2
-rw-r--r--dev-python/wrapt/wrapt-1.14.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/wrapt/Manifest b/dev-python/wrapt/Manifest
index c1a392ae4e46..2427c9c7b7db 100644
--- a/dev-python/wrapt/Manifest
+++ b/dev-python/wrapt/Manifest
@@ -1,3 +1,3 @@
DIST wrapt-1.14.1.gh.tar.gz 133767 BLAKE2B 407a9531f581b034be7fe4392dcbf94803aa9c3a82d7c392750dfef62a5cbb84582e292819bf749356fad2b6e98cc89777df0f3b0f4ca70422e75b72ad256711 SHA512 c67e99eb29afeefb2512fb545cd180b8e96f69235d6281edebe62ea5e411188a904a7e683afdda2d6a86cf8b7fd74f79a3c3bec04e19a7c5ef347729bb43f94c
-EBUILD wrapt-1.14.1.ebuild 793 BLAKE2B f8f224d9427dadefe475ae11d636496f14ef3bf87c211c20c0f82cf8365e4460b2ec7935acfeb1ce2bfe044fd7f2cd03de7592f0a52831300077edd3c1bb5cb3 SHA512 d5c811459ff88b8ef309e29b6dcd571a88ee12b3f54ddde5c34de28692a4944dd7557de0a8df17e0744777b8043da046ea15d63a6270cbf32229f4c15949c581
+EBUILD wrapt-1.14.1.ebuild 793 BLAKE2B 018e24d9de5998a367eaf563bf0dd6c6841820a320775f6fdb827fa24f953c34866953cfc82a7fcadffab18e7f6bc162be37126bde4a0d924f8d5015e472068b SHA512 3c2c3e82218b479057b6c110e01036f03b8f75f55e2eaabd8961b054b6952ee29ced2a9fcdbd9b648baf4523c00c7832276e78d9b91c85176b23e76f43d19ea5
MISC metadata.xml 370 BLAKE2B 251d8c90cd2a0a1b9fbc714b624c7113e9791f268130211160655f4e4e32aadaddaf98a95bb6d9fff5a5df128da9d551b1281a28e4bd7fa6e3c9db7d35b10829 SHA512 31b369317f4a44d593d9fb72bcb9fcb792809323862866da7c3464ca2282e29a65cd353909c05782b85b162cff363b0ad8ea4750d89c942d442034b9a6eb7dba
diff --git a/dev-python/wrapt/wrapt-1.14.1.ebuild b/dev-python/wrapt/wrapt-1.14.1.ebuild
index 8672a2eb2d30..f1d6a0d112fa 100644
--- a/dev-python/wrapt/wrapt-1.14.1.ebuild
+++ b/dev-python/wrapt/wrapt-1.14.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} pypy3 )
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
inherit distutils-r1