Skip to content

Commit

Permalink
biology/py-scikit-bio: Update 0.5.8 → 0.5.9
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Aug 3, 2023
1 parent 4073adf commit 0f9f8aa
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 12 deletions.
18 changes: 9 additions & 9 deletions biology/py-scikit-bio/Makefile
@@ -1,6 +1,5 @@
PORTNAME= scikit-bio
DISTVERSION= 0.5.8
PORTREVISION= 1
DISTVERSION= 0.5.9
CATEGORIES= biology education python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -14,22 +13,23 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt

BROKEN_aarch64= fails to build: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size, see https://github.com/biocore/scikit-bio/issues/1816

BUILD_DEPENDS= ${PYNUMPY}
BUILD_DEPENDS= ${PYNUMPY} \
${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}cachecontrol>=0.11.5:www/py-cachecontrol@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}decorator>=3.4.2:devel/py-decorator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}h5py>=2.9.0:science/py-h5py@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}h5py>=3.6.0:science/py-h5py@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hdmedians>=0.14.1:math/py-hdmedians@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ipython>=3.2.0:devel/ipython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lockfile>=0.10.2:devel/py-lockfile@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}matplotlib>=1.4.3:math/py-matplotlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}natsort>=4.0.3:devel/py-natsort@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>=1.0.0:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>=1.5.0:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.19.1:science/py-scikit-learn@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=1.3.0:science/py-scipy@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}

USES= python
USE_PYTHON= distutils cython autoplist pytest # tests fail to run, see https://github.com/biocore/scikit-bio/issues/1846
USE_PYTHON= pep517 cython autoplist pytest # tests fail to run, see https://github.com/biocore/scikit-bio/issues/1846

TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}

Expand Down
6 changes: 3 additions & 3 deletions biology/py-scikit-bio/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1679325956
SHA256 (scikit-bio-0.5.8.tar.gz) = d55a83c3e5f2ca1132744e1409233fb61d9af0c5a95deb7b291e6e340712b86b
SIZE (scikit-bio-0.5.8.tar.gz) = 3534584
TIMESTAMP = 1691038332
SHA256 (scikit-bio-0.5.9.tar.gz) = 7ae044dc8bee231900248adc3a8659077e76140d56ac9f42bd01fb7981014910
SIZE (scikit-bio-0.5.9.tar.gz) = 3542513
10 changes: 10 additions & 0 deletions biology/py-scikit-bio/files/patch-pyproject.toml
@@ -0,0 +1,10 @@
--- pyproject.toml.orig 2023-08-03 04:59:44 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@
[build-system]
# https://numpy.org/doc/stable/dev/depending_on_numpy.html#adding-a-dependency-on-numpy
-requires = ["Cython>=0.29.32", "oldest-supported-numpy", "setuptools", "wheel"]
+requires = ["Cython>=0.29.32", "numpy", "setuptools", "wheel"]

[tool.pytest.ini_options]
filterwarnings = [

0 comments on commit 0f9f8aa

Please sign in to comment.