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 1B58B1388C2 for ; Wed, 4 Nov 2015 14:15:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70275E090E; Wed, 4 Nov 2015 14:15:23 +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 CDC90E090E for ; Wed, 4 Nov 2015 14:15:22 +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 E1556340545 for ; Wed, 4 Nov 2015 14:15:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C5FC1F0D for ; Wed, 4 Nov 2015 14:15:19 +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: <1446646515.dcee984324128526b8fd33c3fe7d5616ef521adc.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/genty/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/genty/Manifest dev-python/genty/genty-1.2.1.ebuild dev-python/genty/metadata.xml X-VCS-Directories: dev-python/genty/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: dcee984324128526b8fd33c3fe7d5616ef521adc X-VCS-Branch: master Date: Wed, 4 Nov 2015 14:15:19 +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: 094416c2-836a-40cd-913d-6ab7f17bb527 X-Archives-Hash: d3976605d63aa8b70c34a01d0184ca04 commit: dcee984324128526b8fd33c3fe7d5616ef521adc Author: Justin Lecher gentoo org> AuthorDate: Wed Nov 4 13:12:24 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Nov 4 14:15:15 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcee9843 dev-python/genty: New package, ebuild written by me Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/genty/Manifest | 1 + dev-python/genty/genty-1.2.1.ebuild | 32 ++++++++++++++++++++++++++++++++ dev-python/genty/metadata.xml | 8 ++++++++ 3 files changed, 41 insertions(+) diff --git a/dev-python/genty/Manifest b/dev-python/genty/Manifest new file mode 100644 index 0000000..5eaf42d --- /dev/null +++ b/dev-python/genty/Manifest @@ -0,0 +1 @@ +DIST genty-1.2.1.tar.gz 21957 SHA256 ba98da9fe33d51afe3bf35ec584851176a3ff9cefc82c4e081bad4a955f0c90f SHA512 fb2aaa8a6197fe9958b4b8544217db948479d7ad3030b573bdd1cd43664e38213674754187ecdd880cd92d9c65bc15fc509956171bce39ee1d11886645e491d6 WHIRLPOOL 693517e5db3f0bb3469ee47697b3e13fa49e2a72d33b4a46c1f84150ca37b3bd9c5ca7b469f649ae717b3de30aa79b35f06cf49af576376ad058dc23f82bdb0a diff --git a/dev-python/genty/genty-1.2.1.ebuild b/dev-python/genty/genty-1.2.1.ebuild new file mode 100644 index 0000000..f0fef86 --- /dev/null +++ b/dev-python/genty/genty-1.2.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) + +inherit distutils-r1 + +DESCRIPTION="Allows you to run a test with multiple data sets" +HOMEPAGE="https://pypi.python.org/pypi/genty https://github.com/box/genty" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=" + dev-python/six[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] +" + +# https://github.com/box/genty/issues/42 +RESTRICT=test + +python_test() { + esetup.py test --verbose +} diff --git a/dev-python/genty/metadata.xml b/dev-python/genty/metadata.xml new file mode 100644 index 0000000..c166166 --- /dev/null +++ b/dev-python/genty/metadata.xml @@ -0,0 +1,8 @@ + + + + + jlec@gentoo.org + Justin Lecher + +