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 AFE9F1382F6 for ; Fri, 8 Jul 2016 17:58:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33051E08E1; Fri, 8 Jul 2016 17:58:20 +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 2D899E07D2 for ; Fri, 8 Jul 2016 17:58:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E2D3C340F65 for ; Fri, 8 Jul 2016 17:58:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E21D42448 for ; Fri, 8 Jul 2016 17:58:14 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1468000662.9ebf0213fae601954ab66316c64b0c46c769a2a8.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/edpwd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/edpwd/edpwd-0.0.7-r1.ebuild dev-python/edpwd/metadata.xml X-VCS-Directories: dev-python/edpwd/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 9ebf0213fae601954ab66316c64b0c46c769a2a8 X-VCS-Branch: master Date: Fri, 8 Jul 2016 17:58:14 +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: c21d9e2d-b41f-451e-a278-e5ca28b65965 X-Archives-Hash: 00155316a92a67b003165008d0092ac7 commit: 9ebf0213fae601954ab66316c64b0c46c769a2a8 Author: Austin English gentoo org> AuthorDate: Fri Jul 8 16:53:58 2016 +0000 Commit: Austin English gentoo org> CommitDate: Fri Jul 8 17:57:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ebf0213 dev-python/edpwd: bump to EAPI 6, add maintainer-needed Package-Manager: portage-2.2.28 dev-python/edpwd/edpwd-0.0.7-r1.ebuild | 26 ++++++++++++++++++++++++++ dev-python/edpwd/metadata.xml | 1 + 2 files changed, 27 insertions(+) diff --git a/dev-python/edpwd/edpwd-0.0.7-r1.ebuild b/dev-python/edpwd/edpwd-0.0.7-r1.ebuild new file mode 100644 index 0000000..efb4d06 --- /dev/null +++ b/dev-python/edpwd/edpwd-0.0.7-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Encrypt/Decrypt Password Library that wraps up Blowfish" +HOMEPAGE="https://pypi.python.org/pypi/edpwd/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=dev-python/setuptools-0.6.30[${PYTHON_USEDEP}]" +RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]" + +python_test() { + set -- "${PYTHON}" setup.py test + echo "${@}" + "${@}" || die "Tests failed with ${EPYTHON}" +} diff --git a/dev-python/edpwd/metadata.xml b/dev-python/edpwd/metadata.xml index d2335e8..b1b93f1 100644 --- a/dev-python/edpwd/metadata.xml +++ b/dev-python/edpwd/metadata.xml @@ -1,6 +1,7 @@ + edpwd