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/pathlib2/
Date: Sat,  3 Sep 2022 12:04:57 +0000 (UTC)	[thread overview]
Message-ID: <1662206687.b25d4871e386fe9e11b16f8b45ab6d623fc4d095.mgorny@gentoo> (raw)

commit:     b25d4871e386fe9e11b16f8b45ab6d623fc4d095
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  3 11:24:16 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep  3 12:04:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b25d4871

dev-python/pathlib2: Revived package w/ new upstream, v2.3.7_p1

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

 dev-python/pathlib2/Manifest                 |  1 +
 dev-python/pathlib2/metadata.xml             | 13 +++++++++++++
 dev-python/pathlib2/pathlib2-2.3.7_p1.ebuild | 28 ++++++++++++++++++++++++++++
 3 files changed, 42 insertions(+)

diff --git a/dev-python/pathlib2/Manifest b/dev-python/pathlib2/Manifest
new file mode 100644
index 000000000000..812c9f55eb8f
--- /dev/null
+++ b/dev-python/pathlib2/Manifest
@@ -0,0 +1 @@
+DIST pathlib2-2.3.7-post1.gh.tar.gz 39281 BLAKE2B 71448eeb24cc149eb540b5b2f5f39cb1c7273ecbe9491eb049e8e1a721db4bde478bcd6cfadc7bc954c924eb26f1c5950fd4a8c5503a87dc3faec7866a23d0a8 SHA512 8eef6dcbd4b264365499ad0b53321fb1dce3b56377e91288a9d2b769775f9d697736e1136fe43d17147b8539fdad666e9b1f5fc22ecc63a601ce87434ba6aab1

diff --git a/dev-python/pathlib2/metadata.xml b/dev-python/pathlib2/metadata.xml
new file mode 100644
index 000000000000..f1aba8b00fba
--- /dev/null
+++ b/dev-python/pathlib2/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+		<name>Python</name>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="pypi">pathlib2</remote-id>
+		<remote-id type="github">jazzband/pathlib2</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/pathlib2/pathlib2-2.3.7_p1.ebuild b/dev-python/pathlib2/pathlib2-2.3.7_p1.ebuild
new file mode 100644
index 000000000000..778031c0f2c8
--- /dev/null
+++ b/dev-python/pathlib2/pathlib2-2.3.7_p1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+# this is a backport, please do not add newer impls unless necessary
+PYTHON_COMPAT=( pypy3 python3_{8..9} )
+
+inherit distutils-r1
+
+MY_P=${P/_p/-post}
+DESCRIPTION="Backport of pathlib aiming to support the full stdlib Python API"
+HOMEPAGE="
+	https://pypi.org/project/pathlib2/
+	https://github.com/jazzband/pathlib2/
+"
+SRC_URI="
+	https://github.com/jazzband/pathlib2/archive/${PV/_p/-post}.tar.gz
+		-> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest


             reply	other threads:[~2022-09-03 12:05 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-03 12:04 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ć
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-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=1662206687.b25d4871e386fe9e11b16f8b45ab6d623fc4d095.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