Edit

IABSD.fr/ports/net/py-publicsuffix2/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2024-12-21 11:38:32
    Hash : a4770540
    Message : handle py3.12 switchover in net

  • net/py-publicsuffix2/Makefile
  • COMMENT =		pure-Python interface to publicsuffix.org
    
    MODPY_DISTV =	2.20191221
    DISTNAME =		publicsuffix2-${MODPY_DISTV}
    PKGNAME =		py-${DISTNAME}
    REVISION =		0
    
    CATEGORIES =		net
    
    # MIT (software) MPL-2.0 (data)
    PERMIT_PACKAGE =	Yes
    
    MODULES =		lang/python
    
    HOMEPAGE =		https://github.com/nexB/python-publicsuffix2
    
    MODPY_PI =		Yes
    MODPY_PYBUILD =		setuptools
    
    RUN_DEPENDS =		www/py-requests
    BUILD_DEPENDS =		www/py-requests
    
    # pypi artifact hasn't got any tests
    NO_TEST =		YES
    
    .include <bsd.port.mk>