|
Added
Link Here
|
| 1 |
PORTNAME= fortranformat |
| 2 |
DISTVERSION= 2.0.0 |
| 3 |
CATEGORIES= devel python |
| 4 |
MASTER_SITES= PYPI |
| 5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
| 6 |
|
| 7 |
MAINTAINER= doconnor@gsoft.com.au |
| 8 |
COMMENT= Generate and parse text using FORTRAN format records |
| 9 |
WWW= https://github.com/brendanarnold/py-fortranformat |
| 10 |
|
| 11 |
LICENSE= MIT |
| 12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
| 13 |
|
| 14 |
BUILD_DEPENDS= ${PY_SETUPTOOLS} \ |
| 15 |
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} |
| 16 |
|
| 17 |
USES= python |
| 18 |
USE_PYTHON= autoplist pep517 |
| 19 |
|
| 20 |
NO_ARCH= yes |
| 21 |
|
| 22 |
.include <bsd.port.mk> |