public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/decorator/
Date: Mon, 31 Jul 2017 18:12:42 +0000 (UTC)	[thread overview]
Message-ID: <1501524731.47783a79b978575dcecd26079a9f3a3bd834bcbe.bicatali@gentoo> (raw)

commit:     47783a79b978575dcecd26079a9f3a3bd834bcbe
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 29 20:49:39 2017 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Jul 31 18:12:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47783a79

dev-python/decorator: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/decorator/Manifest               |  1 +
 dev-python/decorator/decorator-4.1.2.ebuild | 30 +++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/decorator/Manifest b/dev-python/decorator/Manifest
index bb5461ba7eb..d4b9d35c77c 100644
--- a/dev-python/decorator/Manifest
+++ b/dev-python/decorator/Manifest
@@ -1,3 +1,4 @@
 DIST decorator-4.0.10.tar.gz 68560 SHA256 9c6e98edcb33499881b86ede07d9968c81ab7c769e28e9af24075f0a5379f070 SHA512 612c2eafe16536c9b5eda07ea44999d868decbc38beb4207ab3f82325bafd346c431f9c9028f63bbf24573300a81dfb9446a51dee50bb34dc8b478088a541f73 WHIRLPOOL 8d4b4496c8066d352692e88ba86053ced436a595d4a7d8dbade6b81c8e4d7da294a26270a9723e35c511b1d213b71409c3d01af59979a5d10ead044cd67ecda8
 DIST decorator-4.0.11.tar.gz 70616 SHA256 953d6bf082b100f43229cf547f4f97f97e970f5ad645ee7601d55ff87afdfe76 SHA512 acce545d26c05ad03e4a3889214c3e94d1d47a9ccba42318ff8acb4d9384e676839fdcdb8d501a808f9332f532e4087a60398c273a58e07dfbc02f04f04af69c WHIRLPOOL 11594eef9ab15e2b1d3c42b812fc5f411524cab57b831e5c6f3f1651f8c1d5d3ed2748753965edf89af65ee0c9cb0a4478227677c73ab7834926f380aea175f8
 DIST decorator-4.0.2.tar.gz 64850 SHA256 1a089279d5de2471c47624d4463f2e5b3fc6a2cf65045c39bf714fc461a25206 SHA512 9f135c9c624557a90619e46002f12d54f8c53045420f524bbc52dee0b488268501467b207ea8f4445a8aa7d119af3e615cd76cbc25c1d1335d3bb581a1045ab3 WHIRLPOOL 1a4a31fe67d4cdfc58cb5486f83ee059a9211af5c5e48d57c9b22a24e08e5659a2e8b4519ecaba68fa603ef6e5a0756f69ee10fbe173d07ffe23204b579f2f18
+DIST decorator-4.1.2.tar.gz 32325 SHA256 7cb64d38cb8002971710c8899fbdfb859a23a364b7c99dab19d1f719c2ba16b5 SHA512 4a4b9dc39de9b3f00eae9b6829136f5d836355d3d719371440f69c33fdddf73636e9faaa8fc35829c64d5c5a61d968ea427267da944c524c22ad08b69fb6f0ff WHIRLPOOL 59ebb75e4d1eef0c9eadcc6135834311e284c0c97b05dea0c6b4c70cfedcd76d1206e89dff28591ae80f87b5cb650d5e4e2401054da47ddff433b9cbfe737b96

diff --git a/dev-python/decorator/decorator-4.1.2.ebuild b/dev-python/decorator/decorator-4.1.2.ebuild
new file mode 100644
index 00000000000..5ce747c4669
--- /dev/null
+++ b/dev-python/decorator/decorator-4.1.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Simplifies the usage of decorators for the average programmer"
+HOMEPAGE="https://github.com/micheles/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 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="doc"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+DOCS=( docs/README.rst )
+
+python_test() {
+	"${PYTHON}" src/tests/test.py || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+	use doc && dodoc documentation.pdf
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2017-07-31 18:12 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-31 18:12 Sebastien Fabbro [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-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-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=1501524731.47783a79b978575dcecd26079a9f3a3bd834bcbe.bicatali@gentoo \
    --to=bicatali@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