Edit

IABSD.fr/ports/textproc/py-xmlschema/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2024-12-22 15:07:53
    Hash : 27aec856
    Message : update to py3-xmlschema-3.4.3

  • textproc/py-xmlschema/Makefile
  • COMMENT=	an XML Schema validator and decoder
    
    MODPY_DISTV=	3.4.3
    DISTNAME=	xmlschema-${MODPY_DISTV}
    PKGNAME=	py-${DISTNAME}
    
    CATEGORIES=	textproc
    
    HOMEPAGE=	https://github.com/sissaschool/xmlschema
    
    # MIT
    PERMIT_PACKAGE=	Yes
    
    MODULES=	lang/python
    MODPY_PI=	Yes
    MODPY_PYBUILD=	setuptools
    
    RUN_DEPENDS=	textproc/py-elementpath
    
    .include <bsd.port.mk>