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 DCAE013829C for ; Sun, 12 Jun 2016 18:33:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91233E0B6C; Sun, 12 Jun 2016 18:33:05 +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 0BEC9E0B53 for ; Sun, 12 Jun 2016 18:33:04 +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 B85ED340AC7 for ; Sun, 12 Jun 2016 18:33:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 796EA1BA1 for ; Sun, 12 Jun 2016 18:33:01 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1465756357.73b7a79f113021b2bde60ba76931012f407ffb90.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/maybe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/maybe/Manifest dev-python/maybe/maybe-0.4.0.ebuild X-VCS-Directories: dev-python/maybe/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 73b7a79f113021b2bde60ba76931012f407ffb90 X-VCS-Branch: master Date: Sun, 12 Jun 2016 18:33:01 +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: 85519e84-60e2-4dc9-aab4-0b672d7db539 X-Archives-Hash: 9777db66c2caa52eace1ddf0481906aa commit: 73b7a79f113021b2bde60ba76931012f407ffb90 Author: Patrick Lauer gentoo org> AuthorDate: Sun Jun 12 17:37:49 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Sun Jun 12 18:32:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b7a79f dev-python/maybe: Bump Package-Manager: portage-2.3.0_rc1 dev-python/maybe/Manifest | 1 + dev-python/maybe/maybe-0.4.0.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-python/maybe/Manifest b/dev-python/maybe/Manifest index 2401d3c..af883e2 100644 --- a/dev-python/maybe/Manifest +++ b/dev-python/maybe/Manifest @@ -1 +1,2 @@ DIST maybe-0.3.0.tar.gz 5738 SHA256 214dc0bbf35e1174103711f068840b998f6f4fcd93d65957b9087906308fb45b SHA512 512b7b5251c27a64891bd105599b5625331cb21d40dbf7d1b88b56375a5ead484f02f87da6410c01682c180218cae7b0df7a9f92ad7a69a862b333ee36265152 WHIRLPOOL 4d6fdbc58b95a9e8ef9dd27404b17d70e84d38ee0e5f905de2dcee2cc33cfcedddca97fef2109141a42111688c0ff5a5ce407d81057b7d7d9c53fd83237a23df +DIST maybe-0.4.0.tar.gz 6105 SHA256 581ad535104e8af27f56d1eecf92525c44d0440f228351fe195f56c0d45852b9 SHA512 39882c69375b408e809e899b997675c9395ddf50b8625fd04a0d78cbd041f6138e491b76578c8b530ba122b921c694bc27d256eab7485ea4638330f6e0411129 WHIRLPOOL 68d4ef05356c164ae5a764e3d922565e3a750c8a300b12ab3b87c18bc7636f08764a49a286fd315b3cffcf3cbe5dc6fd7c25c43e4ee8d68ad16d747f98ed6224 diff --git a/dev-python/maybe/maybe-0.4.0.ebuild b/dev-python/maybe/maybe-0.4.0.ebuild new file mode 100644 index 0000000..3db388f --- /dev/null +++ b/dev-python/maybe/maybe-0.4.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) + +inherit distutils-r1 + +DESCRIPTION="See what a program does before deciding whether you really want it to happen" +HOMEPAGE="https://github.com/p-e-w/maybe http://pypi.python.org/pypi/maybe" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-python/blessings[${PYTHON_USEDEP}] + dev-python/python-ptrace[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/setuptools_scm[${PYTHON_USEDEP}] + >=dev-python/pytest-runner-2.7[${PYTHON_USEDEP}] +"