1
0
Fork 0

dev-python/numcodecs: version bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2022-03-26 22:22:50 -04:00
parent 8b9965b6c8
commit c84a330572
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
4 changed files with 42 additions and 2 deletions

View File

@ -1 +1,2 @@
DIST numcodecs-0.9.0.tar.gz 4514267 SHA256 3c23803671a3d920efa175af5828870bdff60ba2a3fcbf1d5b48bb81d68219c6 SHA512 1525e5a7f7a7427752d3ccfbbb82b7afbfc90fcbc2c9e886e31d286c64478d85747de7e6bf16a8e980af96cf952d1202a15affa02cf6a22b4aac3725a0c8a65f WHIRLPOOL 387a024cc4647d1a158a85c24b77878723a89705dd888062a3ec79b8addf8b9e4f172b4d4a0ac1b73418e4b54076dd3faae387df9b32cb3c66f0905c257bf6de
DIST numcodecs-0.9.1.tar.gz 4514374 SHA256 35adbcc746b95e3ac92e949a161811f5aa2602b9eb1ef241b5ea6f09bb220997 SHA512 639cc5a5656e026f85e893009831f98420e3818f73bab95f0afd0a5bd64c901082826921e40c1b6e1f75cad82b3be2cf36787fa74ba7f0fd011dac070b24e0f8 WHIRLPOOL 59de6f92678908e98af8d61b0aae1bcc36c4e5f9ec5a824453b39334a7b979bb33f4bbf8624c02d4f06ccf145007310edef02ba4929dcc2e7fd1abaac390dbc4

View File

@ -9,4 +9,8 @@
<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>

View File

@ -14,9 +14,9 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
# Tests fail for yet unknown reasons:
# Fails to collect tests for yet unknown reasons:
# https://github.com/zarr-developers/numcodecs/issues/304
RESTRICT="!test? ( test )"
RESTRICT="test"
RDEPEND="
dev-python/cython[${PYTHON_USEDEP}]

View File

@ -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