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/lazy-object-proxy/
Date: Fri, 29 Nov 2019 19:54:52 +0000 (UTC)	[thread overview]
Message-ID: <1575057270.fc1412f91b2d7823c5d378b158a6bdbd71f7be4c.mgorny@gentoo> (raw)

commit:     fc1412f91b2d7823c5d378b158a6bdbd71f7be4c
Author:     Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Sun Nov 10 07:16:07 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 19:54:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1412f9

dev-python/lazy-object-proxy: bump v1.4.3

QA fix: missing RESTRICT
add PyPy3, python3_8
move dependencies to BDEPEND

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/lazy-object-proxy/Manifest              |  1 +
 .../lazy-object-proxy-1.4.3.ebuild                 | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/lazy-object-proxy/Manifest b/dev-python/lazy-object-proxy/Manifest
index f423ab0701a..f873d6865dc 100644
--- a/dev-python/lazy-object-proxy/Manifest
+++ b/dev-python/lazy-object-proxy/Manifest
@@ -1,2 +1,3 @@
 DIST lazy-object-proxy-1.2.1.tar.gz 28860 BLAKE2B fecf6830111c9ac317fae2ebeae624b4b62494eadeca08bc6cb63bd6a23132cd954a55c97efbede3b136f4bd20d2c35c861d3f89022403d7d777bf762c656e81 SHA512 60813fea51e14ccfa22974c547c7179593da25e4ba65380c39493d2b91558bfcdffa298fe0a043170414d897bd72fd22f0bc3bc3fbdc8202873fab6c2a8e45a8
 DIST lazy-object-proxy-1.3.1.tar.gz 32237 BLAKE2B 3052c6952d80365c6698f50c5f4508d7448a68b33ca899d251477e9a728fa740a0bd1d3a85f5ccab63905fbd062e5c37da59a827ca58e25268e7ced6fd9a961c SHA512 9ea4fa0185431859ff79fd6dc59106c2b64e372b5052d034b3638e362695f10b27b59f57c5aed73bb2350d3963f98190e3069f9129b9f3f4932212f9b5460962
+DIST lazy-object-proxy-1.4.3.tar.gz 34888 BLAKE2B 43f64fcd6573d4a4cdc2208bcd882714cb21474e4274d53b955664b05525ed5d1305ed4121f6ee319aefb3ab7827bc9b2073d32dc4c67e969adb5367a16d4cc1 SHA512 c2c8ad8286776d61def222b394cab27647b7a1bf4b3915e169b65c6022cb26d5ef286f1041adfddaf8a78a2410c11424983b3580a019561eda5f2e4c3a88620f

diff --git a/dev-python/lazy-object-proxy/lazy-object-proxy-1.4.3.ebuild b/dev-python/lazy-object-proxy/lazy-object-proxy-1.4.3.ebuild
new file mode 100644
index 00000000000..a4a663a36d7
--- /dev/null
+++ b/dev-python/lazy-object-proxy/lazy-object-proxy-1.4.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="A fast and thorough lazy object proxy"
+HOMEPAGE="
+	https://github.com/ionelmc/python-lazy-object-proxy
+	https://pypi.org/project/lazy-object-proxy/
+	https://python-lazy-object-proxy.readthedocs.org/"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? (	dev-python/pytest[${PYTHON_USEDEP}]	)"
+
+python_prepare_all() {
+	# No need to benchmark
+	sed \
+		-e '/benchmark/s:test_:_&:g' \
+		-e '/pytest.mark.benchmark/d' \
+		-i tests/test_lazy_object_proxy.py || die
+	distutils-r1_python_prepare_all
+}
+
+python_test() {
+	py.test -v -v --ignore=src || die "Fails for ${EPYTHON}"
+}


             reply	other threads:[~2019-11-29 19:54 UTC|newest]

Thread overview: 93+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-29 19:54 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-18  5:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/lazy-object-proxy/ Michał Górny
2024-01-22  9:37 Sam James
2023-12-30 15:51 Arthur Zamarin
2023-12-30 15:19 Arthur Zamarin
2023-12-30 14:51 Arthur Zamarin
2023-12-30 14:33 Arthur Zamarin
2023-12-30 14:25 Arthur Zamarin
2023-12-30 14:25 Arthur Zamarin
2023-12-30 14:25 Arthur Zamarin
2023-05-27  9:44 Arthur Zamarin
2023-05-04 16:17 Michał Górny
2023-02-21 18:46 Michał Górny
2023-02-21 18:10 Arthur Zamarin
2023-02-16 22:57 Sam James
2023-02-16 20:58 Arthur Zamarin
2023-02-16 18:08 Arthur Zamarin
2023-01-05  8:28 Michał Górny
2022-11-30  3:09 Michał Górny
2022-11-30  0:52 Sam James
2022-11-29 22:22 Jakov Smolić
2022-11-29  9:09 Arthur Zamarin
2022-11-29  8:11 Arthur Zamarin
2022-11-29  8:11 Arthur Zamarin
2022-11-29  8:11 Arthur Zamarin
2022-11-29  7:33 Arthur Zamarin
2022-11-29  7:25 Arthur Zamarin
2022-10-26 18:42 Arthur Zamarin
2022-06-17 12:44 Michał Górny
2022-06-17 12:44 Michał Górny
2022-06-17 10:17 Jakov Smolić
2022-06-16 23:05 Jakov Smolić
2022-06-16 10:15 Jakov Smolić
2022-06-16 10:15 Jakov Smolić
2022-06-16  9:56 Jakov Smolić
2022-06-16  9:52 Jakov Smolić
2022-06-16  9:37 Jakov Smolić
2022-06-16  9:37 Jakov Smolić
2022-05-13 14:46 Arthur Zamarin
2022-05-13 14:46 Arthur Zamarin
2022-05-07 11:14 WANG Xuerui
2022-01-24 23:05 Michał Górny
2022-01-24 23:00 Sam James
2022-01-20 12:58 Arthur Zamarin
2022-01-20  9:54 Arthur Zamarin
2022-01-20  9:46 Jakov Smolić
2022-01-20  9:35 Arthur Zamarin
2022-01-20  9:13 Jakov Smolić
2022-01-20  8:44 Arthur Zamarin
2022-01-20  8:42 Arthur Zamarin
2021-12-16  8:46 Michał Górny
2021-12-15 16:12 Michał Górny
2021-09-25 13:09 James Le Cuirot
2021-05-15 19:25 Joshua Kinard
2021-05-06  7:52 Michał Górny
2021-03-28 10:12 Mikle Kolyada
2021-03-15 13:32 Sam James
2021-03-09 20:38 Sergei Trofimovich
2021-02-19 21:34 Sergei Trofimovich
2021-02-19 12:11 Sam James
2020-07-30 20:41 Michał Górny
2020-07-29 17:11 Sam James
2020-07-29 17:02 Sam James
2020-06-16 22:54 Patrick McLean
2020-05-04 11:21 Michał Górny
2020-04-05  9:35 Mart Raudsepp
2020-03-27 21:06 Michał Górny
2020-03-26 10:20 Agostino Sarubbo
2020-03-26 10:19 Agostino Sarubbo
2020-03-26 10:17 Agostino Sarubbo
2020-03-26  7:53 Sergei Trofimovich
2020-03-25 18:00 Michał Górny
2020-03-25 17:44 Agostino Sarubbo
2020-03-25 16:14 Agostino Sarubbo
2020-03-25 16:12 Agostino Sarubbo
2020-03-18 18:39 Michał Górny
2019-12-04 16:46 Aaron Bauman
2019-12-04 15:36 Aaron Bauman
2019-12-04 10:29 Manuel Rüger
2019-12-03 16:08 Aaron Bauman
2019-11-29 19:54 Michał Górny
2017-12-27 19:02 Fabian Groffen
2017-12-09  1:23 Tim Harder
2017-12-09  1:23 Tim Harder
2017-07-10 15:51 Alexis Ballier
2017-03-12 23:11 Zac Medico
2017-02-20 18:08 Markus Meier
2017-01-24 11:46 Agostino Sarubbo
2017-01-23 18:58 Tobias Klausmann
2017-01-21 18:54 Agostino Sarubbo
2017-01-21 17:27 Agostino Sarubbo
2015-12-03 10:21 Justin Lecher
2015-12-03 10:21 Justin Lecher

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=1575057270.fc1412f91b2d7823c5d378b158a6bdbd71f7be4c.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