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/cached-property/
Date: Mon, 21 Sep 2020 21:28:39 +0000 (UTC)	[thread overview]
Message-ID: <1600723716.334d47b15e237a864bae536508e86c86984f4640.mgorny@gentoo> (raw)

commit:     334d47b15e237a864bae536508e86c86984f4640
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 21:26:55 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 21:28:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=334d47b1

dev-python/cached-property: Bump to 1.5.2

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

 dev-python/cached-property/Manifest                |  1 +
 .../cached-property/cached-property-1.5.2.ebuild   | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/cached-property/Manifest b/dev-python/cached-property/Manifest
index 747064ce7f8..a0361f4b046 100644
--- a/dev-python/cached-property/Manifest
+++ b/dev-python/cached-property/Manifest
@@ -1 +1,2 @@
 DIST cached-property-1.5.1.tar.gz 12791 BLAKE2B dcc75564d3b1dbb2f34ea433f4a477b2fe0454047f1fb4825cc6350458bf09509cf970b308744d79eb3b17f96c04c606ad36327c7e24f0b13f412880d9ad2ab7 SHA512 61bbedb48336af7c0b465421eb4d3b6b48155cfe4fd6270ff49caefe0d80e40b50c4801a68a5564931d316e374b69112ad14f72687a015ce81aaeade6fcf9ce3
+DIST cached-property-1.5.2.tar.gz 12244 BLAKE2B 26981dcfa51925741962c60ad8659a165af6d7f242f4abd392932aac20e966ad6c1763a25184bbabdeb5bd75f8063a430c41f0241afdee8013ffcb437b3ff7da SHA512 626d98a8891a70d858269859cf4e49416464c836d073c1331c21033a4cd9e0e47dc89b53bf393375439992f4993972517dc3cdcbb2cc6f8286f282d3c973e600

diff --git a/dev-python/cached-property/cached-property-1.5.2.ebuild b/dev-python/cached-property/cached-property-1.5.2.ebuild
new file mode 100644
index 00000000000..819cd6b14eb
--- /dev/null
+++ b/dev-python/cached-property/cached-property-1.5.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A cached-property for decorating methods in classes"
+HOMEPAGE="https://github.com/pydanny/cached-property"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+DEPEND="test? ( dev-python/freezegun[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+	# bug 638250
+	eapply "${FILESDIR}"/${PN}-1.5.1-test-failure.patch
+
+	distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+	dodoc README.rst HISTORY.rst CONTRIBUTING.rst AUTHORS.rst
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2020-09-21 21:28 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-21 21:28 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-27  9:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/cached-property/ Arthur Zamarin
2023-03-17 15:21 Michał Górny
2022-06-21 18:39 Arthur Zamarin
2022-06-21 18:21 Arthur Zamarin
2022-03-30 11:25 Jakov Smolić
2021-06-05 12:56 Michał Górny
2021-05-06 15:04 Michał Górny
2020-11-04  5:32 Sam James
2020-10-25 21:48 Sam James
2020-10-25 21:34 Thomas Deutschmann
2020-10-25  8:12 Michał Górny
2020-10-05  0:07 Georgy Yakovlev
2020-09-05  0:29 Sam James
2020-03-02  5:42 Michał Górny
2020-03-02  5:42 Michał Górny
2020-03-02  5:42 Michał Górny
2020-03-02  5:42 Michał Górny
2020-02-04 13:32 Michał Górny
2020-01-21 10:34 Agostino Sarubbo
2020-01-20 11:51 Agostino Sarubbo
2020-01-18 23:15 Thomas Deutschmann
2019-12-26  0:24 Georgy Yakovlev
2018-09-22 22:29 Cédric Krier
2018-07-28 11:05 Cédric Krier
2018-06-03 10:16 Cédric Krier
2018-06-03 10:16 Cédric Krier
2018-03-30 18:35 Aaron Bauman
2017-10-08 16:33 Cédric Krier
2017-04-28 16:30 Manuel Rüger
2016-08-06 14:10 Cédric Krier
2016-08-06 10:56 Pacho Ramos

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=1600723716.334d47b15e237a864bae536508e86c86984f4640.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