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 88D8A59CA3 for ; Wed, 16 Mar 2016 08:26:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0D33E0839; Wed, 16 Mar 2016 08:26:41 +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 8858DE0839 for ; Wed, 16 Mar 2016 08:26:41 +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 3E5CD340A85 for ; Wed, 16 Mar 2016 08:26:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 685DA84D for ; Wed, 16 Mar 2016 08:26:37 +0000 (UTC) From: "Tiziano Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tiziano Müller" Message-ID: <1458116766.e952e9af72706f8d395aea98704ade1283a4bc0b.dev-zero@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bcrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/bcrypt/bcrypt-2.0.0-r1.ebuild X-VCS-Directories: dev-python/bcrypt/ X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Müller X-VCS-Revision: e952e9af72706f8d395aea98704ade1283a4bc0b X-VCS-Branch: master Date: Wed, 16 Mar 2016 08:26:37 +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: cc19524c-9dbd-45c4-b6a9-ded7b812fcc0 X-Archives-Hash: 4002cb693406d3255bcf9c3c010e0423 commit: e952e9af72706f8d395aea98704ade1283a4bc0b Author: Tiziano Müller gentoo org> AuthorDate: Wed Mar 16 08:26:06 2016 +0000 Commit: Tiziano Müller gentoo org> CommitDate: Wed Mar 16 08:26:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e952e9af dev-python/bcrypt: rev-bump for py-3.5 compat and EAPI-6 Package-Manager: portage-2.2.28 dev-python/bcrypt/bcrypt-2.0.0-r1.ebuild | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/dev-python/bcrypt/bcrypt-2.0.0-r1.ebuild b/dev-python/bcrypt/bcrypt-2.0.0-r1.ebuild new file mode 100644 index 0000000..2a5efe0 --- /dev/null +++ b/dev-python/bcrypt/bcrypt-2.0.0-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) + +inherit distutils-r1 + +DESCRIPTION="Modern password hashing for software and servers" +HOMEPAGE="https://github.com/pyca/bcrypt/ https://pypi.python.org/pypi/bcrypt/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~x86" +IUSE="" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + $(python_gen_cond_dep '>=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]' 'python*') + $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy ) + " +RDEPEND=" + $(python_gen_cond_dep '>=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]' 'python*') + $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy ) + >=dev-python/six-1.4.1[${PYTHON_USEDEP}] + !dev-python/py-bcrypt" + +# The testsuite is not included in the tarball