1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Remove PYTHON_REL check after r559053

It helps retire math/py-statsmodels010.
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2021-01-10 08:26:53 +00:00
parent 4ed4a6fa37
commit 218b91dea7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561023

View File

@ -14,19 +14,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}statsmodels>0:math/py-statsmodels@${PY_FLAVOR}
USES= python:3.6+
USE_GITHUB= yes # PyPI doesn't have the latest version for some reason
GH_ACCOUNT= openeemeter
USE_PYTHON= distutils concurrent autoplist
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 3600
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}statsmodels010>0:math/py-statsmodels010@${PY_FLAVOR}
.else
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}statsmodels>0:math/py-statsmodels@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>