* [gentoo-commits] proj/sci:master commit in: dev-python/lazy_ops/
@ 2023-02-20 16:03 Horea Christian
0 siblings, 0 replies; 3+ messages in thread
From: Horea Christian @ 2023-02-20 16:03 UTC (permalink / raw
To: gentoo-commits
commit: 084c22f9ad1d4ae2dd6f93f0d9f8a93e8c1d9f72
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Feb 20 16:03:11 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Feb 20 16:03:11 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=084c22f9
dev-python/lazy_ops: new package, add 0.2.0
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/lazy_ops/lazy_ops-0.2.0.ebuild | 26 ++++++++++++++++++++++++++
dev-python/lazy_ops/metadata.xml | 16 ++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/dev-python/lazy_ops/lazy_ops-0.2.0.ebuild b/dev-python/lazy_ops/lazy_ops-0.2.0.ebuild
new file mode 100644
index 000000000..a873e6b85
--- /dev/null
+++ b/dev-python/lazy_ops/lazy_ops-0.2.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_10 )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi
+
+DESCRIPTION="Lazy transposing and slicing of h5py and Zarr data"
+HOMEPAGE="https://github.com/catalystneuro/lazy_ops"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+# There are no source archive with tests available:
+# https://github.com/catalystneuro/lazy_ops/issues/29
+RESTRICT="test"
+
+RDEPEND="
+ dev-python/h5py[${PYTHON_USEDEP}]
+ dev-python/zarr[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
diff --git a/dev-python/lazy_ops/metadata.xml b/dev-python/lazy_ops/metadata.xml
new file mode 100644
index 000000000..d5101128a
--- /dev/null
+++ b/dev-python/lazy_ops/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo@chymera.eu</email>
+ <name>Horea Christian</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">catalystneuro/lazy_ops</remote-id>
+ <remote-id type="pypi">lazy_ops</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/lazy_ops/
@ 2023-05-02 23:01 Horea Christian
0 siblings, 0 replies; 3+ messages in thread
From: Horea Christian @ 2023-05-02 23:01 UTC (permalink / raw
To: gentoo-commits
commit: fd5f870b524f01cb4a07d395579a2f8ffe9833f9
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue May 2 22:50:04 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue May 2 22:50:04 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=fd5f870b
dev-python/lazy_ops: enable py3.11
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/lazy_ops/lazy_ops-0.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/lazy_ops/lazy_ops-0.2.0.ebuild b/dev-python/lazy_ops/lazy_ops-0.2.0.ebuild
index a873e6b85..d624fb2aa 100644
--- a/dev-python/lazy_ops/lazy_ops-0.2.0.ebuild
+++ b/dev-python/lazy_ops/lazy_ops-0.2.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/lazy_ops/
@ 2024-09-23 14:28 Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2024-09-23 14:28 UTC (permalink / raw
To: gentoo-commits
commit: f07d483d2efef5cc2e38c7bdfa04a360a65ef86e
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 23 14:26:01 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 14:26:01 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f07d483d
dev-python/lazy_ops: drop ~x86
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/lazy_ops/lazy_ops-0.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/lazy_ops/lazy_ops-0.2.0.ebuild b/dev-python/lazy_ops/lazy_ops-0.2.0.ebuild
index d624fb2aa..c8e89de8e 100644
--- a/dev-python/lazy_ops/lazy_ops-0.2.0.ebuild
+++ b/dev-python/lazy_ops/lazy_ops-0.2.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/catalystneuro/lazy_ops"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
IUSE="test"
# There are no source archive with tests available:
# https://github.com/catalystneuro/lazy_ops/issues/29
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-23 14:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-20 16:03 [gentoo-commits] proj/sci:master commit in: dev-python/lazy_ops/ Horea Christian
-- strict thread matches above, loose matches on Subject: below --
2023-05-02 23:01 Horea Christian
2024-09-23 14:28 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox