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 C29AC1384B4 for ; Thu, 3 Dec 2015 07:29:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEEC8E0866; Thu, 3 Dec 2015 07:29:43 +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 60CFCE0866 for ; Thu, 3 Dec 2015 07:29:43 +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 E997434074D for ; Thu, 3 Dec 2015 07:29:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85939B5D for ; Thu, 3 Dec 2015 07:29:37 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1449127407.7a32d41fda8aba738c7a2ad7b591793a9d7dbc48.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/iminuit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/iminuit/Manifest dev-python/iminuit/iminuit-1.2.ebuild dev-python/iminuit/metadata.xml X-VCS-Directories: dev-python/iminuit/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 7a32d41fda8aba738c7a2ad7b591793a9d7dbc48 X-VCS-Branch: master Date: Thu, 3 Dec 2015 07:29:37 +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: 90bebf3d-0d5a-4c95-9b36-7c036101062a X-Archives-Hash: 2c96c86af68001b175cc3d90c9f98bc2 commit: 7a32d41fda8aba738c7a2ad7b591793a9d7dbc48 Author: Andrey Grozin gentoo org> AuthorDate: Thu Dec 3 07:23:27 2015 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Thu Dec 3 07:23:27 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a32d41f dev-python/iminuit: initial import Package-Manager: portage-2.2.26 dev-python/iminuit/Manifest | 1 + dev-python/iminuit/iminuit-1.2.ebuild | 17 +++++++++++++++++ dev-python/iminuit/metadata.xml | 11 +++++++++++ 3 files changed, 29 insertions(+) diff --git a/dev-python/iminuit/Manifest b/dev-python/iminuit/Manifest new file mode 100644 index 0000000..6363b4c --- /dev/null +++ b/dev-python/iminuit/Manifest @@ -0,0 +1 @@ +DIST iminuit-1.2.tar.gz 931630 SHA256 7651105fc3f186cfb5742f075ffebcc5088bf7797d8ed124c00977eebe0d1c64 SHA512 b9836abf57a3c33bfdf044655e3b8f465cf5252a10a50c17a70f382b8283754095f083e523060fd6d33c7e4c345b8c9923255408120e8bcfcedf1eee8de2dbca WHIRLPOOL 98966c69bf356c3239b0228846361aa037143c7563b192abaaec153b19051f14aea4b5a0151c7f91ba2816edce6a284aaa5287f100e57e24576a57767a0e4632 diff --git a/dev-python/iminuit/iminuit-1.2.ebuild b/dev-python/iminuit/iminuit-1.2.ebuild new file mode 100644 index 0000000..c6e00db --- /dev/null +++ b/dev-python/iminuit/iminuit-1.2.ebuild @@ -0,0 +1,17 @@ +# 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} ) +inherit distutils-r1 + +DESCRIPTION="Minuit numerical function minimization in Python" +HOMEPAGE="https://github.com/iminuit/iminuit" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +SLOT="0" +LICENSE="MIT LGPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" +DEPEND="dev-python/cython" +RDEPEND="${DEPEND}" diff --git a/dev-python/iminuit/metadata.xml b/dev-python/iminuit/metadata.xml new file mode 100644 index 0000000..c98fc1d --- /dev/null +++ b/dev-python/iminuit/metadata.xml @@ -0,0 +1,11 @@ + + + + + grozin@gentoo.org + Andrey Grozin + + + iminuit + +