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 829AC138BED for ; Sat, 17 Oct 2015 07:44:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 917F1E07DF; Sat, 17 Oct 2015 07:44:24 +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 F0F6BE07D9 for ; Sat, 17 Oct 2015 07:44:23 +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 E5E293408CB for ; Sat, 17 Oct 2015 07:44:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 482621124 for ; Sat, 17 Oct 2015 07:44:18 +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: <1445014883.f3549a2aa09ba7a4762309b4c26832f5dbea83b9.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/snakemake/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/snakemake/ChangeLog dev-python/snakemake/metadata.xml dev-python/snakemake/snakemake-3.4.2.ebuild X-VCS-Directories: dev-python/snakemake/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f3549a2aa09ba7a4762309b4c26832f5dbea83b9 X-VCS-Branch: master Date: Sat, 17 Oct 2015 07:44:18 +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: 103491fe-1b03-4016-893e-ca79bd9aee32 X-Archives-Hash: b3c6854c2f96bd992115244231b6ec74 commit: f3549a2aa09ba7a4762309b4c26832f5dbea83b9 Author: mschubert gmail com> AuthorDate: Fri Oct 16 15:53:11 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Oct 16 17:01:23 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f3549a2a dev-python/snakemake-3.4.2: new ebuild dev-python/snakemake/ChangeLog | 7 +++++++ dev-python/snakemake/metadata.xml | 12 ++++++++++++ dev-python/snakemake/snakemake-3.4.2.ebuild | 17 +++++++++++++++++ 3 files changed, 36 insertions(+) diff --git a/dev-python/snakemake/ChangeLog b/dev-python/snakemake/ChangeLog new file mode 100644 index 0000000..0a30c1d --- /dev/null +++ b/dev-python/snakemake/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for dev-python/snakemake +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Id$ + + 16 Oct 2015; Michael Schubert +metadata.xml, + +snakemake-3.4.2.ebuild: + dev-python/snakemake-3.4.2: new ebuild diff --git a/dev-python/snakemake/metadata.xml b/dev-python/snakemake/metadata.xml new file mode 100644 index 0000000..b573d31 --- /dev/null +++ b/dev-python/snakemake/metadata.xml @@ -0,0 +1,12 @@ + + + + python + + mschu.dev@gmail.com + Michael Schubert + + + dev-python/snakemake + + diff --git a/dev-python/snakemake/snakemake-3.4.2.ebuild b/dev-python/snakemake/snakemake-3.4.2.ebuild new file mode 100644 index 0000000..71cd5a2 --- /dev/null +++ b/dev-python/snakemake/snakemake-3.4.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python{3_3,3_4,3_5} ) + +inherit distutils-r1 + +DESCRIPTION="Make-like task language" +HOMEPAGE="https://bitbucket.org/johanneskoester/snakemake/wiki/Home" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"