From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0C95213888F for ; Sun, 11 Oct 2015 07:05:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 789E921C001; Sun, 11 Oct 2015 07:05:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3302AE0807 for ; Sun, 11 Oct 2015 07:05:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 516333406AD for ; Sun, 11 Oct 2015 07:05:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B01B3DF9 for ; Sun, 11 Oct 2015 07:05:32 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1444547116.dad37e8b1e43ea4ab4a232efc77b8e458f9c60ae.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ndg-httpsclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild X-VCS-Directories: dev-python/ndg-httpsclient/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: dad37e8b1e43ea4ab4a232efc77b8e458f9c60ae X-VCS-Branch: master Date: Sun, 11 Oct 2015 07:05:32 +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: a32c5e58-d543-49a7-89f2-c46302f86d0c X-Archives-Hash: fab5fe9bddb16ad09b53adf68377ab72 commit: dad37e8b1e43ea4ab4a232efc77b8e458f9c60ae Author: Justin Lecher gentoo org> AuthorDate: Sat Oct 10 19:37:06 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Oct 11 07:05:16 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dad37e8b dev-python/ndg-httpsclient: Add pypy3 support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild index 01ec815..4e67039 100644 --- a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild +++ b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild @@ -3,12 +3,14 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) + +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL" -HOMEPAGE="https://github.com/cedadev/ndg_httpsclient/ +HOMEPAGE=" + https://github.com/cedadev/ndg_httpsclient/ https://pypi.python.org/pypi/ndg-httpsclient" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P/-/_}.tar.gz"