From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bluelet/
Date: Sat, 29 Jan 2022 12:21:23 +0000 (UTC) [thread overview]
Message-ID: <1643458879.8451d7a24d64ac1c047ce63358b76c0ba0ef5ade.mgorny@gentoo> (raw)
commit: 8451d7a24d64ac1c047ce63358b76c0ba0ef5ade
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 29 12:15:21 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 29 12:21:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8451d7a2
dev-python/bluelet: Switch to PEP 517 build
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/bluelet/bluelet-0.2.0-r1.ebuild | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/dev-python/bluelet/bluelet-0.2.0-r1.ebuild b/dev-python/bluelet/bluelet-0.2.0-r1.ebuild
new file mode 100644
index 000000000000..f17f3a476d2a
--- /dev/null
+++ b/dev-python/bluelet/bluelet-0.2.0-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Module for pure Python asynchronous I/O using coroutines"
+HOMEPAGE="https://pypi.org/project/bluelet/"
+SRC_URI="https://github.com/sampsyo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+python_install_all() {
+ distutils-r1_python_install_all
+
+ if use examples; then
+ dodoc -r demo
+ docompress -x /usr/share/doc/${PF}/demo
+ fi
+}
next reply other threads:[~2022-01-29 12:21 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-29 12:21 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-22 13:19 [gentoo-commits] repo/gentoo:master commit in: dev-python/bluelet/ Matt Jolly
2022-05-12 19:21 Arthur Zamarin
2022-03-25 19:41 Jakov Smolić
2022-03-25 19:41 Jakov Smolić
2022-03-01 11:42 Jakov Smolić
2021-08-28 16:16 Arthur Zamarin
2020-11-02 12:53 Sam James
2020-10-18 19:10 Thomas Deutschmann
2020-10-17 13:19 Joonas Niilola
2020-10-17 13:19 Joonas Niilola
2020-06-01 13:07 Joonas Niilola
2020-02-04 13:32 Michał Górny
2019-04-21 14:01 David Seifert
2017-05-28 10:17 Pacho Ramos
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=1643458879.8451d7a24d64ac1c047ce63358b76c0ba0ef5ade.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