diff options
Diffstat (limited to 'math/py-formulaic-contrasts/Makefile')
-rw-r--r-- | math/py-formulaic-contrasts/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/math/py-formulaic-contrasts/Makefile b/math/py-formulaic-contrasts/Makefile new file mode 100644 index 000000000000..713849cee4eb --- /dev/null +++ b/math/py-formulaic-contrasts/Makefile @@ -0,0 +1,22 @@ +PORTNAME= formulaic_contrasts +DISTVERSION= 1.0.0 +CATEGORIES= math python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jwb@FreeBSD.org +COMMENT= Build arbitrary contrasts for models defined with formulaic +WWW= https://github.com/scverse/formulaic-contrasts + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>0:devel/py-hatch-vcs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}formulaic>0:math/py-formulaic@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist pep517 + +.include <bsd.port.mk> |