Browse Source

math/py-mixsimulator: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
overlay
Po-Chuan Hsieh 1 year ago
parent
commit
c0ed2263d4
No known key found for this signature in database GPG Key ID: 9A4BD10F002DD04B
  1. 6
      math/py-mixsimulator/Makefile

6
math/py-mixsimulator/Makefile

@ -1,5 +1,6 @@
PORTNAME= mixsimulator
PORTVERSION= 0.4.6
PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,8 +12,11 @@ WWW= https://github.com/Foloso/MixSimulator
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python shebangfix
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes

Loading…
Cancel
Save