From: "Kyle Elbert" <kcelbert@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/cloudflare/
Date: Wed, 16 Apr 2025 23:53:32 +0000 (UTC) [thread overview]
Message-ID: <1744847106.eba102ab2881b54324fcf6a1c80190208bb3b401.kcelbert@gentoo> (raw)
commit: eba102ab2881b54324fcf6a1c80190208bb3b401
Author: Kyle Elbert <kcelbert <AT> gmail <DOT> com>
AuthorDate: Wed Apr 16 23:45:06 2025 +0000
Commit: Kyle Elbert <kcelbert <AT> gmail <DOT> com>
CommitDate: Wed Apr 16 23:45:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eba102ab
dev-python/cloudflare: enable py3.13
Signed-off-by: Kyle Elbert <kcelbert <AT> gmail.com>
dev-python/cloudflare/cloudflare-2.19.4.ebuild | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/dev-python/cloudflare/cloudflare-2.19.4.ebuild b/dev-python/cloudflare/cloudflare-2.19.4.ebuild
index 93e223010..777204c3c 100644
--- a/dev-python/cloudflare/cloudflare-2.19.4.ebuild
+++ b/dev-python/cloudflare/cloudflare-2.19.4.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517="setuptools"
inherit distutils-r1
@@ -14,12 +14,12 @@ HOMEPAGE="https://pypi.org/project/cloudflare/"
SRC_URI="https://github.com/cloudflare/python-cloudflare/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/python-${P}"
LICENSE="MIT"
-SLOT="0"
+SLOT="2"
DEPEND="dev-python/jsonlines[${PYTHON_USEDEP}]"
RDEPEND="( ${DEPEND}
dev-python/requests[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}] )"
-PROPERTIES="test_network" #actually sends many test requests
+#PROPERTIES="test_network" #actually sends many test requests. currently has 2 failing tests that can't seem to be deselected
distutils_enable_tests pytest
KEYWORDS="~amd64 ~arm64"
RESTRICT="test mirror" #mirror restricted only because overlay
@@ -29,7 +29,7 @@ python_prepare_all() {
sed -i -e "s/'cli4', 'examples'/'cli4'/" \
-e "s#'CloudFlare/tests',##" \
setup.py || die
- sed -i -e "/def test_ips7_should_fail():/i@pytest.mark.xfail(reason='Now fails upstream')" \
+ sed -i \
-e "2s/^/import pytest/" \
CloudFlare/tests/test_cloudflare_calls.py || die
distutils-r1_python_prepare_all
@@ -65,6 +65,8 @@ python_test() {
'test_rulesets.py::test_zones_ruleset_post'
'test_rulesets.py::test_zones_rulesets_get_specific'
'test_rulesets.py::test_zones_ruleset_delete'
+ 'test_api_dump.py::test_api_from_openapi'
+ 'test_dns_records.py::test_dns_records_port_invalid'
)
epytest
}
next reply other threads:[~2025-04-16 23:53 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-16 23:53 Kyle Elbert [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-08 8:02 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/cloudflare/ Kyle Elbert
2025-07-08 8:02 Kyle Elbert
2025-05-22 9:35 Kyle Elbert
2025-04-16 23:53 Kyle Elbert
2025-04-16 23:53 Kyle Elbert
2025-03-18 6:40 Kyle Elbert
2025-01-21 6:05 Kyle Elbert
2025-01-21 6:05 Kyle Elbert
2024-11-28 8:16 Kyle Elbert
2024-11-27 10:12 Kyle Elbert
2024-07-17 6:30 Kyle Elbert
2024-06-26 12:59 Kyle Elbert
2024-06-26 10:56 Kyle Elbert
2024-06-26 10:29 Kyle Elbert
2024-06-25 18:44 Kyle Elbert
2024-06-25 0:41 Kyle Elbert
2024-06-25 0:41 Kyle Elbert
2024-06-19 6:20 Kyle Elbert
2024-06-19 5:07 Kyle Elbert
2024-04-30 0:20 Kyle Elbert
2024-04-09 20:39 Kyle Elbert
2024-04-07 22:25 Kyle Elbert
2024-04-06 10:13 Kyle Elbert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1744847106.eba102ab2881b54324fcf6a1c80190208bb3b401.kcelbert@gentoo \
--to=kcelbert@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox