From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/curio/
Date: Sat, 28 Nov 2020 13:57:55 +0000 (UTC) [thread overview]
Message-ID: <1606435222.a61bd46b0448725444d419ba91e93d5d4764a03a.andrewammerlaan@gentoo> (raw)
commit: a61bd46b0448725444d419ba91e93d5d4764a03a
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed May 20 02:15:34 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Nov 27 00:00:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a61bd46b
dev-python/curio: disable more tests
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/curio/curio-1.2-r1.ebuild | 44 ++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/dev-python/curio/curio-1.2-r1.ebuild b/dev-python/curio/curio-1.2-r1.ebuild
new file mode 100644
index 00000000..b1c54de9
--- /dev/null
+++ b/dev-python/curio/curio-1.2-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Curio is a coroutine-based library for concurrent systems programming"
+HOMEPAGE="
+ https://github.com/dabeaz/curio
+ https://pypi.org/project/curio
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+IUSE="examples"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DEPEND="test? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+distutils_enable_sphinx docs --no-autodoc
+distutils_enable_tests pytest
+
+python_test() {
+ pytest -vv \
+ --deselect tests/test_network.py::test_ssl_outgoing \
+ --deselect tests/test_queue.py::test_uqueue_asyncio_consumer \
+ --deselect tests/test_sync.py::TestUniversalEvent::test_uevent_get_asyncio_set \
+ --deselect tests/test_sync.py::TestUniversalEvent::test_uevent_get_asyncio_wait \
+ --deselect tests/test_socket.py::test_tcp_echo \
+ --deselect tests/test_io.py::test_sendall_cancel \
+ || die
+}
+
+python_install_all() {
+ use examples && dodoc -r examples
+
+ distutils-r1_python_install_all
+}
next reply other threads:[~2020-11-28 13:57 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-28 13:57 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-13 22:38 [gentoo-commits] repo/proj/guru:master commit in: dev-python/curio/ Julien Roy
2023-01-31 11:00 Florian Schmaus
2023-01-30 10:29 Viorel Munteanu
2023-01-30 10:29 Viorel Munteanu
2021-05-24 11:06 Andrew Ammerlaan
2021-03-12 12:10 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-03-12 12:10 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-06 10:49 Andrew Ammerlaan
2020-11-28 13:57 Andrew Ammerlaan
2020-08-29 14:14 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-08-29 14:14 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-12 16:16 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-12 16:39 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
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=1606435222.a61bd46b0448725444d419ba91e93d5d4764a03a.andrewammerlaan@gentoo \
--to=andrewammerlaan@riseup.net \
--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