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 40B7E1397F2 for ; Sun, 23 Aug 2015 03:09:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F7F8E088B; Sun, 23 Aug 2015 03:08:57 +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 77110E088B for ; Sun, 23 Aug 2015 03:08:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD7B634089F for ; Sun, 23 Aug 2015 03:08:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E789167 for ; Sun, 23 Aug 2015 03:08:53 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1440297718.3a51d23efaa263cb0198c04b01b1a25a4ff72808.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cryptography/cryptography-1.0.ebuild X-VCS-Directories: dev-python/cryptography/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 3a51d23efaa263cb0198c04b01b1a25a4ff72808 X-VCS-Branch: master Date: Sun, 23 Aug 2015 03:08: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-Archives-Salt: 31b3b129-d7e6-445e-90ba-f265a445d2d4 X-Archives-Hash: e7667541b315cda738ad12c3e263fc07 commit: 3a51d23efaa263cb0198c04b01b1a25a4ff72808 Author: Sean Vig gmail com> AuthorDate: Sat Aug 22 23:12:57 2015 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Aug 23 02:41:58 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a51d23e dev-python/cryptography: Enable pypy as Python target dev-python/cryptography/cryptography-1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/cryptography/cryptography-1.0.ebuild b/dev-python/cryptography/cryptography-1.0.ebuild index c06bcfd..8975371 100644 --- a/dev-python/cryptography/cryptography-1.0.ebuild +++ b/dev-python/cryptography/cryptography-1.0.ebuild @@ -5,7 +5,7 @@ EAPI=5 # only works with >=pypy-2.6 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy ) inherit distutils-r1 @@ -27,6 +27,7 @@ RDEPEND=" >=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/six-1.4.1[${PYTHON_USEDEP}] + $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy ) " DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]