]> git.bzium.org - embe/overlay.git/commitdiff
dev-python/cloudflare: bump to 2.11.6
authorMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Wed, 24 May 2023 09:26:16 +0000 (11:26 +0200)
committerMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Wed, 24 May 2023 09:26:16 +0000 (11:26 +0200)
dev-python/cloudflare/Manifest
dev-python/cloudflare/cloudflare-2.11.6.ebuild

index 3b398cbd766d19a484cdd0197f53aa74c801ac0f..1018e36d2b72acdcb0a15dc2010ba5c3c6ffc6cc 100644 (file)
@@ -1 +1 @@
-DIST python-cloudflare-2.8.15.tar.gz 82498 BLAKE2B f10f44fc31150b90844cb93f5ebb328aeaae7e500706bbae02037ae97467bb4246c9e8cc8b4a32af5097181ef7554561c39a099701bd244cd50e4722a4e5efa8 SHA512 6553ce6b4f2c31b4cfc603b821853f486ec682b8bea0c3a3ada8ad7ac0d64a7ab74a4c95ddee09ea977eb9c94169dc41def2cdd335e8d47be40ff5dae55301f3
+DIST python-cloudflare-2.11.6.tar.gz 88541 BLAKE2B 1ce95410be8e3fa303a1ebf269a62dce7f241260b67196f5aef3b584ec0d9f8ed5581e863b2e9d8380ab1b7db55bea411962971929a9bdaa7451bcd09b50106b SHA512 1808dcec69ba580d11ec09f7bedb67b88aa7be72def4e35f398b0bc2038105046a05f51652ce017fe5b49590db7cd7d6128cd71fc25812effb29a487f4d5630c
index 5d44492be0a8c8fc43f83316ec153ca2e69e6c62..641b2ced00fda6f75be9b9d4b60b15c575868070 100644 (file)
@@ -1,10 +1,10 @@
 # Copyright 2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 
 MY_PN="python-${PN}"