public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/txrequests/
Date: Fri, 27 Jan 2023 16:05:48 +0000 (UTC)	[thread overview]
Message-ID: <1674835057.77e83c646a626e079ccd19be0af7919f9e1b9c71.arthurzam@gentoo> (raw)

commit:     77e83c646a626e079ccd19be0af7919f9e1b9c71
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 27 15:57:37 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 27 15:57:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e83c64

dev-python/txrequests: Use PEP517

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/txrequests/txrequests-0.9.6-r1.ebuild | 29 ++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/dev-python/txrequests/txrequests-0.9.6-r1.ebuild b/dev-python/txrequests/txrequests-0.9.6-r1.ebuild
new file mode 100644
index 000000000000..702041359e4e
--- /dev/null
+++ b/dev-python/txrequests/txrequests-0.9.6-r1.ebuild
@@ -0,0 +1,29 @@
+# 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_{9..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Asynchronous Python HTTP for Humans"
+HOMEPAGE="https://github.com/tardyp/txrequests"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=dev-python/requests-1.2.0[${PYTHON_USEDEP}]
+	dev-python/twisted[${PYTHON_USEDEP}]
+"
+BDEPEND="test? ( ${RDEPEND} )"
+
+python_test() {
+	"${EPYTHON}" -m twisted.trial txrequests || die "Tests failed with ${EPYTHON}"
+}


             reply	other threads:[~2023-01-27 16:05 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-27 16:05 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-28  8:13 [gentoo-commits] repo/gentoo:master commit in: dev-python/txrequests/ Petr Vaněk
2024-03-14 19:19 Sam James
2024-02-14 16:24 Michał Górny
2024-02-14 16:24 Michał Górny
2023-05-31  9:59 Michał Górny
2023-03-16  4:13 Michał Górny
2023-01-27 20:10 Michał Górny
2023-01-27 16:05 Arthur Zamarin
2022-03-14 10:32 Yixun Lan
2021-09-18  5:38 Arthur Zamarin
2021-09-18  5:38 Arthur Zamarin
2021-04-27 22:54 Sam James
2021-03-28 22:16 Brian Dolbec
2021-02-13 21:27 Brian Dolbec
2020-05-08 23:10 Brian Dolbec
2020-05-08 20:34 Brian Dolbec
2020-04-26 15:51 Michał Górny
2020-02-06  6:38 Michał Górny
2017-05-16  2:10 Brian Dolbec
2017-05-02 11:58 Michał Górny
2016-10-28  1:27 Brian Dolbec
2016-10-22  1:26 Brian Dolbec
2016-10-12 22:07 Brian Dolbec
2016-08-09 23:52 Brian Dolbec

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=1674835057.77e83c646a626e079ccd19be0af7919f9e1b9c71.arthurzam@gentoo \
    --to=arthurzam@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