From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyte/
Date: Sun, 10 Apr 2022 21:20:20 +0000 (UTC) [thread overview]
Message-ID: <1649625614.07f764be9a475e12224a8c9f0a4b6cca63586dda.mgorny@gentoo> (raw)
commit: 07f764be9a475e12224a8c9f0a4b6cca63586dda
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 21:06:48 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 21:20:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07f764be
dev-python/pyte: Bump to 0.8.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyte/Manifest | 1 +
dev-python/pyte/pyte-0.8.1.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-python/pyte/Manifest b/dev-python/pyte/Manifest
index b0b9f0bb7471..076cb42d1e8f 100644
--- a/dev-python/pyte/Manifest
+++ b/dev-python/pyte/Manifest
@@ -1 +1,2 @@
DIST pyte-0.8.0.tar.gz 91320 BLAKE2B b973050912c7d3b67393208a5b17f382705fe78964528e003b71addc12586353a3a9c7eeb68c224dfb945b5f9d3b52823cd254885dd5ac6901be119583a71a2e SHA512 c488fd0a61c1dc34b27e12ed9ba1109bb2c331626c982da06e7540bdd168008cb5106a17c71e60e38c493f2dd9f21ba3cf05118928744dfa192d62e511b4c4e8
+DIST pyte-0.8.1.gh.tar.gz 92220 BLAKE2B f4f803ecbf9bc62936ea499929b7fb976c14ee09fe00ee56d5499bb2543a6ac769dd7c87e177c297bbf8ab082c34f154a26daf3a1c84917249400b09556c2b80 SHA512 f49d9394cca92c27fdd5319bdce164d5cac63b77d13156de7105bee6087a615e844fafa8507089c8bf6cf31a796cc858a3ccf597aa23cfa595d0d9e0adfab5d4
diff --git a/dev-python/pyte/pyte-0.8.1.ebuild b/dev-python/pyte/pyte-0.8.1.ebuild
new file mode 100644
index 000000000000..7a8fc8d73612
--- /dev/null
+++ b/dev-python/pyte/pyte-0.8.1.ebuild
@@ -0,0 +1,33 @@
+# 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="Simple VTXXX-compatible terminal emulator"
+HOMEPAGE="https://pypi.org/project/pyte/ https://github.com/selectel/pyte"
+SRC_URI="
+ https://github.com/selectel/pyte/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+SLOT="0"
+LICENSE="LGPL-3"
+KEYWORDS="~amd64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+ dev-python/wcwidth[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+ # run pytest directly for tests
+ sed -i '/setup_requires=\["pytest-runner"\]/d' setup.py || die
+
+ distutils-r1_python_prepare_all
+}
next reply other threads:[~2022-04-10 21:20 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-10 21:20 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-24 20:29 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyte/ Petr Vaněk
2024-06-24 20:29 Petr Vaněk
2023-11-29 11:04 Michał Górny
2023-11-24 14:43 Michał Górny
2023-11-12 16:00 Michał Górny
2023-06-06 17:52 Arthur Zamarin
2023-05-16 3:39 Sam James
2022-08-10 13:18 Sam James
2022-05-15 10:41 Michał Górny
2022-05-15 8:19 Jakov Smolić
2022-05-15 7:12 Michał Górny
2022-03-30 11:25 Jakov Smolić
2021-05-07 10:52 Michał Górny
2020-06-02 12:01 Michał Górny
2020-03-25 15:42 Agostino Sarubbo
2020-01-24 19:18 Michał Górny
2020-01-24 19:18 Michał Górny
2018-12-27 7:11 Tim Harder
2018-12-27 6:58 Tim Harder
2018-12-27 6:58 Tim Harder
2018-07-11 21:35 Jason Donenfeld
2018-06-24 9:40 Mikle Kolyada
2017-02-28 13:08 Andrey Grozin
2017-01-23 15:46 Agostino Sarubbo
2017-01-23 13:51 Agostino Sarubbo
2016-08-09 12:02 Andrey Grozin
2016-06-29 13:21 Patrick Lauer
2016-01-12 9:44 Justin Lecher
2015-12-20 16:35 Justin Lecher
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=1649625614.07f764be9a475e12224a8c9f0a4b6cca63586dda.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