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 96CD215800F for ; Mon, 30 Jan 2023 10:29:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7134DE0960; Mon, 30 Jan 2023 10:29:36 +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 53E36E0960 for ; Mon, 30 Jan 2023 10:29:36 +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 66266340E0F for ; Mon, 30 Jan 2023 10:29:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 205598B3 for ; Mon, 30 Jan 2023 10:29:32 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1675045638.8fd603f4f16559b191b47824baa5fde53bc7d839.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/jupyter-sphinx/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/jupyter-sphinx/Manifest dev-python/jupyter-sphinx/jupyter-sphinx-0.3.2.ebuild dev-python/jupyter-sphinx/jupyter-sphinx-0.4.0.ebuild X-VCS-Directories: dev-python/jupyter-sphinx/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 8fd603f4f16559b191b47824baa5fde53bc7d839 X-VCS-Branch: master Date: Mon, 30 Jan 2023 10:29:32 +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: 86472819-12bb-4b67-893d-8fabe50bacb1 X-Archives-Hash: ab378ad47a5d8b77a6794f3f04276356 commit: 8fd603f4f16559b191b47824baa5fde53bc7d839 Author: Julien Roy jroy ca> AuthorDate: Mon Jan 30 02:27:09 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Mon Jan 30 02:27:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8fd603f4 dev-python/jupyter-sphinx: add 0.4.0, drop 0.3.2 Closes: https://bugs.gentoo.org/848213 Signed-off-by: Julien Roy jroy.ca> dev-python/jupyter-sphinx/Manifest | 2 +- ...jupyter-sphinx-0.3.2.ebuild => jupyter-sphinx-0.4.0.ebuild} | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/dev-python/jupyter-sphinx/Manifest b/dev-python/jupyter-sphinx/Manifest index ec34bb284..749e41d08 100644 --- a/dev-python/jupyter-sphinx/Manifest +++ b/dev-python/jupyter-sphinx/Manifest @@ -1 +1 @@ -DIST jupyter-sphinx-0.3.2.tar.gz 25077 BLAKE2B 9baea1e1c5f7a59200b073752b8a5ff0af43ecded1d7880758e58ca14610d67518beb7fb67dfe979008ea1f8503a1898d7cd0d589a52e245aafc1b7d6a280da3 SHA512 1e3c760a8151647b87c26b6ee38f90430f096f147e9b2aacfe46eb9fcfcd70f50f2b8a34a2240134766c6fc53987c932bee41d5d22ef60abc2aaa6cefedc7297 +DIST jupyter-sphinx-0.4.0.tar.gz 27538 BLAKE2B f293cbd7d01c47f6b9a9d288584934480c4349488feb6ddc65ea12b0acadead210a29dc170897c4bf9c7cfb4a01e6ec5bb4170c5fd6bc9dd52b6b5bd8af64751 SHA512 baca3d16f8680ddf1229d2d5bd1308e6055d4f26f955dd509ef9fea173728cfa4c09405d22181fd696176db5bc3a1ee33d3b4f5f6ff7691fb3a27b5b55af06a6 diff --git a/dev-python/jupyter-sphinx/jupyter-sphinx-0.3.2.ebuild b/dev-python/jupyter-sphinx/jupyter-sphinx-0.4.0.ebuild similarity index 81% rename from dev-python/jupyter-sphinx/jupyter-sphinx-0.3.2.ebuild rename to dev-python/jupyter-sphinx/jupyter-sphinx-0.4.0.ebuild index 9a212e4d3..a8d29b646 100644 --- a/dev-python/jupyter-sphinx/jupyter-sphinx-0.3.2.ebuild +++ b/dev-python/jupyter-sphinx/jupyter-sphinx-0.4.0.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 @@ -11,7 +12,7 @@ DESCRIPTION="Jupyter Sphinx Extensions" HOMEPAGE="https://github.com/jupyter/jupyter-sphinx" SRC_URI="https://github.com/jupyter/jupyter-sphinx/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD-with-disclosure" +LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" @@ -22,6 +23,7 @@ RDEPEND=" >=dev-python/nbconvert-5.5[${PYTHON_USEDEP}] dev-python/nbformat[${PYTHON_USEDEP}] " +DEPEND="${RDEPEND}" distutils_enable_tests pytest distutils_enable_sphinx doc/source dev-python/matplotlib dev-python/alabaster