public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marius Brehler" <marbre@linux.sungazer.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/hdf5storage/
Date: Mon,  8 Feb 2016 13:18:10 +0000 (UTC)	[thread overview]
Message-ID: <1454937431.6db8c7e7872771122bbacd7512f35685fc8c62e2.marbre@gentoo> (raw)

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>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>
+    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	other threads:[~2016-02-08 13:18 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-08 13:18 Marius Brehler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-04-01 15:04 [gentoo-commits] proj/sci:master commit in: dev-python/hdf5storage/ Marius Brehler
2016-07-27 12:01 Marius Brehler
2016-09-15  8:52 Marius Brehler
2017-01-03 10:30 Marius Brehler
2020-09-22 20:43 Aisha Tammy
2020-09-22 20:43 Aisha Tammy
2020-09-22 20:43 Aisha Tammy
2022-07-12 16:00 Horea Christian
2022-07-12 16:02 Horea Christian
2022-07-12 16:12 Horea Christian
2023-02-09 12:55 Horea Christian
2023-02-09 12:55 Horea Christian
2023-02-09 12:55 Horea Christian
2023-02-09 12:55 Horea Christian
2023-02-09 13:06 Horea Christian
2025-09-11 20:41 Horea Christian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1454937431.6db8c7e7872771122bbacd7512f35685fc8c62e2.marbre@gentoo \
    --to=marbre@linux.sungazer.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox