summaryrefslogtreecommitdiff
path: root/dev-python/cffi
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/cffi')
-rw-r--r--dev-python/cffi/Manifest2
-rw-r--r--dev-python/cffi/cffi-1.15.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/cffi/Manifest b/dev-python/cffi/Manifest
index a44b350f7137..f69d0a7f89b7 100644
--- a/dev-python/cffi/Manifest
+++ b/dev-python/cffi/Manifest
@@ -1,4 +1,4 @@
AUX cffi-1.14.0-darwin-no-brew.patch 568 BLAKE2B 43afdb086a0385e913f287bc5c1534df1b881058cf7efdfdecd9df063c27ebd26683edad43e3010e1c01d9d93c5d98785ffbe65a5e3317d96ebb6a3132aecdab SHA512 75335871b8f98223e0247defc3d08f1c10ebed58c79790826c4e39057e6757b8bdc07e2773ad25482ed17c13480b3e72b3667e48697a456ed0cc4a39e7d91b79
DIST cffi-1.15.1.tar.gz 508501 BLAKE2B accc317385d9af7dbed3397afde63fbab63bfc935376d951802055c63796863ed102a940f192789924480b9b16751c8cf3d21caf9b262c479c61ffc977aac83c SHA512 e99cafcb029076abc29e435b490fa0573ee2856f4051b7ca8a5b38cd125d56dd9dae8b189f59ceb3d728a675da8ee83239e09e19f8b0feeddea4b186ab5173a5
-EBUILD cffi-1.15.1.ebuild 1568 BLAKE2B 325e354ccb60e9381dadbb7a6d985790f220b2a1543e0b87e514e0f92ec5249b7e4fd9244c5b76bf8c3c4b25abe9d4fe5d746aed2daa34781fceda25548da431 SHA512 db056e83325360cb5d320383feb99fd40669d939542fd7db53c4c96aba214ad53303a09b1e1f062e6a47953fa6b923b6bcf29d575b7d5745ce114a7888cb3500
+EBUILD cffi-1.15.1.ebuild 1568 BLAKE2B 22fe328656c55c5039f7e91847e3cc383850c9a9a2ad6e7ccf12d05e9318c150b2e64f9bf5b7cdb268b9430934702fd7184367bc51ae95119155e88481416723 SHA512 262946d11ef695b82084e6642e47bb227a19837222ade8322e3b5f8d0b7720b6329329fc5109483ba26e68caf152e9294c8246717760b04a0fcd28524550068b
MISC metadata.xml 318 BLAKE2B f914459fac4ae3d8ac9273fb721c52494513b932676f570f02cc4cfb2283705d8cfc761806ffed23c6f31c95a967398edee01c1536547c1830def5ca4144c003 SHA512 ec451f8c535f0d01dc7bcd248c002745947982cd469a02ac247d0d34f4d7a33374fa10c28d8f074932f0548dc500c3270b499dd08b18acbb9d308777bcc7e4f0
diff --git a/dev-python/cffi/cffi-1.15.1.ebuild b/dev-python/cffi/cffi-1.15.1.ebuild
index 8d26175f59b9..991b7f56bec3 100644
--- a/dev-python/cffi/cffi-1.15.1.ebuild
+++ b/dev-python/cffi/cffi-1.15.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
@@ -7,7 +7,7 @@ EAPI=7
DISTUTILS_USE_PEP517=setuptools
# DO NOT ADD pypy to PYTHON_COMPAT
# pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1 toolchain-funcs