Edit

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

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-08-11 12:42:41
    Hash : 3f059e80
    Message : drop @pkgpath/@conflict markers previously used for updates from 7.0/7.1

  • net/py-tld/Makefile
  • COMMENT=	extracts the top level domain (TLD) from the URL given
    
    MODPY_DISTV=	0.13.2
    DISTNAME=	tld-${MODPY_DISTV}
    PKGNAME=	py-${DISTNAME}
    REVISION=	1
    
    CATEGORIES=	net
    
    # MPL 1.1/GPL 2.0/LGPL 2.1
    PERMIT_PACKAGE=	Yes
    
    MODULES=	lang/python
    MODPY_PYBUILD=	setuptools_scm
    MODPY_PI=	Yes
    
    # requires fake.py, pytest-codeblock, pytest-ordering (not ported),
    # and pytest-cov
    NO_TEST=	Yes
    
    .include <bsd.port.mk>