mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/py-mpl-interactions: update to 0.24.2
Convert to pep517.
This commit is contained in:
parent
fe76490f40
commit
c0e39fe506
2 changed files with 8 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= mpl-interactions
|
||||
DISTVERSION= 0.24.1
|
||||
DISTVERSION= 0.24.2
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,9 +12,12 @@ WWW= https://pypi.python.org/pypi/mpl-interactions
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist pep517
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1724839819
|
||||
SHA256 (mpl_interactions-0.24.1.tar.gz) = a77b4092b60099951bc9460ed3a4fd9fe17f507e751cf178d5e123eed6363b3f
|
||||
SIZE (mpl_interactions-0.24.1.tar.gz) = 36044666
|
||||
TIMESTAMP = 1726043018
|
||||
SHA256 (mpl_interactions-0.24.2.tar.gz) = 2ef91b44bd3fb88395d7ea0bae862b7c987004d87dfb478c8bc1655999a3c2e1
|
||||
SIZE (mpl_interactions-0.24.2.tar.gz) = 36042395
|
||||
|
|
Loading…
Add table
Reference in a new issue