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 A7C2658974 for ; Sun, 7 Feb 2016 12:00:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81B6C21C011; Sun, 7 Feb 2016 12:00:19 +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 CCF9121C011 for ; Sun, 7 Feb 2016 12:00:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8365340AE4 for ; Sun, 7 Feb 2016 12:00:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71D0EC88 for ; Sun, 7 Feb 2016 12:00:16 +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: <1454846400.9e2d0013b90eb3b1d00bbab12e46e8d62a5eb959.jlec@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.2.1.ebuild dev-python/maybe/metadata.xml X-VCS-Directories: dev-python/maybe/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9e2d0013b90eb3b1d00bbab12e46e8d62a5eb959 X-VCS-Branch: master Date: Sun, 7 Feb 2016 12:00:16 +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: ae8de7b7-6fc9-446f-9980-444b053e47a2 X-Archives-Hash: 2120f8728ed8d448369c119556360a9a commit: 9e2d0013b90eb3b1d00bbab12e46e8d62a5eb959 Author: Justin Lecher gentoo org> AuthorDate: Sun Feb 7 10:17:35 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Feb 7 12:00:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e2d0013 dev-python/maybe: Add python3.5 support Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-python/maybe/Manifest | 1 + dev-python/maybe/maybe-0.2.1.ebuild | 26 ++++++++++++++++++++++++++ dev-python/maybe/metadata.xml | 15 +++++++++++++++ 3 files changed, 42 insertions(+) diff --git a/dev-python/maybe/Manifest b/dev-python/maybe/Manifest new file mode 100644 index 0000000..475b919 --- /dev/null +++ b/dev-python/maybe/Manifest @@ -0,0 +1 @@ +DIST maybe-0.2.1.tar.gz 5722 SHA256 d7286b458ad1eb2546401614871e8b2b5c34cd75b5ab95dde73db928c4eaa74f SHA512 490f1bc31f9f1cc196c4359292270724ececacde4ba2047b5b709a8d4713fa5a730fb6a39ed2c2f2073827e484992568f0a6630a0078be1bbe473568606f7479 WHIRLPOOL 806e2eee1a28468462857a940889d6981c0fb06d271ec59b1f367a2ffadfbbf12350009ec5b4ef3801a05aa50395fc8daf185cee1354d37bbedc55480aa144fc diff --git a/dev-python/maybe/maybe-0.2.1.ebuild b/dev-python/maybe/maybe-0.2.1.ebuild new file mode 100644 index 0000000..b3387fd --- /dev/null +++ b/dev-python/maybe/maybe-0.2.1.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=( 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}] +" diff --git a/dev-python/maybe/metadata.xml b/dev-python/maybe/metadata.xml new file mode 100644 index 0000000..12837ef --- /dev/null +++ b/dev-python/maybe/metadata.xml @@ -0,0 +1,15 @@ + + + + + python@gentoo.org + Python + + + maybe + + pew@worldwidemann.com + Philipp Emanuel Weidmann + + +