Skip to content

Commit

Permalink
graphics/py-colorcet: update 3.0.1 → 3.1.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Mar 9, 2024
1 parent 33ecfeb commit 240b80c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions graphics/py-colorcet/Makefile
@@ -1,5 +1,5 @@
PORTNAME= colorcet
DISTVERSION= 3.0.1
DISTVERSION= 3.1.0
CATEGORIES= graphics science python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,12 +11,12 @@ WWW= https://colorcet.holoviz.org/
LICENSE= CC-BY-4.0
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyct>=0.4.4:misc/py-pyct@${PY_FLAVOR}
BUILD_DEPENDS= ${PY_DEPENDS}
RUN_DEPENDS= ${PY_DEPENDS}
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}

USES= python
USE_PYTHON= distutils concurrent autoplist pytest
USE_PYTHON= pep517 concurrent autoplist pytest

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions graphics/py-colorcet/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1664941465
SHA256 (colorcet-3.0.1.tar.gz) = 51455a20353d12fac91f953772d8409f2474e6a0db1af3fa4f7005f405a2480b
SIZE (colorcet-3.0.1.tar.gz) = 3036207
TIMESTAMP = 1709948140
SHA256 (colorcet-3.1.0.tar.gz) = 2921b3cd81a2288aaf2d63dbc0ce3c26dcd882e8c389cc505d6886bf7aa9a4eb
SIZE (colorcet-3.1.0.tar.gz) = 2183107

0 comments on commit 240b80c

Please sign in to comment.