From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A01B158094 for ; Sat, 3 Sep 2022 12:05:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C90BE07FE; Sat, 3 Sep 2022 12:05:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19222E07EE for ; Sat, 3 Sep 2022 12:05:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26EDA3410CB for ; Sat, 3 Sep 2022 12:05:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5515A5C8 for ; Sat, 3 Sep 2022 12:04:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1662206687.b25d4871e386fe9e11b16f8b45ab6d623fc4d095.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pathlib2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pathlib2/Manifest dev-python/pathlib2/metadata.xml dev-python/pathlib2/pathlib2-2.3.7_p1.ebuild X-VCS-Directories: dev-python/pathlib2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b25d4871e386fe9e11b16f8b45ab6d623fc4d095 X-VCS-Branch: master Date: Sat, 3 Sep 2022 12:04:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 73601432-ec19-4e1c-8a2e-a16c53683cca X-Archives-Hash: 3b34a804b42dcfc929243f857fa4d476 commit: b25d4871e386fe9e11b16f8b45ab6d623fc4d095 Author: Michał Górny gentoo org> AuthorDate: Sat Sep 3 11:24:16 2022 +0000 Commit: Michał Górny gentoo 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 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 @@ + + + + + python@gentoo.org + Python + + + + pathlib2 + jazzband/pathlib2 + + 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