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 A5FA7158090 for ; Thu, 19 May 2022 07:32:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2C51E09BD; Thu, 19 May 2022 07:32:02 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C220EE09AB for ; Thu, 19 May 2022 07:32:02 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5E4334174D for ; Thu, 19 May 2022 07:32:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15E8346A for ; Thu, 19 May 2022 07:32:00 +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: <1652945513.bb055e083183558606e709cf2fc858c2096bf888.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rebulk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rebulk/rebulk-3.1.0-r1.ebuild dev-python/rebulk/rebulk-3.1.0.ebuild X-VCS-Directories: dev-python/rebulk/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bb055e083183558606e709cf2fc858c2096bf888 X-VCS-Branch: master Date: Thu, 19 May 2022 07:32:00 +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: 5d800193-6897-4d63-9455-6d5219745cf0 X-Archives-Hash: 32f66ba787f4f346c533f94a90f89cb7 commit: bb055e083183558606e709cf2fc858c2096bf888 Author: Michał Górny gentoo org> AuthorDate: Thu May 19 07:25:05 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 19 07:31:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb055e08 dev-python/rebulk: Use PEP517 build Signed-off-by: Michał Górny gentoo.org> .../rebulk/{rebulk-3.1.0.ebuild => rebulk-3.1.0-r1.ebuild} | 14 ++++++++++---- dev-python/rebulk/rebulk-3.1.0.ebuild | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/dev-python/rebulk/rebulk-3.1.0.ebuild b/dev-python/rebulk/rebulk-3.1.0-r1.ebuild similarity index 73% copy from dev-python/rebulk/rebulk-3.1.0.ebuild copy to dev-python/rebulk/rebulk-3.1.0-r1.ebuild index 07104a1fea0b..584c608cc428 100644 --- a/dev-python/rebulk/rebulk-3.1.0.ebuild +++ b/dev-python/rebulk/rebulk-3.1.0-r1.ebuild @@ -1,20 +1,26 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..10} ) + inherit distutils-r1 DESCRIPTION="Python library that performs advanced searches in strings" -HOMEPAGE="https://github.com/Toilal/rebulk https://pypi.org/project/rebulk/" +HOMEPAGE=" + https://github.com/Toilal/rebulk/ + https://pypi.org/project/rebulk/ +" SRC_URI=" https://github.com/Toilal/rebulk/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" + -> ${P}.gh.tar.gz +" LICENSE="MIT Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" distutils_enable_tests pytest diff --git a/dev-python/rebulk/rebulk-3.1.0.ebuild b/dev-python/rebulk/rebulk-3.1.0.ebuild index 07104a1fea0b..0b51e9b993f6 100644 --- a/dev-python/rebulk/rebulk-3.1.0.ebuild +++ b/dev-python/rebulk/rebulk-3.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8