Edit

IABSD.fr/ports/math/py-patsy/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2021-11-02 00:01:35
    Hash : 3fb7cdbc
    Message : bump REVISION for switch from Python 3.8 -> 3.9

  • math/py-patsy/Makefile
  • # $OpenBSD: Makefile,v 1.9 2021/11/02 00:01:36 sthen Exp $
    
    COMMENT =		Python package for describing statistical models
    
    MODPY_EGG_VERSION =	0.4.1
    DISTNAME =		patsy-${MODPY_EGG_VERSION}
    PKGNAME =		py-${DISTNAME}
    CATEGORIES =		math
    REVISION =		4
    
    # BSD
    PERMIT_PACKAGE =	Yes
    
    EXTRACT_SUFX =		.zip
    
    MODULES =		lang/python
    
    MODPY_PI =		Yes
    MODPY_SETUPTOOLS =	Yes
    MODPY_PYTEST =		Yes
    MODPY_PYTEST_ARGS =	patsy
    
    RUN_DEPENDS =		devel/py-six${MODPY_FLAVOR} \
    			math/py-numpy${MODPY_FLAVOR}
    TEST_DEPENDS =		devel/py-nose${MODPY_FLAVOR} \
    			math/py-scipy${MODPY_FLAVOR}
    
    FLAVORS =		python3
    FLAVOR =		python3
    
    .include <bsd.port.mk>