Skip to content

Commit

Permalink
graphics/py-albumentations: update 1.3.1 → 1.4.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Feb 18, 2024
1 parent 14c4044 commit 8174287
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions graphics/py-albumentations/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= albumentations
DISTVERSION= 1.3.1
DISTVERSION= 1.4.0
CATEGORIES= graphics python # machine-learning
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,14 +11,15 @@ WWW= https://albumentations.ai/
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.11.1:math/py-numpy@${PY_FLAVOR} \
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}qudida>=0.0.4:graphics/py-qudida@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scikit-image>=0.16.1:graphics/py-scikit-image@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=1.1.0:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scikit-image>0:graphics/py-scikit-image@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=1.10.0:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}deepdiff>0:devel/py-deepdiff@${PY_FLAVOR}

USES= python
USE_PYTHON= distutils autoplist pytest # 95 tests fail, see https://github.com/albumentations-team/albumentations/issues/1505
USE_PYTHON= distutils autoplist pytest # 83 tests fail, see https://github.com/albumentations-team/albumentations/issues/1505

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions graphics/py-albumentations/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1703558078
SHA256 (albumentations-1.3.1.tar.gz) = a6a38388fe546c568071e8c82f414498e86c9ed03c08b58e7a88b31cf7a244c6
SIZE (albumentations-1.3.1.tar.gz) = 176371
TIMESTAMP = 1708240502
SHA256 (albumentations-1.4.0.tar.gz) = 649f8a14896f788b356ecc70083c4fb91bedab4ff4e2b39ad217a824e189ded0
SIZE (albumentations-1.4.0.tar.gz) = 163904

0 comments on commit 8174287

Please sign in to comment.