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 5B423138359 for ; Tue, 7 Jul 2020 03:33:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63D09E0943; Tue, 7 Jul 2020 03:33:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D51E3E0943 for ; Tue, 7 Jul 2020 03:33:26 +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 98E2634F2A3 for ; Tue, 7 Jul 2020 03:33:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34EB5287 for ; Tue, 7 Jul 2020 03:33:21 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1594080447.e59ec1924d6db957a01c828ce294a7675be5b27c.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: repoman/, / X-VCS-Repository: proj/portage X-VCS-Files: .travis.yml repoman/setup.py setup.py tox.ini X-VCS-Directories: repoman/ / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: e59ec1924d6db957a01c828ce294a7675be5b27c X-VCS-Branch: master Date: Tue, 7 Jul 2020 03:33:21 +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: 66a5b60b-cf6e-43e5-90c5-58877adaa566 X-Archives-Hash: 663947343376640bcf837a7073e85809 commit: e59ec1924d6db957a01c828ce294a7675be5b27c Author: Zac Medico gentoo org> AuthorDate: Mon Jul 6 18:18:02 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Jul 7 00:07:27 2020 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=e59ec192 travis.yml: drop python 2.7 (bug 731114) It should be pretty safe to drop support for python2.7 at this point. Bug: https://bugs.gentoo.org/731114 Reviewed-by: Brian Dolbec gentoo.org> Reviewed-by: Michał Górny gentoo.org> Signed-off-by: Zac Medico gentoo.org> .travis.yml | 1 - repoman/setup.py | 2 +- setup.py | 2 +- tox.ini | 6 ++---- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2132c8c87..d2935fdab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ dist: bionic language: python python: - - 2.7 - 3.6 - 3.7 - 3.8 diff --git a/repoman/setup.py b/repoman/setup.py index eae0e09fe..f2664fae4 100755 --- a/repoman/setup.py +++ b/repoman/setup.py @@ -492,7 +492,7 @@ setup( 'Intended Audience :: System Administrators', 'License :: OSI Approved :: GNU General Public License v2 (GPLv2)', 'Operating System :: POSIX', - 'Programming Language :: Python', + 'Programming Language :: Python :: 3', 'Topic :: System :: Installation/Setup' ] ) diff --git a/setup.py b/setup.py index ae00cf736..a3a026203 100755 --- a/setup.py +++ b/setup.py @@ -714,7 +714,7 @@ setup( 'Intended Audience :: System Administrators', 'License :: OSI Approved :: GNU General Public License v2 (GPLv2)', 'Operating System :: POSIX', - 'Programming Language :: Python', + 'Programming Language :: Python :: 3', 'Topic :: System :: Installation/Setup' ] ) diff --git a/tox.ini b/tox.ini index 79b5b45cb..050a2c455 100644 --- a/tox.ini +++ b/tox.ini @@ -1,14 +1,12 @@ [tox] -envlist = py27,py36,py37,py38,py39,pypy3 +envlist = py36,py37,py38,py39,pypy3 skipsdist = True [testenv] deps = pygost pyyaml - py27,py36,py37,py38,py39,pypy3: lxml!=4.2.0 - py27: pyblake2 - py27: pysha3 + py36,py37,py38,py39,pypy3: lxml!=4.2.0 setenv = PYTHONPATH={toxinidir}/lib commands =