commit:     6db8c7e7872771122bbacd7512f35685fc8c62e2
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Feb  8 13:17:11 2016 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Mon Feb  8 13:17:11 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6db8c7e7

dev-python/hdf5storage: Add new package, ebuild written by me

Package-Manager: portage-2.2.26

 dev-python/hdf5storage/hdf5storage-0.1.11.ebuild | 22 ++++++++++++++++++++++
 dev-python/hdf5storage/hdf5storage-9999.ebuild   | 21 +++++++++++++++++++++
 dev-python/hdf5storage/metadata.xml              | 23 +++++++++++++++++++++++
 3 files changed, 66 insertions(+)

diff --git a/dev-python/hdf5storage/hdf5storage-0.1.11.ebuild 
b/dev-python/hdf5storage/hdf5storage-0.1.11.ebuild
new file mode 100644
index 0000000..9efada4
--- /dev/null
+++ b/dev-python/hdf5storage/hdf5storage-0.1.11.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Read/write Python types to/from HDF5 files, including MATLAB v7.3 
MAT files"
+HOMEPAGE="https://github.com/frejanordsiek/hdf5storage";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+       dev-python/numpy[${PYTHON_USEDEP}]
+       dev-python/h5py[${PYTHON_USEDEP}]
+       "
+DEPEND="${RDEPEND}"
\ No newline at end of file

diff --git a/dev-python/hdf5storage/hdf5storage-9999.ebuild 
b/dev-python/hdf5storage/hdf5storage-9999.ebuild
new file mode 100644
index 0000000..6d32155
--- /dev/null
+++ b/dev-python/hdf5storage/hdf5storage-9999.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Read/write Python types to/from HDF5 files, including MATLAB v7.3 
MAT files"
+HOMEPAGE="https://github.com/frejanordsiek/hdf5storage";
+EGIT_REPO_URI="https://github.com/frejanordsiek/${PN}.git 
git://github.com/frejanordsiek/${PN}.git"
+
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND="
+       dev-python/numpy[${PYTHON_USEDEP}]
+       dev-python/h5py[${PYTHON_USEDEP}]
+       "
+DEPEND="${RDEPEND}"
\ No newline at end of file

diff --git a/dev-python/hdf5storage/metadata.xml 
b/dev-python/hdf5storage/metadata.xml
new file mode 100644
index 0000000..320a9f9
--- /dev/null
+++ b/dev-python/hdf5storage/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="person">
+    <email>mar...@linux.sungazer.de</email>
+    <name>Marius Brehler</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>s...@gentoo.org</email>
+    <name>Gentoo Science Project</name>
+  </maintainer>
+  <longdescription>
+    This Python package provides high level utilities to read/write a
+    variety of Python types to/from HDF5 (Heirarchal Data Format)
+    formatted files. This package also provides support for MATLAB MAT
+    v7.3 formatted files, which are just HDF5 files with a different
+    extension and some extra meta-data.
+  </longdescription>
+  <upstream>
+    <remote-id type="pypi">hdf5storage</remote-id>
+    <remote-id type="github">frejanordsiek/hdf5storage</remote-id>
+  </upstream>
+</pkgmetadata>

Reply via email to