From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/hdf5storage/
Date: Tue, 22 Sep 2020 20:43:56 +0000 (UTC) [thread overview]
Message-ID: <1600807412.fa4cc4e47fa3f3298a0362bbd0379c9df4a0a11a.epsilon-0@gentoo> (raw)
commit: fa4cc4e47fa3f3298a0362bbd0379c9df4a0a11a
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 20:41:55 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 20:43:32 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=fa4cc4e4
dev-python/hdf5storage: version bump to 0.1.15
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
.../hdf5storage/hdf5storage-0.1.15_p1.ebuild | 31 ++++++++++++++++++++++
dev-python/hdf5storage/hdf5storage-9999.ebuild | 25 ++++++++++++-----
2 files changed, 49 insertions(+), 7 deletions(-)
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.15_p1.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.15_p1.ebuild
new file mode 100644
index 000000000..844e22534
--- /dev/null
+++ b/dev-python/hdf5storage/hdf5storage-0.1.15_p1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Read/write Python types to/from HDF5 files, including MATLAB v7.3 MAT files"
+HOMEPAGE="https://github.com/frejanordsiek/hdf5storage"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/frejanordsiek/hdf5storage"
+else
+ COMMIT=09dfc5fb3a6a3f9c32c2479a896c7f14d3c8d830
+ SRC_URI="https://github.com/frejanordsiek/hdf5storage/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}"/${PN}-${COMMIT}
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND="
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/h5py[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests nose
diff --git a/dev-python/hdf5storage/hdf5storage-9999.ebuild b/dev-python/hdf5storage/hdf5storage-9999.ebuild
index 194a845ce..844e22534 100644
--- a/dev-python/hdf5storage/hdf5storage-9999.ebuild
+++ b/dev-python/hdf5storage/hdf5storage-9999.ebuild
@@ -1,14 +1,23 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
-inherit distutils-r1 git-r3
+inherit distutils-r1
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"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/frejanordsiek/hdf5storage"
+else
+ COMMIT=09dfc5fb3a6a3f9c32c2479a896c7f14d3c8d830
+ SRC_URI="https://github.com/frejanordsiek/hdf5storage/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}"/${PN}-${COMMIT}
+ KEYWORDS="~amd64"
+fi
LICENSE="BSD"
SLOT="0"
@@ -16,5 +25,7 @@ SLOT="0"
RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/h5py[${PYTHON_USEDEP}]
- "
-DEPEND="${RDEPEND}"
\ No newline at end of file
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests nose
next reply other threads:[~2020-09-22 20:43 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-22 20:43 Aisha Tammy [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-09 13:06 [gentoo-commits] proj/sci:master commit in: dev-python/hdf5storage/ 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
2022-07-12 16:12 Horea Christian
2022-07-12 16:02 Horea Christian
2022-07-12 16:00 Horea Christian
2020-09-22 20:43 Aisha Tammy
2020-09-22 20:43 Aisha Tammy
2017-01-03 10:30 Marius Brehler
2016-09-15 8:52 Marius Brehler
2016-07-27 12:01 Marius Brehler
2016-04-01 15:04 Marius Brehler
2016-02-08 13:18 Marius Brehler
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=1600807412.fa4cc4e47fa3f3298a0362bbd0379c9df4a0a11a.epsilon-0@gentoo \
--to=gentoo@aisha.cc \
--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