public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sun,  4 Apr 2021 14:23:06 +0000 (UTC)	[thread overview]
Message-ID: <1617546163.2532f26edba49651bd246e32a36e7f139dc5476a.mgorny@gentoo> (raw)

commit:     2532f26edba49651bd246e32a36e7f139dc5476a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  4 13:46:10 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr  4 14:22:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2532f26e

dev-python/decorator: Bump to 5.0.5

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/decorator/Manifest               |  1 +
 dev-python/decorator/decorator-5.0.5.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-python/decorator/Manifest b/dev-python/decorator/Manifest
index 3df5cfecc16..00b7d6bce12 100644
--- a/dev-python/decorator/Manifest
+++ b/dev-python/decorator/Manifest
@@ -1,3 +1,4 @@
 DIST decorator-4.4.2.tar.gz 33629 BLAKE2B 5b2c6a1b6aba293d4b93444d4613e3c9af16bd9d6d80ae9eb21112a4a16397ff67e1f648e8118beeb7d17755a2f1bd37b867f73129c42ef7f8654d1c1f609e5f SHA512 c068efd4e70764ac447b772c9c29625c2180dad256b2b4e46a50a8479fc1d7de09b114c2ba11bb37dd58774ed9460d2e0ea9fa76061833a2d3c2676ac91a0db1
 DIST decorator-5.0.0.tar.gz 33099 BLAKE2B c59a02c2a9c27342dcfdc96ecb89bb9d7f91add52a9e823963976d750b0197255e4c68f72b61f940f36fd09c504f7fa75a10c3cf0e17758fe707a79d332070ba SHA512 010e0ac6b8929b73afdfe57d41915cf56db3edcb2759ba6224bf589e5ff1780021ef9f65a628b530422665d3fc2f9b9b48e21db5e0f21053dbb5d0d20e8da194
 DIST decorator-5.0.3.tar.gz 33035 BLAKE2B 5d9f071422ca7135f6a72f731a56c39e7c790f329d749cb4100c8cfc08d19ae84955e22d0fa335601982fcf896437b107f48831469002f319ecd7f354f49b3a3 SHA512 04272791c7b645341a7bcba7bf63287a9741a9e306e02ef63efea2b6c0535b1b49e5a36ad521872450635d04874bbd180fbc76bf2d6a5fbe894b309fc7bf4376
+DIST decorator-5.0.5.tar.gz 33827 BLAKE2B c6155a2ad6eb1b0f08ea9aa5eaf165682915869a7cd9e465b792e15c8065763993fa0008e467fd3c11526d81f531107271aa795be00f7ae9b57a0a6e9b802fef SHA512 ba5269de8d7821547348902917dc503582ca4576482c149b42a8b3407d901cb14700996992dc9743a990a6bf347c80966bc82b92ffe95b7b0034736c3fbcaf83

diff --git a/dev-python/decorator/decorator-5.0.5.ebuild b/dev-python/decorator/decorator-5.0.5.ebuild
new file mode 100644
index 00000000000..156fd8d9b20
--- /dev/null
+++ b/dev-python/decorator/decorator-5.0.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simplifies the usage of decorators for the average programmer"
+HOMEPAGE="https://github.com/micheles/decorator https://pypi.org/project/decorator/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+DOCS=( CHANGES.md )
+
+python_test() {
+	"${EPYTHON}" src/tests/test.py -v || die "Tests failed with ${EPYTHON}"
+}


             reply	other threads:[~2021-04-04 14:23 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-04 14:23 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-11 11:05 [gentoo-commits] repo/gentoo:master commit in: dev-python/decorator/ 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-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=1617546163.2532f26edba49651bd246e32a36e7f139dc5476a.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