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 39574138350 for ; Wed, 5 Feb 2020 16:53:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B2DBE0A01; Wed, 5 Feb 2020 16:53:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 055B7E0A01 for ; Wed, 5 Feb 2020 16:53:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E1D6334E7C4 for ; Wed, 5 Feb 2020 16:53:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF812146 for ; Wed, 5 Feb 2020 16:53:24 +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: <1580921595.50194d24f3fe4b990fe8a8c61f8e424beaa2fa54.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/odfpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/odfpy/odfpy-1.3.6.ebuild X-VCS-Directories: dev-python/odfpy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 50194d24f3fe4b990fe8a8c61f8e424beaa2fa54 X-VCS-Branch: master Date: Wed, 5 Feb 2020 16:53:24 +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: 470319e1-e399-4e6b-bd9d-5ddd1fd3d327 X-Archives-Hash: d5562156fcad23bd9bc5688e602b1685 commit: 50194d24f3fe4b990fe8a8c61f8e424beaa2fa54 Author: Michał Górny gentoo org> AuthorDate: Wed Feb 5 16:47:46 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 5 16:53:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50194d24 dev-python/odfpy: Remove py2 Signed-off-by: Michał Górny gentoo.org> dev-python/odfpy/odfpy-1.3.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/odfpy/odfpy-1.3.6.ebuild b/dev-python/odfpy/odfpy-1.3.6.ebuild index cad4cc3cff8..ce7cc64b9f9 100644 --- a/dev-python/odfpy/odfpy-1.3.6.ebuild +++ b/dev-python/odfpy/odfpy-1.3.6.ebuild @@ -6,7 +6,7 @@ EAPI=7 # Classifier: Programming Language :: Python :: 2 :: Only # py3 fails one test, pypy anpother. # Notes on page of home repo reports support of python3. -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1