* [gentoo-commits] proj/sci:master commit in: dev-python/hdf5storage/
@ 2016-02-08 13:18 Marius Brehler
0 siblings, 0 replies; 16+ messages in thread
From: Marius Brehler @ 2016-02-08 13:18 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hdf5storage/
@ 2016-04-01 15:04 Marius Brehler
0 siblings, 0 replies; 16+ messages in thread
From: Marius Brehler @ 2016-04-01 15:04 UTC (permalink / raw
To: gentoo-commits
commit: 9b2c1431170b0b458f2dd69a405a58c9093b962a
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Fri Apr 1 15:03:26 2016 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Fri Apr 1 15:03:26 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9b2c1431
dev-python/hdf5storage: Version bump
Package-Manager: portage-2.2.26
dev-python/hdf5storage/hdf5storage-0.1.13.ebuild | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.13.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.13.ebuild
new file mode 100644
index 0000000..9efada4
--- /dev/null
+++ b/dev-python/hdf5storage/hdf5storage-0.1.13.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
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hdf5storage/
@ 2016-07-27 12:01 Marius Brehler
0 siblings, 0 replies; 16+ messages in thread
From: Marius Brehler @ 2016-07-27 12:01 UTC (permalink / raw
To: gentoo-commits
commit: d1c087fd45b64f0a00bea54caace10c8a34b3b9c
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Jul 27 11:25:16 2016 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Wed Jul 27 11:25:16 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d1c087fd
dev-python/hdf5storage: Drop old
Package-Manager: portage-2.2.28
dev-python/hdf5storage/hdf5storage-0.1.11.ebuild | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.11.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.11.ebuild
deleted file mode 100644
index 9efada4..0000000
--- a/dev-python/hdf5storage/hdf5storage-0.1.11.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hdf5storage/
@ 2016-09-15 8:52 Marius Brehler
0 siblings, 0 replies; 16+ messages in thread
From: Marius Brehler @ 2016-09-15 8:52 UTC (permalink / raw
To: gentoo-commits
commit: a935d97cf499f42c3922e3e076d0a64073896e77
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Thu Sep 15 08:49:22 2016 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Thu Sep 15 08:49:22 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a935d97c
dev-python/hdf5storage: Version bump to 0.1.14
Package-Manager: portage-2.2.28
dev-python/hdf5storage/hdf5storage-0.1.14.ebuild | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.14.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.14.ebuild
new file mode 100644
index 0000000..9efada4
--- /dev/null
+++ b/dev-python/hdf5storage/hdf5storage-0.1.14.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
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hdf5storage/
@ 2017-01-03 10:30 Marius Brehler
0 siblings, 0 replies; 16+ messages in thread
From: Marius Brehler @ 2017-01-03 10:30 UTC (permalink / raw
To: gentoo-commits
commit: 3bff92e12ca06f323ba5b708f6e24fd728531740
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Jan 3 10:24:47 2017 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Tue Jan 3 10:24:47 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3bff92e1
dev-python/hdf5storage: Drop python3_3
Package-Manager: portage-2.3.0
dev-python/hdf5storage/hdf5storage-0.1.13.ebuild | 4 ++--
dev-python/hdf5storage/hdf5storage-0.1.14.ebuild | 4 ++--
dev-python/hdf5storage/hdf5storage-9999.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.13.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.13.ebuild
index 9efada4..8bf7738 100644
--- a/dev-python/hdf5storage/hdf5storage-0.1.13.ebuild
+++ b/dev-python/hdf5storage/hdf5storage-0.1.13.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.14.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.14.ebuild
index 9efada4..8bf7738 100644
--- a/dev-python/hdf5storage/hdf5storage-0.1.14.ebuild
+++ b/dev-python/hdf5storage/hdf5storage-0.1.14.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1
diff --git a/dev-python/hdf5storage/hdf5storage-9999.ebuild b/dev-python/hdf5storage/hdf5storage-9999.ebuild
index 6d32155..8b33b18 100644
--- a/dev-python/hdf5storage/hdf5storage-9999.ebuild
+++ b/dev-python/hdf5storage/hdf5storage-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1 git-r3
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hdf5storage/
@ 2020-09-22 20:43 Aisha Tammy
0 siblings, 0 replies; 16+ messages in thread
From: Aisha Tammy @ 2020-09-22 20:43 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hdf5storage/
@ 2020-09-22 20:43 Aisha Tammy
0 siblings, 0 replies; 16+ messages in thread
From: Aisha Tammy @ 2020-09-22 20:43 UTC (permalink / raw
To: gentoo-commits
commit: 4f9a407fb5400ab93da87b324ffbac56d25abe10
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 20:42:45 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 20:43:38 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4f9a407f
dev-python/hdf5storage: drop old version
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/hdf5storage/hdf5storage-0.1.14.ebuild | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.14.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.14.ebuild
deleted file mode 100644
index ed7954124..000000000
--- a/dev-python/hdf5storage/hdf5storage-0.1.14.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{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
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hdf5storage/
@ 2020-09-22 20:43 Aisha Tammy
0 siblings, 0 replies; 16+ messages in thread
From: Aisha Tammy @ 2020-09-22 20:43 UTC (permalink / raw
To: gentoo-commits
commit: 0fdf3caf475343a6b4c58680560dd74e00385e25
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 20:42:24 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 20:43:38 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0fdf3caf
dev-python/hdf5storage: drop old version
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --force
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/hdf5storage/hdf5storage-0.1.13.ebuild | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.13.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.13.ebuild
deleted file mode 100644
index ed7954124..000000000
--- a/dev-python/hdf5storage/hdf5storage-0.1.13.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{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
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hdf5storage/
@ 2022-07-12 16:00 Horea Christian
0 siblings, 0 replies; 16+ messages in thread
From: Horea Christian @ 2022-07-12 16:00 UTC (permalink / raw
To: gentoo-commits
commit: 10d96a36b911a7aa3fa4938de4242ed7c84a4d84
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Jul 12 16:00:29 2022 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Jul 12 16:00:29 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=10d96a36
dev-python/hdf5storage: EAPI and PYTHON_COMPAT bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/hdf5storage/hdf5storage-0.1.15_p1.ebuild | 6 +++---
...orage-0.1.15_p1.ebuild => hdf5storage-0.1.18.ebuild} | 17 +++++------------
dev-python/hdf5storage/hdf5storage-9999.ebuild | 6 +++---
3 files changed, 11 insertions(+), 18 deletions(-)
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.15_p1.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.15_p1.ebuild
index 8a7b76420..3a6391eb0 100644
--- a/dev-python/hdf5storage/hdf5storage-0.1.15_p1.ebuild
+++ b/dev-python/hdf5storage/hdf5storage-0.1.15_p1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.15_p1.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.18.ebuild
similarity index 50%
copy from dev-python/hdf5storage/hdf5storage-0.1.15_p1.ebuild
copy to dev-python/hdf5storage/hdf5storage-0.1.18.ebuild
index 8a7b76420..22f9151e0 100644
--- a/dev-python/hdf5storage/hdf5storage-0.1.15_p1.ebuild
+++ b/dev-python/hdf5storage/hdf5storage-0.1.18.ebuild
@@ -1,23 +1,16 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
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
+SRC_URI="https://github.com/frejanordsiek/hdf5storage/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
LICENSE="BSD"
SLOT="0"
diff --git a/dev-python/hdf5storage/hdf5storage-9999.ebuild b/dev-python/hdf5storage/hdf5storage-9999.ebuild
index 8a7b76420..3a6391eb0 100644
--- a/dev-python/hdf5storage/hdf5storage-9999.ebuild
+++ b/dev-python/hdf5storage/hdf5storage-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hdf5storage/
@ 2022-07-12 16:02 Horea Christian
0 siblings, 0 replies; 16+ messages in thread
From: Horea Christian @ 2022-07-12 16:02 UTC (permalink / raw
To: gentoo-commits
commit: 32fe2d7357ac788a753ff94d4e030fb4ed6cd8b1
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Jul 12 16:02:50 2022 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Jul 12 16:02:50 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=32fe2d73
dev-python/hdf5storage: dropped version with broken tests
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
.../hdf5storage/hdf5storage-0.1.15_p1.ebuild | 31 ----------------------
1 file changed, 31 deletions(-)
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.15_p1.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.15_p1.ebuild
deleted file mode 100644
index 3a6391eb0..000000000
--- a/dev-python/hdf5storage/hdf5storage-0.1.15_p1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
-
-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
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hdf5storage/
@ 2022-07-12 16:12 Horea Christian
0 siblings, 0 replies; 16+ messages in thread
From: Horea Christian @ 2022-07-12 16:12 UTC (permalink / raw
To: gentoo-commits
commit: 26c7bd1533f0f93d900d5071d20bd9f9ab1d6933
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Jul 12 16:11:57 2022 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Jul 12 16:11:57 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=26c7bd15
dev-python/hdf5storage: added second version
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/hdf5storage/hdf5storage-0.1.17.ebuild | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.17.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.17.ebuild
new file mode 100644
index 000000000..22f9151e0
--- /dev/null
+++ b/dev-python/hdf5storage/hdf5storage-0.1.17.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
+
+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="https://github.com/frejanordsiek/hdf5storage/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND="
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/h5py[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests nose
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hdf5storage/
@ 2023-02-09 12:55 Horea Christian
0 siblings, 0 replies; 16+ messages in thread
From: Horea Christian @ 2023-02-09 12:55 UTC (permalink / raw
To: gentoo-commits
commit: f140408d3216d09012baf4b008ada2e1e6669393
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Feb 9 12:53:40 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Feb 9 12:53:40 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f140408d
dev-python/hdf5storage: updated test system
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/hdf5storage/hdf5storage-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hdf5storage/hdf5storage-9999.ebuild b/dev-python/hdf5storage/hdf5storage-9999.ebuild
index f88ed9f94..2ef8bc5b4 100644
--- a/dev-python/hdf5storage/hdf5storage-9999.ebuild
+++ b/dev-python/hdf5storage/hdf5storage-9999.ebuild
@@ -28,4 +28,4 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
-distutils_enable_tests nose
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hdf5storage/
@ 2023-02-09 12:55 Horea Christian
0 siblings, 0 replies; 16+ messages in thread
From: Horea Christian @ 2023-02-09 12:55 UTC (permalink / raw
To: gentoo-commits
commit: 5fbc7394e9614d2608cb8e3743e5ad32b02bd509
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Feb 9 12:49:25 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Feb 9 12:49:25 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5fbc7394
dev-python/hdf5storage: restricted unsupported tests
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/hdf5storage/hdf5storage-0.1.17.ebuild | 4 +++-
dev-python/hdf5storage/hdf5storage-0.1.18.ebuild | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.17.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.17.ebuild
index edafef12b..35f9ec28f 100644
--- a/dev-python/hdf5storage/hdf5storage-0.1.17.ebuild
+++ b/dev-python/hdf5storage/hdf5storage-0.1.17.ebuild
@@ -14,6 +14,8 @@ KEYWORDS="~amd64 ~x86"
LICENSE="BSD"
SLOT="0"
+# Gentoo no longer supports nose
+RESTRICT="test"
RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
@@ -21,4 +23,4 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
-distutils_enable_tests nose
+#distutils_enable_tests nose
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.18.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.18.ebuild
index edafef12b..35f9ec28f 100644
--- a/dev-python/hdf5storage/hdf5storage-0.1.18.ebuild
+++ b/dev-python/hdf5storage/hdf5storage-0.1.18.ebuild
@@ -14,6 +14,8 @@ KEYWORDS="~amd64 ~x86"
LICENSE="BSD"
SLOT="0"
+# Gentoo no longer supports nose
+RESTRICT="test"
RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
@@ -21,4 +23,4 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
-distutils_enable_tests nose
+#distutils_enable_tests nose
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hdf5storage/
@ 2023-02-09 12:55 Horea Christian
0 siblings, 0 replies; 16+ messages in thread
From: Horea Christian @ 2023-02-09 12:55 UTC (permalink / raw
To: gentoo-commits
commit: d4d4a0c2ac39f7cf0ccd48bde3174ef8a8a09547
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Feb 9 12:52:42 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Feb 9 12:52:42 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d4d4a0c2
dev-python/hdf5storage: add 0.1.19
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/hdf5storage/hdf5storage-0.1.19.ebuild | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.19.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.19.ebuild
new file mode 100644
index 000000000..196cb4a25
--- /dev/null
+++ b/dev-python/hdf5storage/hdf5storage-0.1.19.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_10 )
+
+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="https://github.com/frejanordsiek/hdf5storage/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND="
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/h5py[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hdf5storage/
@ 2023-02-09 12:55 Horea Christian
0 siblings, 0 replies; 16+ messages in thread
From: Horea Christian @ 2023-02-09 12:55 UTC (permalink / raw
To: gentoo-commits
commit: 21bd5c371e95471f0579986d826411d0ab82716b
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Feb 9 12:54:56 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Feb 9 12:54:56 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=21bd5c37
dev-python/hdf5storage: python 3.11 bump
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/hdf5storage/hdf5storage-0.1.17.ebuild | 2 +-
dev-python/hdf5storage/hdf5storage-0.1.18.ebuild | 2 +-
dev-python/hdf5storage/hdf5storage-0.1.19.ebuild | 2 +-
dev-python/hdf5storage/hdf5storage-9999.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.17.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.17.ebuild
index 35f9ec28f..35e45f7fb 100644
--- a/dev-python/hdf5storage/hdf5storage-0.1.17.ebuild
+++ b/dev-python/hdf5storage/hdf5storage-0.1.17.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.18.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.18.ebuild
index 35f9ec28f..35e45f7fb 100644
--- a/dev-python/hdf5storage/hdf5storage-0.1.18.ebuild
+++ b/dev-python/hdf5storage/hdf5storage-0.1.18.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.19.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.19.ebuild
index 196cb4a25..0d1565b6c 100644
--- a/dev-python/hdf5storage/hdf5storage-0.1.19.ebuild
+++ b/dev-python/hdf5storage/hdf5storage-0.1.19.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
diff --git a/dev-python/hdf5storage/hdf5storage-9999.ebuild b/dev-python/hdf5storage/hdf5storage-9999.ebuild
index 2ef8bc5b4..1dec1a4f2 100644
--- a/dev-python/hdf5storage/hdf5storage-9999.ebuild
+++ b/dev-python/hdf5storage/hdf5storage-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hdf5storage/
@ 2023-02-09 13:06 Horea Christian
0 siblings, 0 replies; 16+ messages in thread
From: Horea Christian @ 2023-02-09 13:06 UTC (permalink / raw
To: gentoo-commits
commit: 170a5c761e333ca522ce0366fc6632f534f3b691
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Feb 9 13:06:19 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Feb 9 13:06:19 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=170a5c76
dev-python/hdf5storage: using DISTUTILS_USE_PEP517
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/hdf5storage/hdf5storage-0.1.17.ebuild | 1 +
dev-python/hdf5storage/hdf5storage-0.1.18.ebuild | 1 +
dev-python/hdf5storage/hdf5storage-0.1.19.ebuild | 1 +
dev-python/hdf5storage/hdf5storage-9999.ebuild | 1 +
4 files changed, 4 insertions(+)
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.17.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.17.ebuild
index 35e45f7fb..a427f8ad1 100644
--- a/dev-python/hdf5storage/hdf5storage-0.1.17.ebuild
+++ b/dev-python/hdf5storage/hdf5storage-0.1.17.ebuild
@@ -3,6 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.18.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.18.ebuild
index 35e45f7fb..a427f8ad1 100644
--- a/dev-python/hdf5storage/hdf5storage-0.1.18.ebuild
+++ b/dev-python/hdf5storage/hdf5storage-0.1.18.ebuild
@@ -3,6 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.19.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.19.ebuild
index 0d1565b6c..ab64fefbc 100644
--- a/dev-python/hdf5storage/hdf5storage-0.1.19.ebuild
+++ b/dev-python/hdf5storage/hdf5storage-0.1.19.ebuild
@@ -3,6 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
diff --git a/dev-python/hdf5storage/hdf5storage-9999.ebuild b/dev-python/hdf5storage/hdf5storage-9999.ebuild
index 1dec1a4f2..1bcf35a57 100644
--- a/dev-python/hdf5storage/hdf5storage-9999.ebuild
+++ b/dev-python/hdf5storage/hdf5storage-9999.ebuild
@@ -3,6 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
^ permalink raw reply related [flat|nested] 16+ messages in thread
end of thread, other threads:[~2023-02-09 13:06 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-22 20:43 [gentoo-commits] proj/sci:master commit in: dev-python/hdf5storage/ Aisha Tammy
-- strict thread matches above, loose matches on Subject: below --
2023-02-09 13:06 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox