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 EFC00158020 for ; Tue, 22 Nov 2022 07:32:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0899EE0BF9; Tue, 22 Nov 2022 07:32:29 +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 DE486E0BEF for ; Tue, 22 Nov 2022 07:32:28 +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 7FEC33412A4 for ; Tue, 22 Nov 2022 07:32:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD1A2759 for ; Tue, 22 Nov 2022 07:32:25 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1669094545.e8271c1a9f1f70f01e219fb71a30a395f0a7a6ef.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/convertdate/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/convertdate/Manifest dev-python/convertdate/convertdate-2.4.0.ebuild X-VCS-Directories: dev-python/convertdate/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: e8271c1a9f1f70f01e219fb71a30a395f0a7a6ef X-VCS-Branch: dev Date: Tue, 22 Nov 2022 07:32:25 +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: 3cf01d32-66e9-4d4a-88ed-12cc036bd7c2 X-Archives-Hash: 7fc4bd0abb102fbfdb2b448d1b008aed commit: e8271c1a9f1f70f01e219fb71a30a395f0a7a6ef Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Nov 22 05:22:21 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue Nov 22 05:22:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e8271c1a dev-python/convertdate: enable py3.11 & docs Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/convertdate/Manifest | 2 +- dev-python/convertdate/convertdate-2.4.0.ebuild | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-python/convertdate/Manifest b/dev-python/convertdate/Manifest index e5acebd36..edba38e8e 100644 --- a/dev-python/convertdate/Manifest +++ b/dev-python/convertdate/Manifest @@ -1,2 +1,2 @@ DIST convertdate-2.3.2.tar.gz 52155 BLAKE2B 607e5b0ec3c4bc664cec51c32c68ccec0676f72e839c9d094fb901ce1ae154c759f5bded34f5654562ae1e74111c4ee263159ae46cb545b2cfae81af343511f4 SHA512 a1c70564fafc697a5fb941d32603e8bfae565089a1a37bc3c2f8793bf926e6e97c752ffddb9192ae54e37ccafb0a02969b9f9086875595f1eb97cf264f96fde9 -DIST convertdate-2.4.0.tar.gz 52728 BLAKE2B 1ee45f86c1a424f479a0a01d7f048a861cea9a25e82adade8dc26182064428b27dac98012d9a1e6afc7412f27366dd3d06ecc8d881eb6946d24a037305bb5c57 SHA512 d6b63000fd72640d69afa12b5f942684fa1c2f52880bc76e78780f144848040176a7869cd7b95a502abfd5b8fe1ebc3c844f3eb261e2ad547e6be493b11cd432 +DIST convertdate-2.4.0.gh.tar.gz 52728 BLAKE2B 1ee45f86c1a424f479a0a01d7f048a861cea9a25e82adade8dc26182064428b27dac98012d9a1e6afc7412f27366dd3d06ecc8d881eb6946d24a037305bb5c57 SHA512 d6b63000fd72640d69afa12b5f942684fa1c2f52880bc76e78780f144848040176a7869cd7b95a502abfd5b8fe1ebc3c844f3eb261e2ad547e6be493b11cd432 diff --git a/dev-python/convertdate/convertdate-2.4.0.ebuild b/dev-python/convertdate/convertdate-2.4.0.ebuild index c280e8bf7..05affc299 100644 --- a/dev-python/convertdate/convertdate-2.4.0.ebuild +++ b/dev-python/convertdate/convertdate-2.4.0.ebuild @@ -3,13 +3,13 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Utils for converting between date formats and calculating holidays" HOMEPAGE="https://github.com/fitnr/convertdate" -SRC_URI="https://github.com/fitnr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/fitnr/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="MIT" SLOT="0" @@ -19,5 +19,6 @@ RDEPEND="dev-python/pymeeus[${PYTHON_USEDEP}]" distutils_enable_tests pytest -# TODO: requires myst_parser -#distutils_enable_sphinx docs dev-python/sphinx_rtd_theme +distutils_enable_sphinx docs \ + dev-python/myst-parser \ + dev-python/sphinx_rtd_theme