From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyserial/
Date: Mon, 23 Nov 2020 08:21:12 +0000 (UTC) [thread overview]
Message-ID: <1606119670.e2121d2dc1fdb7948387b1ef7663d40fac8f6b23.mgorny@gentoo> (raw)
commit: e2121d2dc1fdb7948387b1ef7663d40fac8f6b23
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 23 08:11:17 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov 23 08:21:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2121d2d
dev-python/pyserial: Bump to 3.5
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyserial/Manifest | 1 +
dev-python/pyserial/pyserial-3.5.ebuild | 34 +++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-python/pyserial/Manifest b/dev-python/pyserial/Manifest
index 0dddf76c592..e5534afd9ce 100644
--- a/dev-python/pyserial/Manifest
+++ b/dev-python/pyserial/Manifest
@@ -1 +1,2 @@
DIST pyserial-3.4.tar.gz 151657 BLAKE2B cf47aba4a6f3bb2fe39d99e72907496faa1c9f37857810fef4d826cca72c361d0e43dbc33d9cf2291a589bf0193d17355d149e6eb61b4f9e28250207708ef09a SHA512 d71dffc330704e41caac6054adf192bee2f1c119691faf2ea93fe22e8e3ba000dc4a1434293f6f80d05a5577d85b96791f656e28d5c63fb0ce6a6605467a117f
+DIST pyserial-3.5.tar.gz 159125 BLAKE2B 6be1930afc6cfecad54cd7a116a0e93085d166907acb4c2fa5b7b9485ec28cfb6dc9e7ffc13ae5628c344ef0f78c15bdd828b8d51048a484548538cf14b9da20 SHA512 c8df5e50d952d5a6dcf1d9253a6ba953e9763c545a867da66c22c90dfa015aba0194f2a8f29a229d0a5f4dc8bfeeaaab8bcfda4066ed78a18b151bc05e6ae327
diff --git a/dev-python/pyserial/pyserial-3.5.ebuild b/dev-python/pyserial/pyserial-3.5.ebuild
new file mode 100644
index 00000000000..f593d12af73
--- /dev/null
+++ b/dev-python/pyserial/pyserial-3.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python Serial Port extension"
+HOMEPAGE="https://github.com/pyserial/pyserial https://pypi.org/project/pyserial/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="examples"
+
+DOCS=( CHANGES.rst README.rst )
+
+distutils_enable_sphinx documentation --no-autodoc
+
+python_test() {
+ "${EPYTHON}" test/run_all_tests.py loop:// -v || die "Testing failed with ${EPYTHON}"
+}
+
+python_install_all() {
+ distutils-r1_python_install_all
+ if use examples; then
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+}
next reply other threads:[~2020-11-23 8:21 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-23 8:21 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-18 12:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyserial/ Michał Górny
2023-08-25 14:21 Michał Górny
2023-05-27 15:42 Sam James
2022-05-12 13:36 Michał Górny
2022-03-16 7:56 Michał Górny
2022-02-01 22:48 Michał Górny
2022-02-01 22:48 Michał Górny
2021-05-13 22:10 Michał Górny
2020-12-31 8:54 Michał Górny
2020-12-31 1:20 Sam James
2020-11-28 11:57 Sam James
2020-11-28 11:57 Sam James
2020-08-22 9:15 Michał Górny
2020-05-27 9:18 Michał Górny
2020-03-25 13:59 Michał Górny
2020-03-25 13:59 Michał Górny
2019-12-02 2:48 Aaron Bauman
2019-11-22 9:35 Michał Górny
2019-11-22 9:35 Michał Górny
2018-07-21 15:30 Mikle Kolyada
2018-03-05 11:50 Mart Raudsepp
2018-01-06 0:44 Michał Górny
2017-10-19 8:20 Tim Harder
2017-05-16 13:03 Manuel Rüger
2017-05-03 9:26 Michał Górny
2017-02-12 22:20 Zac Medico
2017-01-16 10:16 Jeroen Roovers
2016-12-24 10:25 Agostino Sarubbo
2016-12-18 16:30 Agostino Sarubbo
2016-12-18 16:25 Agostino Sarubbo
2016-12-14 9:14 Tobias Klausmann
2016-07-15 9:45 Patrice Clement
2016-04-18 16:16 Ian Delaney
2016-04-18 15:19 Ian Delaney
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=1606119670.e2121d2dc1fdb7948387b1ef7663d40fac8f6b23.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