1
0
Fork 0

dev-python/numcodecs: moved to Gentoo Science

https://gitweb.gentoo.org/proj/sci.git/commit/?id=3b13bd5b94cee69f17c8cc4f1de7cd323e688afc
This commit is contained in:
Horea Christian 2022-03-26 22:25:33 -04:00
parent c84a330572
commit 382d443556
4 changed files with 0 additions and 88 deletions

View File

@ -1,2 +0,0 @@
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

@ -1,16 +0,0 @@
<?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>

View File

@ -1,35 +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="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

View File

@ -1,35 +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="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