From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/decorator/
Date: Tue, 25 Feb 2025 07:51:48 +0000 (UTC) [thread overview]
Message-ID: <1740469893.5d9e7b099e2f8e5d697ec53d845140d8611a62b7.mgorny@gentoo> (raw)
commit: 5d9e7b099e2f8e5d697ec53d845140d8611a62b7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 25 06:56:40 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 25 07:51:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d9e7b09
dev-python/decorator: Bump to 5.2.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/decorator/Manifest | 1 +
dev-python/decorator/decorator-5.2.1.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-python/decorator/Manifest b/dev-python/decorator/Manifest
index 4705b6d73673..04510033b2f7 100644
--- a/dev-python/decorator/Manifest
+++ b/dev-python/decorator/Manifest
@@ -1,2 +1,3 @@
DIST decorator-5.1.1.tar.gz 35016 BLAKE2B 0e38ee2dea6793d489f5c50692549022f1b252ab3a7b75da5b785f856b7f18faaf5570dde2c68f6936c11460599839063e9eb8a133789a00f683761393a5103d SHA512 584857ffb0c3e52344b473ceb9e28adfd7d789d480a528471f8ab37be055ebe5feb170f41077010e25350e1c311189d45b90773cf12f0043de98ea8ebcde20ab
DIST decorator-5.2.0.gh.tar.gz 54313 BLAKE2B bab7a0dc6b8431893cdf72258a6b6f8f45e2352cd4bf55fc63571e8d7acaa97f3fdc120a996df278b3eee40c3b0f7c4e9914a8a498feef79145a6d4b9ee772b0 SHA512 b50d645acd924b1c0a35ebe6d52f638fe771910e55a925a2cb642aca694d99c9886b7a580b631ee7c8760d485a0924051235d24d0ccc393638ed305694e14e17
+DIST decorator-5.2.1.tar.gz 56711 BLAKE2B bb08e43f6d3480a5c769fe8a433304a7959155430d576e8c6fbb6c6aaf27ef47d3af2bd4c349f9aa91f70bea0d694f7cd48bfe8a3135f782ada7a943a5cccd4e SHA512 c834a3536e429aaff38d34a56b574344551c160e25676ca5febb5dcf521d71f284ebb8294d3264f65a801219860352377e5a4be89927217cb5da9cb6c6aa45ec
diff --git a/dev-python/decorator/decorator-5.2.1.ebuild b/dev-python/decorator/decorator-5.2.1.ebuild
new file mode 100644
index 000000000000..9dd55e92e8cf
--- /dev/null
+++ b/dev-python/decorator/decorator-5.2.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Simplifies the usage of decorators for the average programmer"
+HOMEPAGE="
+ https://github.com/micheles/decorator/
+ https://pypi.org/project/decorator/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+
+python_test() {
+ "${EPYTHON}" tests/test.py -v || die "Tests failed with ${EPYTHON}"
+}
next reply other threads:[~2025-02-25 7:52 UTC|newest]
Thread overview: 88+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-25 7:51 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-23 3:23 [gentoo-commits] repo/gentoo:master commit in: dev-python/decorator/ Michał Górny
2025-02-16 14:46 Michał Górny
2024-05-11 11:05 Michał Górny
2023-05-29 8:36 Michał Górny
2023-03-16 3:47 Michał Górny
2022-06-16 9:18 Michał Górny
2022-06-16 8:59 Jakov Smolić
2022-05-13 10:59 Michał Górny
2022-05-13 10:59 Michał Górny
2022-02-13 9:33 Michał Górny
2022-02-13 7:58 Agostino Sarubbo
2022-01-07 16:49 Arthur Zamarin
2021-10-16 5:56 Michał Górny
2021-10-15 22:42 Sam James
2021-09-11 6:53 Michał Górny
2021-06-24 8:20 Michał Górny
2021-06-24 4:26 Agostino Sarubbo
2021-05-16 15:09 Michał Górny
2021-05-07 11:58 Michał Górny
2021-05-06 11:12 Michał Górny
2021-05-06 10:06 Sam James
2021-04-14 7:19 Michał Górny
2021-04-08 7:41 Michał Górny
2021-04-04 14:23 Michał Górny
2021-04-02 23:42 Michał Górny
2021-04-02 8:51 Michał Górny
2020-09-20 10:24 Michał Górny
2020-05-26 10:35 Michał Górny
2020-05-11 16:48 Michał Górny
2020-05-11 6:23 Mart Raudsepp
2020-05-04 16:51 Agostino Sarubbo
2020-05-03 19:02 Agostino Sarubbo
2020-05-03 15:13 Agostino Sarubbo
2020-05-03 10:25 Agostino Sarubbo
2020-05-03 10:22 Agostino Sarubbo
2020-05-03 10:12 Agostino Sarubbo
2020-03-26 20:35 Michał Górny
2020-03-26 20:35 Michał Górny
2020-03-26 20:35 Michał Górny
2020-03-21 16:26 Agostino Sarubbo
2020-03-20 11:30 Agostino Sarubbo
2020-03-20 11:29 Agostino Sarubbo
2020-03-20 11:28 Agostino Sarubbo
2020-03-20 11:27 Agostino Sarubbo
2020-03-20 11:14 Agostino Sarubbo
2020-03-20 9:04 Agostino Sarubbo
2020-03-20 8:59 Agostino Sarubbo
2020-03-19 13:25 Michał Górny
2019-11-29 19:54 Michał Górny
2019-07-06 8:57 Tim Harder
2019-05-11 19:06 Matthew Thode
2019-04-12 5:01 Tim Harder
2019-04-11 14:15 Patrick Lauer
2018-07-14 23:41 Louis Sautier
2018-07-14 23:41 Louis Sautier
2018-02-22 19:59 Matt Thode
2018-02-19 21:07 Michał Górny
2018-02-18 0:03 Patrice Clement
2018-01-03 9:11 Michał Górny
2017-09-30 19:16 Matt Thode
2017-08-27 8:34 Tim Harder
2017-08-27 8:34 Tim Harder
2017-07-31 18:12 Sebastien Fabbro
2017-03-16 8:16 Michael Weber
2017-02-23 5:11 Mart Raudsepp
2017-02-20 18:11 Markus Meier
2017-01-28 14:34 Mart Raudsepp
2017-01-23 18:58 Tobias Klausmann
2017-01-23 6:11 Jeroen Roovers
2017-01-23 4:46 Lars Wendler
2017-01-23 4:46 Lars Wendler
2017-01-21 20:33 Agostino Sarubbo
2017-01-18 11:57 Agostino Sarubbo
2017-01-17 16:22 Agostino Sarubbo
2016-07-18 9:32 Patrick Lauer
2016-02-28 6:12 Matt Thode
2016-02-08 18:40 Justin Lecher
2015-12-13 14:05 Justin Lecher
2015-10-19 16:56 Justin Lecher
2015-09-25 15:14 Patrice Clement
2015-09-25 15:14 Patrice Clement
2015-09-25 14:13 Agostino Sarubbo
2015-09-25 10:42 Agostino Sarubbo
2015-09-25 7:36 Justin Lecher
2015-08-26 10:27 Agostino Sarubbo
2015-08-23 7:16 Jeroen Roovers
2015-08-16 17:22 Mikle Kolyada
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=1740469893.5d9e7b099e2f8e5d697ec53d845140d8611a62b7.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