Browse Source
science/py-kinematics: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
overlay
Po-Chuan Hsieh
1 year ago
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
1 changed files with
4 additions and
2 deletions
-
science/py-kinematics/Makefile
|
|
@ -1,6 +1,6 @@ |
|
|
|
PORTNAME= kinematics |
|
|
|
PORTVERSION= 0.1.7 |
|
|
|
PORTREVISION= 1 |
|
|
|
PORTREVISION= 2 |
|
|
|
CATEGORIES= science python |
|
|
|
MASTER_SITES= PYPI |
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
|
|
@ -11,13 +11,15 @@ WWW= https://github.com/skulumani/kinematics |
|
|
|
|
|
|
|
LICENSE= GPLv3 |
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} |
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} |
|
|
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} |
|
|
|
|
|
|
|
USES= python |
|
|
|
USE_PYTHON= autoplist concurrent distutils |
|
|
|
USE_PYTHON= autoplist concurrent pep517 |
|
|
|
|
|
|
|
NO_ARCH= yes |
|
|
|
|
|
|
|