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 3FC58138350 for ; Tue, 4 Feb 2020 12:30:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93A3BE0891; Tue, 4 Feb 2020 12:30:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 7A611E088F for ; Tue, 4 Feb 2020 12:30:41 +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 9050B34E5B9 for ; Tue, 4 Feb 2020 12:30:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 931D8126 for ; Tue, 4 Feb 2020 12:30:37 +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: <1580819263.4f0c44f20d3aa68080fcba0d943a2a933f2db22f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/arrow/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/arrow/arrow-0.10.0.ebuild dev-python/arrow/arrow-0.12.1.ebuild dev-python/arrow/arrow-0.13.1.ebuild X-VCS-Directories: dev-python/arrow/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4f0c44f20d3aa68080fcba0d943a2a933f2db22f X-VCS-Branch: master Date: Tue, 4 Feb 2020 12:30:37 +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: c65896e6-22b6-4867-aba7-84d79202bbb5 X-Archives-Hash: 6191adbb174d746cffc8e44faba97227 commit: 4f0c44f20d3aa68080fcba0d943a2a933f2db22f Author: Michał Górny gentoo org> AuthorDate: Tue Feb 4 12:27:43 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 4 12:27:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f0c44f2 dev-python/arrow: Remove py2 Signed-off-by: Michał Górny gentoo.org> dev-python/arrow/arrow-0.10.0.ebuild | 2 +- dev-python/arrow/arrow-0.12.1.ebuild | 2 +- dev-python/arrow/arrow-0.13.1.ebuild | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/dev-python/arrow/arrow-0.10.0.ebuild b/dev-python/arrow/arrow-0.10.0.ebuild index 141e3d0f796..930e121246c 100644 --- a/dev-python/arrow/arrow-0.10.0.ebuild +++ b/dev-python/arrow/arrow-0.10.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="Better dates and times for Python" diff --git a/dev-python/arrow/arrow-0.12.1.ebuild b/dev-python/arrow/arrow-0.12.1.ebuild index a3e87832115..1d5f525309a 100644 --- a/dev-python/arrow/arrow-0.12.1.ebuild +++ b/dev-python/arrow/arrow-0.12.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="Better dates and times for Python" diff --git a/dev-python/arrow/arrow-0.13.1.ebuild b/dev-python/arrow/arrow-0.13.1.ebuild index ed980c88a60..32e2d4b9a90 100644 --- a/dev-python/arrow/arrow-0.13.1.ebuild +++ b/dev-python/arrow/arrow-0.13.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 @@ -17,8 +17,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" - dev-python/python-dateutil[${PYTHON_USEDEP}] - dev-python/backports-functools-lru-cache[$(python_gen_usedep 'python2*')]" + dev-python/python-dateutil[${PYTHON_USEDEP}]" DEPEND=" test? (