Edit

IABSD.fr/ports/net/py-IP/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

  • net/py-IP/Makefile
  • # $OpenBSD: Makefile,v 1.41 2021/11/02 00:01:40 sthen Exp $
    
    COMMENT =	Python module to handle IPv4 and IPv6 address
    
    MODPY_EGG_VERSION =	1.01
    REVISION =		1
    DISTNAME =		IPy-${MODPY_EGG_VERSION}
    PKGNAME =		py-IP-${MODPY_EGG_VERSION}
    CATEGORIES =		net
    
    HOMEPAGE =		https://github.com/autocracy/python-ipy/wiki
    
    MAINTAINER =		Benoit Lecocq <benoit@openbsd.org>
    
    # BSD
    PERMIT_PACKAGE =	Yes
    
    MODPY_PI =		Yes
    
    MODULES =		lang/python
    
    FLAVORS =		python3
    FLAVOR =		python3
    
    MODPY_DISTUTILS_INSTALLARGS =	-O2
    MODPY_PYOEXTENSION =		opt-2.pyc
    MODPY_PYTEST =			Yes
    
    .include <bsd.port.mk>