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 6B2BD158091 for ; Sun, 5 Jun 2022 18:22:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4C38E08C3; Sun, 5 Jun 2022 18:22:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8CEB2E08C3 for ; Sun, 5 Jun 2022 18:22:55 +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 6C3B63419C0 for ; Sun, 5 Jun 2022 18:22:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C30C03B8 for ; Sun, 5 Jun 2022 18:22:52 +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: <1654453367.abe46d1d2b36c182cb50db0eacfcb18f69214058.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-asyncio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinxcontrib-asyncio/Manifest dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.3.0.ebuild X-VCS-Directories: dev-python/sphinxcontrib-asyncio/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: abe46d1d2b36c182cb50db0eacfcb18f69214058 X-VCS-Branch: master Date: Sun, 5 Jun 2022 18:22:52 +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: 8d547410-5ba4-4d58-8b50-99008e4c1d3e X-Archives-Hash: 043e3c2416ade1aff13b3fe07542e808 commit: abe46d1d2b36c182cb50db0eacfcb18f69214058 Author: Michał Górny gentoo org> AuthorDate: Sun Jun 5 18:12:29 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jun 5 18:22:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abe46d1d dev-python/sphinxcontrib-asyncio: Bump to 0.3.0 Signed-off-by: Michał Górny gentoo.org> dev-python/sphinxcontrib-asyncio/Manifest | 1 + .../sphinxcontrib-asyncio-0.3.0.ebuild | 39 ++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/dev-python/sphinxcontrib-asyncio/Manifest b/dev-python/sphinxcontrib-asyncio/Manifest index cb1e2c53a042..d68bdd275752 100644 --- a/dev-python/sphinxcontrib-asyncio/Manifest +++ b/dev-python/sphinxcontrib-asyncio/Manifest @@ -1 +1,2 @@ DIST sphinxcontrib-asyncio-0.2.0.tar.gz 10689 BLAKE2B 9e03989a1ed22d7d467bdb7626e2e908407a0de15a943a432ff9707340f0cefe7caf1684380c25764637798b585b32287c4bcfc0f2014a78b7019547405e7ded SHA512 2ca25717c03385ae9bf879b8efeab8d508292d07f96d941032720d755d3db2e7bbc3c9a33c6103af9d83849ed8878bea1048d349bd0873288ee2addfee9756b7 +DIST sphinxcontrib-asyncio-0.3.0.tar.gz 11622 BLAKE2B 8c3358ad191e12e79767be6e6f3800e5de423d9a5ad005bdb416aa7a601cddc5f115db3e9b27213c06dbc341b671cbacd00217b65496baada40bfe257069abfa SHA512 fa66a2a9b5f89327686481f46d8e5be0b674f6355c8c0eeb862bf0ca0b5bb848121c5ed153780f653242faf1b82debc6917c3f6046244cce0f1423303a324f29 diff --git a/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.3.0.ebuild b/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.3.0.ebuild new file mode 100644 index 000000000000..b4063a15cf88 --- /dev/null +++ b/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.3.0.ebuild @@ -0,0 +1,39 @@ +# 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..11} ) + +inherit distutils-r1 + +DESCRIPTION="sphinx extension to support coroutines in markup" +HOMEPAGE=" + https://github.com/aio-libs/sphinxcontrib-asyncio/ + https://pypi.org/project/sphinxcontrib-asyncio/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + dev-python/sphinx[${PYTHON_USEDEP}] +" + +distutils_enable_sphinx docs + +src_prepare() { + # fix for sphinx >= 4.0 + sed -e 's/PyModulelevel/PyFunction/g' \ + -e 's/PyClassmember/PyClassMethod/g' \ + -i sphinxcontrib/asyncio.py || die + default +} + +python_compile() { + distutils-r1_python_compile + rm "${BUILD_DIR}/install$(python_get_sitedir)"/sphinxcontrib/__init__.py || die +}