* [gentoo-commits] proj/sci:master commit in: dev-python/nvidia-ml-py/
@ 2015-01-27 16:00 Christoph Junghans
0 siblings, 0 replies; 6+ messages in thread
From: Christoph Junghans @ 2015-01-27 16:00 UTC (permalink / raw
To: gentoo-commits
commit: edef67afb006a2240f222a815119d81b97076f10
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Jan 26 22:11:56 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Mon Jan 26 22:11:56 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=edef67af
dev-python/nvidia-ml-py: Python Bindings for the NVIDIA Management Library
---
dev-python/nvidia-ml-py/ChangeLog | 8 ++++++++
dev-python/nvidia-ml-py/metadata.xml | 13 +++++++++++++
dev-python/nvidia-ml-py/nvidia-ml-py-6.340.0.ebuild | 19 +++++++++++++++++++
3 files changed, 40 insertions(+)
diff --git a/dev-python/nvidia-ml-py/ChangeLog b/dev-python/nvidia-ml-py/ChangeLog
new file mode 100644
index 0000000..8933fc9
--- /dev/null
+++ b/dev-python/nvidia-ml-py/ChangeLog
@@ -0,0 +1,8 @@
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*nvidia-ml-py-6.340.0 (26 Jan 2015)
+
+ 26 Jan 2015; Marius Brehler <marbre@linux.sungazer.de> +metadata.xml,
+ +nvidia-ml-py-6.340.0.ebuild:
+ Initial commit.
diff --git a/dev-python/nvidia-ml-py/metadata.xml b/dev-python/nvidia-ml-py/metadata.xml
new file mode 100644
index 0000000..75b9f4d
--- /dev/null
+++ b/dev-python/nvidia-ml-py/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+ <maintainer>
+ <email>marbre@linux.sungazer.de</email>
+ <name>Marius Brehler</name>
+ </maintainer>
+ <longdescription>
+ Provides a Python interface to GPU management and monitoring
+ functions. This is a wrapper around the NVML library.
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-python/nvidia-ml-py/nvidia-ml-py-6.340.0.ebuild b/dev-python/nvidia-ml-py/nvidia-ml-py-6.340.0.ebuild
new file mode 100644
index 0000000..20abe15
--- /dev/null
+++ b/dev-python/nvidia-ml-py/nvidia-ml-py-6.340.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}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/nvidia-ml-py/
@ 2015-05-18 13:05 Justin Lecher
0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2015-05-18 13:05 UTC (permalink / raw
To: gentoo-commits
commit: 3ba474ae849ba76ab3b4605f54cb401731a4af14
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed May 13 15:05:26 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <marbre@linux.sungazer.de>
+ +nvidia-ml-py-7.346.0.ebuild:
+ Version bump
+
*nvidia-ml-py-6.340.0 (26 Jan 2015)
26 Jan 2015; Marius Brehler <marbre@linux.sungazer.de> +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}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/nvidia-ml-py/
@ 2015-10-14 6:29 Marius Brehler
0 siblings, 0 replies; 6+ messages in thread
From: Marius Brehler @ 2015-10-14 6:29 UTC (permalink / raw
To: gentoo-commits
commit: 67f9f8db98d3ad2aa14f39a673bb964a8910c135
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Oct 14 06:28:48 2015 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> 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 <marbre@linux.sungazer.de>
+ +nvidia-ml-py-7.352.0.ebuild:
+ dev-python/nvidia-ml-py: Version bump
+
14 Oct 2015; Marius Brehler <marbre@linux.sungazer.de>
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}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/nvidia-ml-py/
@ 2015-10-14 6:29 Marius Brehler
0 siblings, 0 replies; 6+ messages in thread
From: Marius Brehler @ 2015-10-14 6:29 UTC (permalink / raw
To: gentoo-commits
commit: bbf9d78450d1a4f23a2c918421ec6b078033fabf
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Oct 14 06:28:17 2015 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Wed Oct 14 06:28:17 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bbf9d784
dev-python/nvidia-ml-py: Fix RDEPEND
Package-Manager: portage-2.2.20.1
dev-python/nvidia-ml-py/ChangeLog | 4 ++++
dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev-python/nvidia-ml-py/ChangeLog b/dev-python/nvidia-ml-py/ChangeLog
index 33684e1..3e9eefaf 100644
--- a/dev-python/nvidia-ml-py/ChangeLog
+++ b/dev-python/nvidia-ml-py/ChangeLog
@@ -1,6 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 14 Oct 2015; Marius Brehler <marbre@linux.sungazer.de>
+ nvidia-ml-py-7.346.0.ebuild:
+ dev-python/nvidia-ml-py: Fix RDEPEND
+
*nvidia-ml-py-7.346.0 (13 May 2015)
13 May 2015; Marius Brehler <marbre@linux.sungazer.de>
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
index 61a2558..837bbca 100644
--- 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
@@ -15,5 +15,5 @@ KEYWORDS="~amd64"
LICENSE="BSD"
SLOT="0"
-RDEPEND="=dev-util/nvidia-cuda-gdk-340.29[nvml]"
+RDEPEND="=dev-util/nvidia-cuda-gdk-346.46[nvml]"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/nvidia-ml-py/
@ 2015-11-05 15:14 Marius Brehler
0 siblings, 0 replies; 6+ messages in thread
From: Marius Brehler @ 2015-11-05 15:14 UTC (permalink / raw
To: gentoo-commits
commit: 3b4ec70d86fdafcf44eecff4f09a668951d6ccec
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Thu Nov 5 15:08:32 2015 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Thu Nov 5 15:08:32 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3b4ec70d
dev-python/nvidia-ml-py: Add python3.5 support
Package-Manager: portage-2.2.20.1
dev-python/nvidia-ml-py/ChangeLog | 4 ++++
dev-python/nvidia-ml-py/nvidia-ml-py-7.352.0.ebuild | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev-python/nvidia-ml-py/ChangeLog b/dev-python/nvidia-ml-py/ChangeLog
index 072c957..56b0818 100644
--- a/dev-python/nvidia-ml-py/ChangeLog
+++ b/dev-python/nvidia-ml-py/ChangeLog
@@ -1,6 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 05 Nov 2015; Marius Brehler <marbre@linux.sungazer.de>
+ nvidia-ml-py-7.352.0.ebuild:
+ dev-python/nvidia-ml-py: Add python3.5 support
+
*nvidia-ml-py-7.352.0 (14 Oct 2015)
14 Oct 2015; Marius Brehler <marbre@linux.sungazer.de>
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
index 179b32f..207cfea 100644
--- 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
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python2_7 python{3_3,3_4,3_5} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/nvidia-ml-py/
@ 2016-02-08 13:39 Marius Brehler
0 siblings, 0 replies; 6+ messages in thread
From: Marius Brehler @ 2016-02-08 13:39 UTC (permalink / raw
To: gentoo-commits
commit: 9b3feacf14455ff014f13307565818c7462380e1
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Feb 8 13:23:55 2016 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Mon Feb 8 13:23:55 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9b3feacf
dev-python/nvidia-ml-py: Bump to EAPI=6
Package-Manager: portage-2.2.26
dev-python/nvidia-ml-py/nvidia-ml-py-6.340.0.ebuild | 4 ++--
dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild | 4 ++--
dev-python/nvidia-ml-py/nvidia-ml-py-7.352.0.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-python/nvidia-ml-py/nvidia-ml-py-6.340.0.ebuild b/dev-python/nvidia-ml-py/nvidia-ml-py-6.340.0.ebuild
index 61a2558..8ad50e2 100644
--- a/dev-python/nvidia-ml-py/nvidia-ml-py-6.340.0.ebuild
+++ b/dev-python/nvidia-ml-py/nvidia-ml-py-6.340.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
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
index 837bbca..e5b3cbd 100644
--- 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
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
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
index 207cfea..77ecbed 100644
--- 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
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python2_7 python{3_3,3_4,3_5} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-02-08 13:39 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-14 6:29 [gentoo-commits] proj/sci:master commit in: dev-python/nvidia-ml-py/ Marius Brehler
-- strict thread matches above, loose matches on Subject: below --
2016-02-08 13:39 Marius Brehler
2015-11-05 15:14 Marius Brehler
2015-10-14 6:29 Marius Brehler
2015-05-18 13:05 Justin Lecher
2015-01-27 16:00 Christoph Junghans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox