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 6CAD013835A for ; Wed, 5 May 2021 13:33:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96DF8E083E; Wed, 5 May 2021 13:33:06 +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 71015E083E for ; Wed, 5 May 2021 13:33:06 +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 6D278340D85 for ; Wed, 5 May 2021 13:33:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7D2764B for ; Wed, 5 May 2021 13:33:03 +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: <1620221581.482d9bf6208ca2fbbda5710cce48c233cf4e543f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyparsing/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyparsing/pyparsing-2.4.7-r1.ebuild X-VCS-Directories: dev-python/pyparsing/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 482d9bf6208ca2fbbda5710cce48c233cf4e543f X-VCS-Branch: master Date: Wed, 5 May 2021 13:33:03 +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: 97e47df1-02b8-42f8-a378-bfecf39a72c7 X-Archives-Hash: ddec51e6638bb09a4d3f1c21fcd5dca5 commit: 482d9bf6208ca2fbbda5710cce48c233cf4e543f Author: Michał Górny gentoo org> AuthorDate: Wed May 5 13:27:32 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 5 13:33:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482d9bf6 dev-python/pyparsing: Enable python3.10 Signed-off-by: Michał Górny gentoo.org> dev-python/pyparsing/pyparsing-2.4.7-r1.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/dev-python/pyparsing/pyparsing-2.4.7-r1.ebuild b/dev-python/pyparsing/pyparsing-2.4.7-r1.ebuild index b6e871b2aee..f570cba32eb 100644 --- a/dev-python/pyparsing/pyparsing-2.4.7-r1.ebuild +++ b/dev-python/pyparsing/pyparsing-2.4.7-r1.ebuild @@ -2,8 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) -DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 @@ -11,8 +10,7 @@ MY_P=${P/-/_} DESCRIPTION="Easy-to-use Python module for text parsing" HOMEPAGE="https://github.com/pyparsing/pyparsing https://pypi.org/project/pyparsing/" SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_P}.tar.gz" -# pypi releases and generated github tarballs lack tests -#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +S=${WORKDIR}/${PN}-${MY_P} LICENSE="MIT" SLOT="0" @@ -21,8 +19,6 @@ IUSE="examples" distutils_enable_tests setup.py -S=${WORKDIR}/${PN}-${MY_P} - python_install_all() { if use examples; then docompress -x /usr/share/doc/${PF}/examples