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 E090D13888F for ; Wed, 14 Oct 2015 06:29:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78C8A21C007; Wed, 14 Oct 2015 06:29:54 +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 18FE121C007 for ; Wed, 14 Oct 2015 06:29:53 +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 12BF33409D0 for ; Wed, 14 Oct 2015 06:29:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C351810B1 for ; Wed, 14 Oct 2015 06:29:45 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1444804128.67f9f8db98d3ad2aa14f39a673bb964a8910c135.marbre@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.352.0.ebuild X-VCS-Directories: dev-python/nvidia-ml-py/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 67f9f8db98d3ad2aa14f39a673bb964a8910c135 X-VCS-Branch: master Date: Wed, 14 Oct 2015 06:29:45 +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: 01c99a4c-200d-4923-83d9-c2e5da1d085b X-Archives-Hash: b378afb0172207cc611c0776ecc7c73b commit: 67f9f8db98d3ad2aa14f39a673bb964a8910c135 Author: Marius Brehler linux sungazer de> AuthorDate: Wed Oct 14 06:28:48 2015 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Wed Oct 14 06:28:48 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=67f9f8db dev-python/nvidia-ml-py: Version bump Package-Manager: portage-2.2.20.1 dev-python/nvidia-ml-py/ChangeLog | 6 ++++++ dev-python/nvidia-ml-py/nvidia-ml-py-7.352.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 3e9eefaf..072c957 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 # $Id$ +*nvidia-ml-py-7.352.0 (14 Oct 2015) + + 14 Oct 2015; Marius Brehler + +nvidia-ml-py-7.352.0.ebuild: + dev-python/nvidia-ml-py: Version bump + 14 Oct 2015; Marius Brehler nvidia-ml-py-7.346.0.ebuild: dev-python/nvidia-ml-py: Fix RDEPEND diff --git a/dev-python/nvidia-ml-py/nvidia-ml-py-7.352.0.ebuild b/dev-python/nvidia-ml-py/nvidia-ml-py-7.352.0.ebuild new file mode 100644 index 0000000..179b32f --- /dev/null +++ b/dev-python/nvidia-ml-py/nvidia-ml-py-7.352.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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-352.39[nvml]" +DEPEND="${RDEPEND}"