public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pathlib2/
Date: Fri, 31 Aug 2018 21:55:22 +0000 (UTC)	[thread overview]
Message-ID: <1535751521.acb22c6436b4bebcea7a948aa336e755efde584f.sbraz@gentoo> (raw)

commit:     acb22c6436b4bebcea7a948aa336e755efde584f
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 31 21:38:41 2018 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Fri Aug 31 21:38:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb22c64

dev-python/pathlib2: bump to 2.3.2, add PyPy3, Python 3.7

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/pathlib2/Manifest              |  1 +
 dev-python/pathlib2/pathlib2-2.3.2.ebuild | 35 +++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/pathlib2/Manifest b/dev-python/pathlib2/Manifest
index 11a4072ab0b..eaa58436aa6 100644
--- a/dev-python/pathlib2/Manifest
+++ b/dev-python/pathlib2/Manifest
@@ -1,2 +1,3 @@
 DIST pathlib2-2.1.0.tar.gz 30390 BLAKE2B e009fa866dcdb2a6f078d746c423484bd90df049d59c89427c631cd63ac11376bb5549f45f0e98da036b15c6674040ffc8844fc08b95abb1d677783dedf9e126 SHA512 5dad54d4bf7a37a2c425afeca030a23d802a8a450186292f3d80aa9ee5c2985701871a0386a2f58e2b05b4bbfd7734a238d0a73625c5839237e4f3984088a8b1
 DIST pathlib2-2.3.0.tar.gz 34291 BLAKE2B ef1768f8a9cc9b28f85ef84c0dfdbfce0b0087c1ffb6718e2b13eb007ea3e0ab0eebe946a1bcc2683fed7db46867f415ad2b52abedcdc87fb67bd45d5998aea5 SHA512 715fbd981d42767862dcaf2cc0fee31b9ec5050915ef7d909d14587609a7a5939e32b39736b586a890e7625443bb163832896fcf138b5c2863c451b71c36a124
+DIST pathlib2-2.3.2.tar.gz 33764 BLAKE2B c652069d60f489e482c6d75c0a201c5ac67c6b18b4acd6c8b00f7f12832f7165a45293d93ca7f6c45f1451c842e59931b6b8c45608de1bac91ad822cc3536105 SHA512 46ba0cc8b26006bc4cb914118b7c453dc49cc8a80147ea7a4b3d5a17e97d5538c5d73a3029bd7e5b59f42f256baba30ea273382e57468df1a459ac6f7c237ddc

diff --git a/dev-python/pathlib2/pathlib2-2.3.2.ebuild b/dev-python/pathlib2/pathlib2-2.3.2.ebuild
new file mode 100644
index 00000000000..3fe4dfe2878
--- /dev/null
+++ b/dev-python/pathlib2/pathlib2-2.3.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Fork of pathlib aiming to support the full stdlib Python API"
+HOMEPAGE="https://github.com/mcmtroffaes/pathlib2"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	$(python_gen_cond_dep 'dev-python/scandir[${PYTHON_USEDEP}]' -2 python3_4 )
+	dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? (
+		${RDEPEND}
+		$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2)
+	)
+"
+
+python_test() {
+	"${EPYTHON}" tests/test_pathlib2.py -v || \
+		die "tests failed with ${EPYTHON}"
+}


             reply	other threads:[~2018-08-31 21:55 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-31 21:55 Louis Sautier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-21 12:00 [gentoo-commits] repo/gentoo:master commit in: dev-python/pathlib2/ Michał Górny
2022-10-09  5:27 Arthur Zamarin
2022-10-09  5:27 Arthur Zamarin
2022-10-09  5:22 Arthur Zamarin
2022-10-08 19:28 Sam James
2022-10-08 19:28 Sam James
2022-10-08 19:24 Arthur Zamarin
2022-10-08 16:42 Arthur Zamarin
2022-10-08 16:38 Arthur Zamarin
2022-10-07  8:47 WANG Xuerui
2022-09-28 21:27 Sam James
2022-09-22  7:46 Michał Górny
2022-09-16  7:58 Arthur Zamarin
2022-09-16  7:58 Arthur Zamarin
2022-09-16  7:57 Arthur Zamarin
2022-09-16  7:57 Arthur Zamarin
2022-09-16  7:57 Arthur Zamarin
2022-09-16  7:57 Arthur Zamarin
2022-09-16  7:57 Arthur Zamarin
2022-09-16  7:57 Arthur Zamarin
2022-09-12  4:36 Jakov Smolić
2022-09-05 20:37 James Le Cuirot
2022-09-03 14:54 Jakov Smolić
2022-09-03 12:04 Michał Górny
2021-07-06  7:58 Michał Górny
2020-11-28 13:41 Sam James
2020-09-20 15:38 Michał Górny
2020-06-05 13:57 Michał Górny
2020-05-27  6:10 Michał Górny
2020-03-28 11:36 Michał Górny
2020-03-28 11:36 Michał Górny
2020-03-28 11:36 Michał Górny
2020-03-25 15:42 Agostino Sarubbo
2020-03-25 14:17 Agostino Sarubbo
2019-11-29 19:54 Michał Górny
2019-04-17  3:38 Aaron Bauman
2019-03-31 20:30 Sergei Trofimovich
2019-03-15 10:13 Mikle Kolyada
2019-03-10 21:38 Matt Turner
2019-03-10 21:38 Matt Turner
2019-03-03 22:04 Joshua Kinard
2019-03-03  2:10 Matt Turner
2019-03-02 20:49 Thomas Deutschmann
2019-03-02 18:31 Mikle Kolyada
2019-02-22 20:17 Sergei Trofimovich
2019-02-21 20:28 Markus Meier
2019-02-07 12:31 Tobias Klausmann
2019-01-23 19:29 Sergei Trofimovich
2018-12-22  7:15 Mikle Kolyada
2018-11-19 21:15 Fabian Groffen
2018-10-27 18:46 Sergei Trofimovich
2018-10-17 10:36 Tobias Klausmann
2018-09-14 21:25 Patrice Clement
2018-09-11 19:05 Sergei Trofimovich
2018-09-11 11:42 Virgil Dupras
2018-08-31 21:55 Louis Sautier
2018-03-30 18:35 Aaron Bauman
2018-03-21 20:24 Markus Meier
2018-03-12  0:51 Matt Turner
2018-03-04 22:40 Sergei Trofimovich
2018-03-04 11:19 Michał Górny
2018-03-04 11:19 Michał Górny
2018-03-04 11:19 Michał Górny
2018-01-05 18:00 Mike Gilbert
2017-07-30  9:34 David Seifert
2017-06-23  5:20 Alexis Ballier
2017-06-06 22:05 Manuel Rüger
2017-04-28 16:40 Manuel Rüger
2016-09-04 14:00 Manuel Rüger

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=1535751521.acb22c6436b4bebcea7a948aa336e755efde584f.sbraz@gentoo \
    --to=sbraz@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