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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8EDAF138359 for ; Fri, 20 Nov 2020 16:03:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2824E083D; Fri, 20 Nov 2020 16:03:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD3E3E083E for ; Fri, 20 Nov 2020 16:03:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CACE340F22 for ; Fri, 20 Nov 2020 16:03:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2AE5464 for ; Fri, 20 Nov 2020 16:03:42 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1605886043.7c5745fc9014edca61779b1e4ba176c9148786a6.andrewammerlaan@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.2.4.ebuild dev-python/jupyter-sphinx/jupyter-sphinx-0.3.2.ebuild X-VCS-Directories: dev-python/jupyter-sphinx/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7c5745fc9014edca61779b1e4ba176c9148786a6 X-VCS-Branch: master Date: Fri, 20 Nov 2020 16:03:42 +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: fe78f2e5-6ecf-43fa-8a53-6f843b7b58c6 X-Archives-Hash: 8dfc6d507835611db4e55843da63c799 commit: 7c5745fc9014edca61779b1e4ba176c9148786a6 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Nov 20 15:27:23 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Nov 20 15:27:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7c5745fc dev-python/jupyter-sphinx: version bump 0.3.2, add py3.9 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/jupyter-sphinx/Manifest | 2 +- .../{jupyter-sphinx-0.2.4.ebuild => jupyter-sphinx-0.3.2.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/jupyter-sphinx/Manifest b/dev-python/jupyter-sphinx/Manifest index b059f476..ec34bb28 100644 --- a/dev-python/jupyter-sphinx/Manifest +++ b/dev-python/jupyter-sphinx/Manifest @@ -1 +1 @@ -DIST jupyter-sphinx-0.2.4.tar.gz 23212 BLAKE2B 5f1da1760d51a628af4bdf324e14f02cd6ffe7c572b04d74cab2ecbb89343d2ef2027a87dec9aadf9f2e512badba25ebc4d9a96d4e7959bb81fbe1637dbab807 SHA512 4c82b8ec48bb3fd68898f0a64ea94ec303bb6ffd63c7dff74e5cdd1ede569c75e76af108a6073c1c95d0298126df60c3c86c9d719aca3506f97bcd9f44784a97 +DIST jupyter-sphinx-0.3.2.tar.gz 25077 BLAKE2B 9baea1e1c5f7a59200b073752b8a5ff0af43ecded1d7880758e58ca14610d67518beb7fb67dfe979008ea1f8503a1898d7cd0d589a52e245aafc1b7d6a280da3 SHA512 1e3c760a8151647b87c26b6ee38f90430f096f147e9b2aacfe46eb9fcfcd70f50f2b8a34a2240134766c6fc53987c932bee41d5d22ef60abc2aaa6cefedc7297 diff --git a/dev-python/jupyter-sphinx/jupyter-sphinx-0.2.4.ebuild b/dev-python/jupyter-sphinx/jupyter-sphinx-0.3.2.ebuild similarity index 85% rename from dev-python/jupyter-sphinx/jupyter-sphinx-0.2.4.ebuild rename to dev-python/jupyter-sphinx/jupyter-sphinx-0.3.2.ebuild index 7ac4665b..30d34d37 100644 --- a/dev-python/jupyter-sphinx/jupyter-sphinx-0.2.4.ebuild +++ b/dev-python/jupyter-sphinx/jupyter-sphinx-0.3.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 @@ -24,4 +24,4 @@ RDEPEND=" " distutils_enable_tests pytest -distutils_enable_sphinx doc/source dev-python/matplotlib +distutils_enable_sphinx doc/source dev-python/matplotlib dev-python/alabaster 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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D730138359 for ; Fri, 20 Nov 2020 16:03:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 744E2E0828; Fri, 20 Nov 2020 16:03:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5AA9FE0827 for ; Fri, 20 Nov 2020 16:03:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E29F5340B4D for ; Fri, 20 Nov 2020 16:03:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6767D45B for ; Fri, 20 Nov 2020 16:03:35 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1605886043.7c5745fc9014edca61779b1e4ba176c9148786a6.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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.2.4.ebuild dev-python/jupyter-sphinx/jupyter-sphinx-0.3.2.ebuild X-VCS-Directories: dev-python/jupyter-sphinx/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7c5745fc9014edca61779b1e4ba176c9148786a6 X-VCS-Branch: dev Date: Fri, 20 Nov 2020 16:03:35 +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: c44b8445-532e-4b72-94a7-b65b16253452 X-Archives-Hash: 1162269fde35c06c70e2f02081619e94 Message-ID: <20201120160335.z4k_VUHEoBy0gCsvpTrqTib28frEK2UMeeUTmxdA-Eo@z> commit: 7c5745fc9014edca61779b1e4ba176c9148786a6 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Nov 20 15:27:23 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Nov 20 15:27:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7c5745fc dev-python/jupyter-sphinx: version bump 0.3.2, add py3.9 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/jupyter-sphinx/Manifest | 2 +- .../{jupyter-sphinx-0.2.4.ebuild => jupyter-sphinx-0.3.2.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/jupyter-sphinx/Manifest b/dev-python/jupyter-sphinx/Manifest index b059f476..ec34bb28 100644 --- a/dev-python/jupyter-sphinx/Manifest +++ b/dev-python/jupyter-sphinx/Manifest @@ -1 +1 @@ -DIST jupyter-sphinx-0.2.4.tar.gz 23212 BLAKE2B 5f1da1760d51a628af4bdf324e14f02cd6ffe7c572b04d74cab2ecbb89343d2ef2027a87dec9aadf9f2e512badba25ebc4d9a96d4e7959bb81fbe1637dbab807 SHA512 4c82b8ec48bb3fd68898f0a64ea94ec303bb6ffd63c7dff74e5cdd1ede569c75e76af108a6073c1c95d0298126df60c3c86c9d719aca3506f97bcd9f44784a97 +DIST jupyter-sphinx-0.3.2.tar.gz 25077 BLAKE2B 9baea1e1c5f7a59200b073752b8a5ff0af43ecded1d7880758e58ca14610d67518beb7fb67dfe979008ea1f8503a1898d7cd0d589a52e245aafc1b7d6a280da3 SHA512 1e3c760a8151647b87c26b6ee38f90430f096f147e9b2aacfe46eb9fcfcd70f50f2b8a34a2240134766c6fc53987c932bee41d5d22ef60abc2aaa6cefedc7297 diff --git a/dev-python/jupyter-sphinx/jupyter-sphinx-0.2.4.ebuild b/dev-python/jupyter-sphinx/jupyter-sphinx-0.3.2.ebuild similarity index 85% rename from dev-python/jupyter-sphinx/jupyter-sphinx-0.2.4.ebuild rename to dev-python/jupyter-sphinx/jupyter-sphinx-0.3.2.ebuild index 7ac4665b..30d34d37 100644 --- a/dev-python/jupyter-sphinx/jupyter-sphinx-0.2.4.ebuild +++ b/dev-python/jupyter-sphinx/jupyter-sphinx-0.3.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 @@ -24,4 +24,4 @@ RDEPEND=" " distutils_enable_tests pytest -distutils_enable_sphinx doc/source dev-python/matplotlib +distutils_enable_sphinx doc/source dev-python/matplotlib dev-python/alabaster