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 98F441382C5 for ; Fri, 4 Jun 2021 09:55:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87C94E0788; Fri, 4 Jun 2021 09:55:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6EBCCE0788 for ; Fri, 4 Jun 2021 09:55:55 +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 3F23E33BDD0 for ; Fri, 4 Jun 2021 09:55:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B60DC73A for ; Fri, 4 Jun 2021 09:55: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: <1622800372.ee3defd63ced54194cbfe0b2298894c5e9bfc17f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/docutils-glep/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/docutils-glep/docutils-glep-1.2.ebuild X-VCS-Directories: dev-python/docutils-glep/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ee3defd63ced54194cbfe0b2298894c5e9bfc17f X-VCS-Branch: master Date: Fri, 4 Jun 2021 09:55: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: 8e597e07-36a7-4648-8c5d-94ef060a18bd X-Archives-Hash: 14e9a30ffef5db705a74a0847b11317e commit: ee3defd63ced54194cbfe0b2298894c5e9bfc17f Author: Michał Górny gentoo org> AuthorDate: Fri Jun 4 09:52:52 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jun 4 09:52:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee3defd6 dev-python/docutils-glep: Enable py3.10 Signed-off-by: Michał Górny gentoo.org> dev-python/docutils-glep/docutils-glep-1.2.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-python/docutils-glep/docutils-glep-1.2.ebuild b/dev-python/docutils-glep/docutils-glep-1.2.ebuild index 68829e5c2b2..1a6db5aa1b2 100644 --- a/dev-python/docutils-glep/docutils-glep-1.2.ebuild +++ b/dev-python/docutils-glep/docutils-glep-1.2.ebuild @@ -1,11 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7..9} ) +EAPI=7 +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 MY_PN=${PN/-/_} @@ -13,11 +11,10 @@ MY_P=${MY_PN}-${PV} DESCRIPTION="Gentoo GLEP support for docutils" HOMEPAGE="https://github.com/mgorny/docutils-glep/" SRC_URI="mirror://pypi/${MY_PN::1}/${MY_PN}/${MY_P}.tar.gz" +S=${WORKDIR}/${MY_P} LICENSE="public-domain" SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=">=dev-python/docutils-0.10[${PYTHON_USEDEP}]" - -S=${WORKDIR}/${MY_P}