From: "Horea Christian" <horea.christ@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/numcodecs/
Date: Sun, 27 Mar 2022 02:25:12 +0000 (UTC) [thread overview]
Message-ID: <1648347905.3b13bd5b94cee69f17c8cc4f1de7cd323e688afc.chymera@gentoo> (raw)
commit: 3b13bd5b94cee69f17c8cc4f1de7cd323e688afc
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sun Mar 27 02:25:05 2022 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Mar 27 02:25:05 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3b13bd5b
dev-python/numcodecs: new package (DANDI stack)
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/numcodecs/metadata.xml | 16 +++++++++++++
dev-python/numcodecs/numcodecs-0.9.0.ebuild | 35 +++++++++++++++++++++++++++++
dev-python/numcodecs/numcodecs-0.9.1.ebuild | 35 +++++++++++++++++++++++++++++
3 files changed, 86 insertions(+)
diff --git a/dev-python/numcodecs/metadata.xml b/dev-python/numcodecs/metadata.xml
new file mode 100644
index 000000000..ab018028a
--- /dev/null
+++ b/dev-python/numcodecs/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">zarr-developers/numcodecs</remote-id>
+ <remote-id type="pypi">numcodecs</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/numcodecs/numcodecs-0.9.0.ebuild b/dev-python/numcodecs/numcodecs-0.9.0.ebuild
new file mode 100644
index 000000000..7219b5b7b
--- /dev/null
+++ b/dev-python/numcodecs/numcodecs-0.9.0.ebuild
@@ -0,0 +1,35 @@
+# 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="Data storage buffer compression and transformation codecs"
+HOMEPAGE="https://github.com/zarr-developers/numcodecs"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+# Fails to collect tests for yet unknown reasons:
+# https://github.com/zarr-developers/numcodecs/issues/304
+RESTRICT="test"
+
+RDEPEND="
+ dev-python/cython[${PYTHON_USEDEP}]
+ dev-python/msgpack[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/cython[${PYTHON_USEDEP}]
+"
+
+DEPEND="
+ test? (
+ ${RDEPEND}
+ dev-python/entrypoints[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
diff --git a/dev-python/numcodecs/numcodecs-0.9.1.ebuild b/dev-python/numcodecs/numcodecs-0.9.1.ebuild
new file mode 100644
index 000000000..7219b5b7b
--- /dev/null
+++ b/dev-python/numcodecs/numcodecs-0.9.1.ebuild
@@ -0,0 +1,35 @@
+# 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="Data storage buffer compression and transformation codecs"
+HOMEPAGE="https://github.com/zarr-developers/numcodecs"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+# Fails to collect tests for yet unknown reasons:
+# https://github.com/zarr-developers/numcodecs/issues/304
+RESTRICT="test"
+
+RDEPEND="
+ dev-python/cython[${PYTHON_USEDEP}]
+ dev-python/msgpack[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/cython[${PYTHON_USEDEP}]
+"
+
+DEPEND="
+ test? (
+ ${RDEPEND}
+ dev-python/entrypoints[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
next reply other threads:[~2022-03-27 2:25 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-27 2:25 Horea Christian [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-07-12 17:15 [gentoo-commits] proj/sci:master commit in: dev-python/numcodecs/ Horea Christian
2023-05-02 22:32 Horea Christian
2023-05-02 22:34 Horea Christian
2023-05-15 16:01 Horea Christian
2023-05-15 16:04 Horea Christian
2023-05-17 18:28 Horea Christian
2024-02-07 22:04 Horea Christian
2024-02-08 20:52 Horea Christian
2024-02-09 18:22 Horea Christian
2025-02-06 14:29 Nowa Ammerlaan
2025-02-06 14:29 Nowa Ammerlaan
2025-06-09 7:45 Nowa Ammerlaan
2025-06-09 7:45 Nowa Ammerlaan
2025-06-09 7:45 Nowa Ammerlaan
2025-07-18 9:27 Nowa Ammerlaan
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=1648347905.3b13bd5b94cee69f17c8cc4f1de7cd323e688afc.chymera@gentoo \
--to=horea.christ@gmail.com \
--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