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 D3DA3158094 for ; Sun, 18 Sep 2022 13:46:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8811E08EF; Sun, 18 Sep 2022 13:46:58 +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 BD6BCE08EF for ; Sun, 18 Sep 2022 13:46:58 +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 DC7C2340C02 for ; Sun, 18 Sep 2022 13:46:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F9175E2 for ; Sun, 18 Sep 2022 13:46:55 +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: <1663508810.e33ac8432a3a43b04fd590ebe48af723e5978c15.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pendulum/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pendulum/Manifest dev-python/pendulum/pendulum-2.1.2-r1.ebuild dev-python/pendulum/pendulum-2.1.2-r2.ebuild X-VCS-Directories: dev-python/pendulum/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e33ac8432a3a43b04fd590ebe48af723e5978c15 X-VCS-Branch: master Date: Sun, 18 Sep 2022 13:46:55 +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: 62090d9a-3239-4fc9-9296-7d4c360f5b4a X-Archives-Hash: d13124bdd0119b0a61267040d1689849 commit: e33ac8432a3a43b04fd590ebe48af723e5978c15 Author: Michał Górny gentoo org> AuthorDate: Sun Sep 18 13:41:42 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 18 13:46:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e33ac843 dev-python/pendulum: Use PEP517 build Signed-off-by: Michał Górny gentoo.org> dev-python/pendulum/Manifest | 2 +- ...lum-2.1.2-r1.ebuild => pendulum-2.1.2-r2.ebuild} | 21 ++++++++++++++++----- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/dev-python/pendulum/Manifest b/dev-python/pendulum/Manifest index 3e628f72f341..18d42cf9abe1 100644 --- a/dev-python/pendulum/Manifest +++ b/dev-python/pendulum/Manifest @@ -1 +1 @@ -DIST pendulum-2.1.2.tar.gz 159885 BLAKE2B c95cd131fc95a0d19ef11f180cc42126cb8a6ea3aaf4b3bbedbc5ce4c1b37a6624f2a1be92f1a6fd6b1f14f5d20fa5f32e8230f896ab7a216f02f00e85b98738 SHA512 c367320ade0d10b7eb9c880286176161b925d7df052f7de85ddd169594bbe778776ea74df451f00186df98be3e32b7399c68ca4b40123e2c456206410e3a1ab2 +DIST pendulum-2.1.2.gh.tar.gz 159885 BLAKE2B c95cd131fc95a0d19ef11f180cc42126cb8a6ea3aaf4b3bbedbc5ce4c1b37a6624f2a1be92f1a6fd6b1f14f5d20fa5f32e8230f896ab7a216f02f00e85b98738 SHA512 c367320ade0d10b7eb9c880286176161b925d7df052f7de85ddd169594bbe778776ea74df451f00186df98be3e32b7399c68ca4b40123e2c456206410e3a1ab2 diff --git a/dev-python/pendulum/pendulum-2.1.2-r1.ebuild b/dev-python/pendulum/pendulum-2.1.2-r2.ebuild similarity index 66% rename from dev-python/pendulum/pendulum-2.1.2-r1.ebuild rename to dev-python/pendulum/pendulum-2.1.2-r2.ebuild index 602bea9a4764..8ed0456d4293 100644 --- a/dev-python/pendulum/pendulum-2.1.2-r1.ebuild +++ b/dev-python/pendulum/pendulum-2.1.2-r2.ebuild @@ -3,13 +3,21 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml +DISTUTILS_USE_PEP517=poetry PYTHON_COMPAT=( python3_{8..10} ) + inherit distutils-r1 DESCRIPTION="Drop-in replacement for the standard datetime class" -HOMEPAGE="https://pendulum.eustace.io/ https://github.com/sdispater/pendulum" -SRC_URI="https://github.com/sdispater/pendulum/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE=" + https://pendulum.eustace.io/ + https://github.com/sdispater/pendulum/ + https://pypi.org/project/pendulum/ +" +SRC_URI=" + https://github.com/sdispater/pendulum/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="MIT" SLOT="0" @@ -19,12 +27,15 @@ DEPEND=" dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/pytzdata[${PYTHON_USEDEP}] " -RDEPEND="${DEPEND}" +RDEPEND=" + ${DEPEND} +" BDEPEND=" test? ( dev-python/Babel[${PYTHON_USEDEP}] dev-python/freezegun[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] - )" + ) +" distutils_enable_tests pytest