From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pathlib2/
Date: Tue, 6 Jul 2021 07:58:11 +0000 (UTC) [thread overview]
Message-ID: <1625558285.de0e5747d5a15b0ba2a6fb629dcbc808047f13b4.mgorny@gentoo> (raw)
commit: de0e5747d5a15b0ba2a6fb629dcbc808047f13b4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 6 07:26:24 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 6 07:58:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de0e5747
dev-python/pathlib2: Bump to 2.3.6
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pathlib2/Manifest | 1 +
dev-python/pathlib2/pathlib2-2.3.6.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-python/pathlib2/Manifest b/dev-python/pathlib2/Manifest
index 941e0e97680..bf6172f630c 100644
--- a/dev-python/pathlib2/Manifest
+++ b/dev-python/pathlib2/Manifest
@@ -1 +1,2 @@
DIST pathlib2-2.3.5.tar.gz 34393 BLAKE2B 7e03214a53f1ebf7718d04f653e24ffa4b06070b0ae21583d98ea0ce956c5aced5ea63bf6062d8e8d979bef4c82137cd2d2d5d6121dc3dda0ae1f713c1868d36 SHA512 3f0f212bf5208d0965ac02a590bef6ac0ec5e3b702828c06c3c9d37119b3db422cc7873de614fdc37ebfb3f52239a6517008d9672a176ca15d03fe13baeeddc8
+DIST pathlib2-2.3.6.tar.gz 38435 BLAKE2B 07a6db61feb56c439e0c4c97d96f87714090628d3971341b64ed253cf9b363b7a3695a665a3def5c2b950cd3dc2ba316ef3dcfaf48f25726fce34afedccdafac SHA512 ed41792338d5808cdd068f6c04021b2918e5376fc6297f163712dec6b00a1f96f7905eeea0a601c333d253e0f1663a0472d842b0d920d680992045bbc36db970
diff --git a/dev-python/pathlib2/pathlib2-2.3.6.ebuild b/dev-python/pathlib2/pathlib2-2.3.6.ebuild
new file mode 100644
index 00000000000..ac123963984
--- /dev/null
+++ b/dev-python/pathlib2/pathlib2-2.3.6.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..9} )
+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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ ${RDEPEND}
+ )
+"
+
+python_test() {
+ "${EPYTHON}" tests/test_pathlib2.py -v ||
+ die "tests failed with ${EPYTHON}"
+}
next reply other threads:[~2021-07-06 7:58 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-06 7:58 Michał Górny [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
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-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=1625558285.de0e5747d5a15b0ba2a6fb629dcbc808047f13b4.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