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 8D014138334 for ; Wed, 27 Mar 2019 21:07:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A6A7E087D; Wed, 27 Mar 2019 21:07:56 +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 4409FE087D for ; Wed, 27 Mar 2019 21:07:56 +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 21421335D2B for ; Wed, 27 Mar 2019 21:07:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA63A57E 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: <1553720806.ebdcb2e24c910b0012c20960067b77ed9fcbe9df.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-taggit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-taggit/django-taggit-0.24.0.ebuild X-VCS-Directories: dev-python/django-taggit/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: ebdcb2e24c910b0012c20960067b77ed9fcbe9df 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: cc4308d4-4cc5-4712-a8aa-9a4a38842686 X-Archives-Hash: 7ec2a9ad5f95b65314594aa7a51420f5 commit: ebdcb2e24c910b0012c20960067b77ed9fcbe9df Author: William Hubbs sony com> AuthorDate: Wed Mar 27 20:57:21 2019 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Mar 27 21:06:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebdcb2e2 dev-python/django-taggit: 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/django-taggit/django-taggit-0.24.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/django-taggit/django-taggit-0.24.0.ebuild b/dev-python/django-taggit/django-taggit-0.24.0.ebuild index 82fb91bb055..7f27c6e5d3a 100644 --- a/dev-python/django-taggit/django-taggit-0.24.0.ebuild +++ b/dev-python/django-taggit/django-taggit-0.24.0.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="simple tagging for django"