aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2017-05-29 16:02:01 +0200
committerMarius Brehler <marbre@linux.sungazer.de>2017-05-29 16:02:01 +0200
commit56568158a6d8c653f259b1b8b726c380bac89fe3 (patch)
tree635489ebecdd800606564e7e881a2a82a8054c52 /dev-python
parentsci-libs/libsc: Removed, moved to ::gentoo (diff)
downloadsci-56568158a6d8c653f259b1b8b726c380bac89fe3.tar.gz
sci-56568158a6d8c653f259b1b8b726c380bac89fe3.tar.bz2
sci-56568158a6d8c653f259b1b8b726c380bac89fe3.zip
dev-python/nvidia-ml-py: Remove from overlay
A matching version of nvidia-cuda-gdk is required, which is no longer available via the overlay. Signed-off-by: Marius Brehler <marbre@linux.sungazer.de>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/nvidia-ml-py/Manifest3
-rw-r--r--dev-python/nvidia-ml-py/metadata.xml19
-rw-r--r--dev-python/nvidia-ml-py/nvidia-ml-py-6.340.0.ebuild18
-rw-r--r--dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild18
-rw-r--r--dev-python/nvidia-ml-py/nvidia-ml-py-7.352.0.ebuild18
5 files changed, 0 insertions, 76 deletions
diff --git a/dev-python/nvidia-ml-py/Manifest b/dev-python/nvidia-ml-py/Manifest
deleted file mode 100644
index 68447fef6..000000000
--- a/dev-python/nvidia-ml-py/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST nvidia-ml-py-6.340.0.tar.gz 19787 SHA256 74c7bc63858f074c758a3f7b21ede47d2db24c23539b05ee7d6dfc2b0820bae1 SHA512 31ab48b090970f53b49074b9059bd972d3943468a8dd481ce70397fc6509bc0fb6c2de20aa4cdd4624501ae6036bf5d657f5a186ea26441f54867d160938fda4 WHIRLPOOL a82fe44af35bf216bdc41d4e67e5bd888a07e88f06ba64d8d9bf03ea960438b4ff34163ed95c16777e0dd47a229132b1a095f0d92ba915c98ffd71d74bc7af6a
-DIST nvidia-ml-py-7.346.0.tar.gz 19186 SHA256 7a04fff2252202dc6f3d6ab50840372959cf498d0ba59c93e0361513b50a24d6 SHA512 01bd80b99682a5d33f007acbd886efe5f427290534a2f20a8d34a075cb1a722ea29c56ad187372ccb74192dc0af16a94da238b7068190b758176cfdd7698d4ff WHIRLPOOL 1adf1cf456883ca0db75d9e4c64a77593b53919fdd4a7b7f5947310fea63845ac39a38782a07ea2d8cefc5f49d02cb0ad927ee16520e12487b5450a899eab1c3
-DIST nvidia-ml-py-7.352.0.tar.gz 20524 SHA256 b4a342ba52a51ff794af38279ce62f78b278ba5f50c13103af52c4f6113ff65e SHA512 3f400357eece008d25b5866dcacf72892cc59b88cd98642b06a3208732832e5330f5e92ba14d1da42254ba685a6206c2903065388356751c84cbde5f4b6ceace WHIRLPOOL c3757f584d49118a37590a74d528ebd9d7fcb3116ea38802931f291509c12920a0dd28a138e4b4a91873bfd4462768e34c2f0dc7f5abb39e0c98dc2afd97e0d7
diff --git a/dev-python/nvidia-ml-py/metadata.xml b/dev-python/nvidia-ml-py/metadata.xml
deleted file mode 100644
index e18e888d9..000000000
--- a/dev-python/nvidia-ml-py/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>marbre@linux.sungazer.de</email>
- <name>Marius Brehler</name>
- </maintainer>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription>
- Provides a Python interface to GPU management and monitoring
- functions. This is a wrapper around the NVML library.
- </longdescription>
- <upstream>
- <remote-id type="pypi">nvidia-ml-py</remote-id>
- </upstream>
-</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
deleted file mode 100644
index 6c2a3ae94..000000000
--- a/dev-python/nvidia-ml-py/nvidia-ml-py-6.340.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,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}"
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
deleted file mode 100644
index 9f50632c6..000000000
--- a/dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,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-346.46[nvml]"
-DEPEND="${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
deleted file mode 100644
index 094ece32d..000000000
--- a/dev-python/nvidia-ml-py/nvidia-ml-py-7.352.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
-
-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}"