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 3712F138350 for ; Tue, 4 Feb 2020 13:10:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71B4EE087E; Tue, 4 Feb 2020 13:10:27 +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 3BB86E087E for ; Tue, 4 Feb 2020 13:10:27 +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 470A034E68B for ; Tue, 4 Feb 2020 13:10:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7046112D for ; Tue, 4 Feb 2020 13:10:21 +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: <1580821817.1b4427a776d17c1e2b8bfbd61918432249eececf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/autobahn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/autobahn/autobahn-17.10.1.ebuild dev-python/autobahn/autobahn-17.5.1-r2.ebuild dev-python/autobahn/autobahn-17.9.1.ebuild dev-python/autobahn/autobahn-17.9.2.ebuild dev-python/autobahn/autobahn-18.3.1.ebuild X-VCS-Directories: dev-python/autobahn/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1b4427a776d17c1e2b8bfbd61918432249eececf X-VCS-Branch: master Date: Tue, 4 Feb 2020 13:10: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: de98d1ac-9d17-495b-a7e1-ac1805d10e30 X-Archives-Hash: 2bdcd6c0db6a3762562c21c1e34b8b3c commit: 1b4427a776d17c1e2b8bfbd61918432249eececf Author: Michał Górny gentoo org> AuthorDate: Tue Feb 4 13:06:37 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 4 13:10:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b4427a7 dev-python/autobahn: Remove py2 Signed-off-by: Michał Górny gentoo.org> dev-python/autobahn/autobahn-17.10.1.ebuild | 2 +- dev-python/autobahn/autobahn-17.5.1-r2.ebuild | 2 +- dev-python/autobahn/autobahn-17.9.1.ebuild | 2 +- dev-python/autobahn/autobahn-17.9.2.ebuild | 2 +- dev-python/autobahn/autobahn-18.3.1.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/autobahn/autobahn-17.10.1.ebuild b/dev-python/autobahn/autobahn-17.10.1.ebuild index d806cf15eee..ae72e1f6178 100644 --- a/dev-python/autobahn/autobahn-17.10.1.ebuild +++ b/dev-python/autobahn/autobahn-17.10.1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 versionator diff --git a/dev-python/autobahn/autobahn-17.5.1-r2.ebuild b/dev-python/autobahn/autobahn-17.5.1-r2.ebuild index 7a621b460ed..b91b886d58f 100644 --- a/dev-python/autobahn/autobahn-17.5.1-r2.ebuild +++ b/dev-python/autobahn/autobahn-17.5.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 versionator diff --git a/dev-python/autobahn/autobahn-17.9.1.ebuild b/dev-python/autobahn/autobahn-17.9.1.ebuild index d806cf15eee..ae72e1f6178 100644 --- a/dev-python/autobahn/autobahn-17.9.1.ebuild +++ b/dev-python/autobahn/autobahn-17.9.1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 versionator diff --git a/dev-python/autobahn/autobahn-17.9.2.ebuild b/dev-python/autobahn/autobahn-17.9.2.ebuild index d806cf15eee..ae72e1f6178 100644 --- a/dev-python/autobahn/autobahn-17.9.2.ebuild +++ b/dev-python/autobahn/autobahn-17.9.2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 versionator diff --git a/dev-python/autobahn/autobahn-18.3.1.ebuild b/dev-python/autobahn/autobahn-18.3.1.ebuild index d52ee164e21..2da651aae14 100644 --- a/dev-python/autobahn/autobahn-18.3.1.ebuild +++ b/dev-python/autobahn/autobahn-18.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 versionator