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 C6D9813832E for ; Sat, 20 Aug 2016 05:07:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4016E21C012; Sat, 20 Aug 2016 05:07:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E18AC21C012 for ; Sat, 20 Aug 2016 05:07:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC0D033FA71 for ; Sat, 20 Aug 2016 05:07:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72B9D244C for ; Sat, 20 Aug 2016 05:07:10 +0000 (UTC) From: "Johann Schmitz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johann Schmitz" Message-ID: <1471669620.9d65bc80018ae077562c090bf1ddf9f09d4de79a.ercpe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-oauthlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/requests-oauthlib/requests-oauthlib-0.6.2.ebuild X-VCS-Directories: dev-python/requests-oauthlib/ X-VCS-Committer: ercpe X-VCS-Committer-Name: Johann Schmitz X-VCS-Revision: 9d65bc80018ae077562c090bf1ddf9f09d4de79a X-VCS-Branch: master Date: Sat, 20 Aug 2016 05:07:10 +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-Archives-Salt: bcc74049-9be5-40f4-9635-6d0bf2371cec X-Archives-Hash: 5e1235242f2252922fe1b0d0f4d58bdd commit: 9d65bc80018ae077562c090bf1ddf9f09d4de79a Author: Johann Schmitz gentoo org> AuthorDate: Sat Aug 20 05:07:00 2016 +0000 Commit: Johann Schmitz gentoo org> CommitDate: Sat Aug 20 05:07:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d65bc80 dev-python/requests-oauthlib: Added Python 3.5 support wrt #591426 Package-Manager: portage-2.2.28 dev-python/requests-oauthlib/requests-oauthlib-0.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/requests-oauthlib/requests-oauthlib-0.6.2.ebuild b/dev-python/requests-oauthlib/requests-oauthlib-0.6.2.ebuild index d994bbc..d434991 100644 --- a/dev-python/requests-oauthlib/requests-oauthlib-0.6.2.ebuild +++ b/dev-python/requests-oauthlib/requests-oauthlib-0.6.2.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1