Edit

IABSD.fr/ports/sysutils/py-distlib/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-08-19 08:48:11
    Hash : ac97f53e
    Message : update to py3-distlib-0.4.0

  • sysutils/py-distlib/Makefile
  • COMMENT=	distribution utilities
    
    MODPY_DISTV=	0.4.0
    DISTNAME=	distlib-${MODPY_DISTV}
    PKGNAME=	py-${DISTNAME}
    
    CATEGORIES=	sysutils
    
    # https://github.com/pypa/distlib
    HOMEPAGE=	https://distlib.readthedocs.io/
    
    # MIT
    PERMIT_PACKAGE=	Yes
    
    MODULES=	lang/python
    MODPY_PYBUILD=	setuptools
    MODPY_PI=	Yes
    
    # various networks tests fail with PORTS_PRIVSEP
    PORTHOME=	${WRKDIR}
    
    .include <bsd.port.mk>