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 6BA2A1395CA for ; Sat, 29 Oct 2016 22:06:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B72D421C012; Sat, 29 Oct 2016 22:06: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 9CF0421C012 for ; Sat, 29 Oct 2016 22:06:14 +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 8656E341653 for ; Sat, 29 Oct 2016 22:06:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 274AB301 for ; Sat, 29 Oct 2016 22:06:12 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1477778622.76c573ddbe32c8c761bc224d462f38692e9ba07e.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/chai/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/chai/Manifest dev-python/chai/chai-1.1.1.ebuild dev-python/chai/metadata.xml X-VCS-Directories: dev-python/chai/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 76c573ddbe32c8c761bc224d462f38692e9ba07e X-VCS-Branch: master Date: Sat, 29 Oct 2016 22:06:12 +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: 9e2a4a17-0d8c-4357-a587-db322fa95219 X-Archives-Hash: efe05ac3508d348db2f28422ab124a41 commit: 76c573ddbe32c8c761bc224d462f38692e9ba07e Author: Manuel Rüger gentoo org> AuthorDate: Sat Oct 29 22:03:42 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Oct 29 22:03:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76c573dd dev-python/chai: Initial version Package-Manager: portage-2.3.2 dev-python/chai/Manifest | 1 + dev-python/chai/chai-1.1.1.ebuild | 23 +++++++++++++++++++++++ dev-python/chai/metadata.xml | 8 ++++++++ 3 files changed, 32 insertions(+) diff --git a/dev-python/chai/Manifest b/dev-python/chai/Manifest new file mode 100644 index 00000000..a5cf834 --- /dev/null +++ b/dev-python/chai/Manifest @@ -0,0 +1 @@ +DIST chai-1.1.1.tar.gz 81684 SHA256 7489a1124c780972ef383b2930fc9307afe8667d009fcaf69d97b29ce370d304 SHA512 f51406258327d9a49e820f0489d60e87f576c72232c701e99f96945932ed300582e6dd81608e5b262e2645c4e9c5216ec8f52e98d454c994beac8d1d8137dc87 WHIRLPOOL d9d8468745be52dff15194440b8f32cef7832d5bffe0453ac3d15e4c7e1948344936c467d9832ed2db441a74b6d5d32ad2792d9735976ce18eaf37a913abdca8 diff --git a/dev-python/chai/chai-1.1.1.ebuild b/dev-python/chai/chai-1.1.1.ebuild new file mode 100644 index 00000000..e71d015 --- /dev/null +++ b/dev-python/chai/chai-1.1.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python{3_4,3_5} ) +inherit distutils-r1 + +DESCRIPTION="Easy to use mocking, stubbing and spying framework" +HOMEPAGE="https://github.com/agoragames/chai" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )" + +python_test() { + nosetests -v tests || die +} diff --git a/dev-python/chai/metadata.xml b/dev-python/chai/metadata.xml new file mode 100644 index 00000000..7f4f33c --- /dev/null +++ b/dev-python/chai/metadata.xml @@ -0,0 +1,8 @@ + + + + + python@gentoo.org + Python + +