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 B3F47138334 for ; Wed, 27 Mar 2019 21:07:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00E0FE08A8; Wed, 27 Mar 2019 21:07:58 +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 CF0B5E08A8 for ; Wed, 27 Mar 2019 21:07:57 +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 B5976335D26 for ; Wed, 27 Mar 2019 21:07:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E17E7581 for ; Wed, 27 Mar 2019 21:07:53 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1553720807.52a02b92580ec76f3725cfdb02d13a2ca33ce9ba.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/djangorestframework/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/djangorestframework/djangorestframework-3.9.2.ebuild X-VCS-Directories: dev-python/djangorestframework/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 52a02b92580ec76f3725cfdb02d13a2ca33ce9ba X-VCS-Branch: master Date: Wed, 27 Mar 2019 21:07:53 +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: 62c0cb6b-fd16-47a7-a4f9-ba717bc54624 X-Archives-Hash: b185722d411b6313f04ce27a6d4f87d7 commit: 52a02b92580ec76f3725cfdb02d13a2ca33ce9ba Author: William Hubbs gentoo org> AuthorDate: Wed Mar 27 21:05:54 2019 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Mar 27 21:06:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52a02b92 dev-python/djangorestframework: Remove python2_7 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: William Hubbs gentoo.org> dev-python/djangorestframework/djangorestframework-3.9.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/djangorestframework/djangorestframework-3.9.2.ebuild b/dev-python/djangorestframework/djangorestframework-3.9.2.ebuild index 745e84b017a..dcfdf435c87 100644 --- a/dev-python/djangorestframework/djangorestframework-3.9.2.ebuild +++ b/dev-python/djangorestframework/djangorestframework-3.9.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) +PYTHON_COMPAT=( python3_{4,5,6,7} ) inherit distutils-r1 DESCRIPTION="Web APIs with django made easy"