public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycurl-requests/
Date: Tue,  7 Nov 2023 16:15:44 +0000 (UTC)	[thread overview]
Message-ID: <1699373491.48c1325043f48bb87cb7106e7e92ebfc6c7cf226.mgorny@gentoo> (raw)

commit:     48c1325043f48bb87cb7106e7e92ebfc6c7cf226
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  7 16:11:31 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov  7 16:11:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48c13250

dev-python/pycurl-requests: Modernize, PEP 517, fix tests, py3.12

Closes: https://bugs.gentoo.org/888197
Closes: https://bugs.gentoo.org/909937
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 ...equests-0.5.0.ebuild => pycurl-requests-0.5.0-r1.ebuild} | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/dev-python/pycurl-requests/pycurl-requests-0.5.0.ebuild b/dev-python/pycurl-requests/pycurl-requests-0.5.0-r1.ebuild
similarity index 63%
rename from dev-python/pycurl-requests/pycurl-requests-0.5.0.ebuild
rename to dev-python/pycurl-requests/pycurl-requests-0.5.0-r1.ebuild
index db0030fba9d7..b300c7a49b12 100644
--- a/dev-python/pycurl-requests/pycurl-requests-0.5.0.ebuild
+++ b/dev-python/pycurl-requests/pycurl-requests-0.5.0-r1.ebuild
@@ -3,13 +3,18 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
 inherit distutils-r1
 
 DESCRIPTION="Requests-compatible interface for PycURL"
-HOMEPAGE="https://github.com/dcoles/pycurl-requests"
+HOMEPAGE="
+	https://github.com/dcoles/pycurl-requests/
+	https://pypi.org/project/pycurl-requests/
+"
 SRC_URI="
-	https://github.com/dcoles/${PN}/archive/v${PV}.tar.gz
+	https://github.com/dcoles/pycurl-requests/archive/v${PV}.tar.gz
 		-> ${P}.gh.tar.gz
 "
 
@@ -28,4 +33,6 @@ EPYTEST_DESELECT=(
 	# network-sandbox
 	pycurl_requests/tests/test_requests.py::test_get_connect_timeout
 	pycurl_requests/tests/test_requests.py::test_get_connect_timeout_urllib3
+	# TODO: different error?
+	pycurl_requests/tests/test_exceptions.py::test_connecterror_refused
 )


             reply	other threads:[~2023-11-07 16:15 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-07 16:15 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-23  5:55 [gentoo-commits] repo/gentoo:master commit in: dev-python/pycurl-requests/ Michał Górny
2025-05-27 16:12 Michał Górny
2024-07-07 16:17 Michał Górny
2023-11-23 18:55 Michał Górny
2023-11-07 16:15 Michał Górny
2022-11-14  4:44 Michał Górny
2022-10-10  8:18 Arthur Zamarin
2022-10-10  8:18 Arthur Zamarin
2021-07-02 21:02 Michał Górny
2021-07-02 21:02 Michał Górny
2021-03-26 20:59 Patrick McLean

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=1699373491.48c1325043f48bb87cb7106e7e92ebfc6c7cf226.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --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