From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tblib/
Date: Fri, 23 Jun 2023 06:06:27 +0000 (UTC) [thread overview]
Message-ID: <1687500381.064c9d9ceb4ce4957e4dbc11224d2fe27f6cd46f.mgorny@gentoo> (raw)
commit: 064c9d9ceb4ce4957e4dbc11224d2fe27f6cd46f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 05:43:22 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 06:06:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=064c9d9c
dev-python/tblib: Bump to 2.0.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tblib/Manifest | 1 +
dev-python/tblib/tblib-2.0.0.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/tblib/Manifest b/dev-python/tblib/Manifest
index ba48320ce09b..a5b0740e8b7e 100644
--- a/dev-python/tblib/Manifest
+++ b/dev-python/tblib/Manifest
@@ -1 +1,2 @@
DIST tblib-1.7.0.tar.gz 33074 BLAKE2B e05b94b9a36efde4d3fe76e9b72502674554e84e49916ea585de4f6cf9e898d1544535b1a8935fe15ffc100fcbf2b5d4f9edfdcf0ce5c86d479f2f412d3ea83f SHA512 10dcff18a1da386d9dd6bae35608f4a2d3bc8f87c15fcf49d886f98d95a6defd348ef0dc5637e03f4c553a933a0ecb4c215cf15b1e78fca58fea10052f9fb4e9
+DIST tblib-2.0.0.tar.gz 28695 BLAKE2B 7c7cb584e5a5f03d403253d94c051d7ffd988b2320b095376184b479f30674989cecd39ca43fd269884e73ad97e6f9424a29dec9f1338e002ebe1adfc31a52d4 SHA512 740e7b02c4ae61b12ed1c0c3623c5c2dd142aaa24989e57d67ceed4894212bc18d51f0ab0a97953f1a0e16b30ef992ecee3730038e8b8fd4a3bc437d4a1a92b0
diff --git a/dev-python/tblib/tblib-2.0.0.ebuild b/dev-python/tblib/tblib-2.0.0.ebuild
new file mode 100644
index 000000000000..9a3df624eeef
--- /dev/null
+++ b/dev-python/tblib/tblib-2.0.0.ebuild
@@ -0,0 +1,35 @@
+# 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_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Traceback fiddling library for Python"
+HOMEPAGE="
+ https://github.com/ionelmc/python-tblib/
+ https://pypi.org/project/tblib/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+ dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/twisted[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest
+}
next reply other threads:[~2023-06-23 6:06 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-23 6:06 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-12 15:05 [gentoo-commits] repo/gentoo:master commit in: dev-python/tblib/ Sam James
2024-08-29 6:34 Jakov Smolić
2024-08-29 6:34 Jakov Smolić
2024-06-30 14:11 Michał Górny
2024-06-19 17:21 Michał Górny
2023-12-09 14:30 Michał Górny
2023-12-09 14:22 Michał Górny
2023-11-20 15:35 Andrew Ammerlaan
2023-10-22 6:55 Michał Górny
2023-07-24 10:49 Michał Górny
2023-05-31 10:14 Michał Górny
2022-11-30 10:18 WANG Xuerui
2022-07-15 7:21 Michał Górny
2022-07-14 19:55 Arthur Zamarin
2022-06-13 7:18 Michał Górny
2022-06-13 7:18 Michał Górny
2021-06-22 17:02 Marek Szuba
2021-06-01 20:35 Michał Górny
2021-01-18 14:52 Sam James
2020-12-21 22:16 Sam James
2020-09-18 15:53 Michał Górny
2020-09-09 0:18 Sam James
2020-09-08 19:11 Michał Górny
2020-08-18 5:52 Sam James
2020-07-24 14:31 Michał Górny
2020-06-19 18:10 Michał Górny
2020-05-05 8:10 Michał Górny
2020-05-04 19:57 Mart Raudsepp
2020-05-03 10:30 Agostino Sarubbo
2020-05-03 10:01 Agostino Sarubbo
2020-03-25 13:59 Michał Górny
2020-03-25 13:59 Michał Górny
2020-03-06 13:43 Michał Górny
2020-03-06 13:43 Michał Górny
2019-12-02 21:13 Aaron Bauman
2019-05-01 19:49 Sergei Trofimovich
2019-04-29 8:17 Sergei Trofimovich
2019-04-13 1:30 Aaron Bauman
2019-04-01 17:52 Virgil Dupras
2018-07-21 0:06 Mikle Kolyada
2018-06-24 9:40 Mikle Kolyada
2017-03-07 0:17 Sebastien Fabbro
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=1687500381.064c9d9ceb4ce4957e4dbc11224d2fe27f6cd46f.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