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 BA6F3138CD4 for ; Mon, 18 May 2015 13:05:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72CC9E08F3; Mon, 18 May 2015 13:05: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 BC051E08F3 for ; Mon, 18 May 2015 13:05:23 +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 98957340C8D for ; Mon, 18 May 2015 13:05:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23DF79F3 for ; Mon, 18 May 2015 13:05:20 +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: <1431529526.3ba474ae849ba76ab3b4605f54cb401731a4af14.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/nvidia-ml-py/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/nvidia-ml-py/ChangeLog dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild X-VCS-Directories: dev-python/nvidia-ml-py/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 3ba474ae849ba76ab3b4605f54cb401731a4af14 X-VCS-Branch: master Date: Mon, 18 May 2015 13:05:20 +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: c1460672-f0b6-48c8-b784-6051d17ca8f1 X-Archives-Hash: dea5fd47c1612367b190a9a79b68766c commit: 3ba474ae849ba76ab3b4605f54cb401731a4af14 Author: Marius Brehler linux sungazer de> AuthorDate: Wed May 13 15:05:26 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed May 13 15:05:26 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3ba474ae dev-python/nvidia-ml-py: Version bump Package-Manager: portage-2.2.18 dev-python/nvidia-ml-py/ChangeLog | 6 ++++++ dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-python/nvidia-ml-py/ChangeLog b/dev-python/nvidia-ml-py/ChangeLog index 8933fc9..4ac601d 100644 --- a/dev-python/nvidia-ml-py/ChangeLog +++ b/dev-python/nvidia-ml-py/ChangeLog @@ -1,6 +1,12 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*nvidia-ml-py-7.346.0 (13 May 2015) + + 13 May 2015; Marius Brehler + +nvidia-ml-py-7.346.0.ebuild: + Version bump + *nvidia-ml-py-6.340.0 (26 Jan 2015) 26 Jan 2015; Marius Brehler +metadata.xml, diff --git a/dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild b/dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild new file mode 100644 index 0000000..20abe15 --- /dev/null +++ b/dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit distutils-r1 + +DESCRIPTION="Python Bindings for the NVIDIA Management Library" +HOMEPAGE="https://developer.nvidia.com/ganglia-monitoring-system" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +KEYWORDS="~amd64" + +LICENSE="BSD" +SLOT="0" + +RDEPEND="=dev-util/nvidia-cuda-gdk-340.29[nvml]" +DEPEND="${RDEPEND}"