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 7A74F158086 for ; Tue, 14 Dec 2021 07:14:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 204E12BC009; Tue, 14 Dec 2021 07:14:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 994622BC006 for ; Tue, 14 Dec 2021 07:14: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07375343661 for ; Tue, 14 Dec 2021 07:14:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56443261 for ; Tue, 14 Dec 2021 07:14:05 +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: <1639465347.ae5dbfbc2798e11b8bf037041b86aa36e82f8483.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/doxypypy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/doxypypy/doxypypy-0.8.8.6_p20210405.ebuild dev-python/doxypypy/metadata.xml X-VCS-Directories: dev-python/doxypypy/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: ae5dbfbc2798e11b8bf037041b86aa36e82f8483 X-VCS-Branch: dev Date: Tue, 14 Dec 2021 07:14:05 +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: 0b57c186-9dc4-4fe6-af41-70435bc04ec6 X-Archives-Hash: 9d95c98ae7115a7bed959bc8b0dae9c7 commit: ae5dbfbc2798e11b8bf037041b86aa36e82f8483 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Dec 11 12:19:19 2021 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue Dec 14 07:02:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae5dbfbc dev-python/doxypypy: update EAPI 7 -> 8 Closes: https://bugs.gentoo.org/816171 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/doxypypy/doxypypy-0.8.8.6_p20210405.ebuild | 15 ++++++--------- dev-python/doxypypy/metadata.xml | 2 +- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405.ebuild b/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405.ebuild index 655fee23f..f4877c199 100644 --- a/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405.ebuild +++ b/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405.ebuild @@ -1,18 +1,17 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{8..9} ) +EAPI=8 +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 -MY_REV=39115c3d061d2f83e4a030bcb8642ec6f3203e61 +COMMIT="39115c3d061d2f83e4a030bcb8642ec6f3203e61" DESCRIPTION="A more Pythonic version of doxypy, a Doxygen filter for Python" HOMEPAGE="https://github.com/Feneric/doxypypy" -SRC_URI="https://github.com/Feneric/doxypypy/archive/${MY_REV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/Feneric/doxypypy/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT}" RESTRICT="!test? ( test )" LICENSE="GPL-2" @@ -20,9 +19,7 @@ SLOT="0" KEYWORDS="~amd64" RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]" -DEPEND="test? ( dev-python/zope-interface[${PYTHON_USEDEP}] )" - -S="${WORKDIR}/${PN}-${MY_REV}" +BDEPEND="test? ( dev-python/zope-interface[${PYTHON_USEDEP}] )" distutils_enable_tests unittest diff --git a/dev-python/doxypypy/metadata.xml b/dev-python/doxypypy/metadata.xml index 18ed3fd36..497d90dbd 100644 --- a/dev-python/doxypypy/metadata.xml +++ b/dev-python/doxypypy/metadata.xml @@ -1,5 +1,5 @@ - +