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 E5C82158095 for ; Sun, 18 Sep 2022 13:53:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1971E088F; Sun, 18 Sep 2022 13:53:09 +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 C58D7E088F for ; Sun, 18 Sep 2022 13:53:09 +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 B5910340D01 for ; Sun, 18 Sep 2022 13:53:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D76C5DB for ; Sun, 18 Sep 2022 13:53:07 +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: <1663509184.ae2f9e5e47433b6a08a03b036d6bfd8461618d2e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-github-alt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinxcontrib-github-alt/Manifest dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r1.ebuild dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r2.ebuild X-VCS-Directories: dev-python/sphinxcontrib-github-alt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ae2f9e5e47433b6a08a03b036d6bfd8461618d2e X-VCS-Branch: master Date: Sun, 18 Sep 2022 13:53:07 +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: 41d2e333-2efc-400b-a9b1-5c912a5af28f X-Archives-Hash: db575a6aaba0eca579b9ebc2ac6c31b3 commit: ae2f9e5e47433b6a08a03b036d6bfd8461618d2e Author: Michał Górny gentoo org> AuthorDate: Sun Sep 18 13:52:28 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 18 13:53:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae2f9e5e dev-python/sphinxcontrib-github-alt: Use PEP517 build Signed-off-by: Michał Górny gentoo.org> dev-python/sphinxcontrib-github-alt/Manifest | 2 +- ...build => sphinxcontrib-github-alt-1.2-r2.ebuild} | 21 ++++++++++++++------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/dev-python/sphinxcontrib-github-alt/Manifest b/dev-python/sphinxcontrib-github-alt/Manifest index 4075c8bc8391..512c3e9774e0 100644 --- a/dev-python/sphinxcontrib-github-alt/Manifest +++ b/dev-python/sphinxcontrib-github-alt/Manifest @@ -1 +1 @@ -DIST sphinxcontrib-github-alt-1.2.tar.gz 3680 BLAKE2B afd5a20d073e58bcb657fbf100b28fab9d8cda2e1ae7e488dab42e8d4b12e4668185657673a56e9c410aa81cb65dbf4b706740511a8ed9d6c49482ea014c2fc0 SHA512 08f6738206232a5f37446ecac7b804178a57173efee58886623c7d2b43678c8acfd5a7527bacfe7c8f004fd531be9606f24a99c5665b78f97a5676398d2d2857 +DIST sphinxcontrib_github_alt-1.2.gh.tar.gz 3680 BLAKE2B afd5a20d073e58bcb657fbf100b28fab9d8cda2e1ae7e488dab42e8d4b12e4668185657673a56e9c410aa81cb65dbf4b706740511a8ed9d6c49482ea014c2fc0 SHA512 08f6738206232a5f37446ecac7b804178a57173efee58886623c7d2b43678c8acfd5a7527bacfe7c8f004fd531be9606f24a99c5665b78f97a5676398d2d2857 diff --git a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r1.ebuild b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r2.ebuild similarity index 56% rename from dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r1.ebuild rename to dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r2.ebuild index 9fe7b806baf5..6b653bee52cb 100644 --- a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r1.ebuild +++ b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r2.ebuild @@ -3,17 +3,22 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml +DISTUTILS_USE_PEP517=flit PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 -MY_PN="sphinxcontrib_github_alt" - +MY_P=sphinxcontrib_github_alt-${PV} DESCRIPTION="Link to GitHub issues, pull requests, commits and users from Sphinx docs" -HOMEPAGE="https://github.com/jupyter/sphinxcontrib_github_alt" -SRC_URI="https://github.com/jupyter/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${MY_PN}-${PV}" +HOMEPAGE=" + https://github.com/jupyter/sphinxcontrib_github_alt/ + https://pypi.org/project/sphinxcontrib_github_alt/ +" +SRC_URI=" + https://github.com/jupyter/sphinxcontrib_github_alt/archive/${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} LICENSE="BSD-2" SLOT="0" @@ -23,4 +28,6 @@ RDEPEND=" dev-python/sphinx[${PYTHON_USEDEP}] !dev-python/sphinxcontrib_github_alt " -BDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" +BDEPEND=" + dev-python/sphinx[${PYTHON_USEDEP}] +"