Edit

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

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2022-11-13 15:30:15
    Hash : c7010de0
    Message : bump for MODPY_DEFAULT_VERSION_3 change

  • textproc/py-xmlschema/Makefile
  • COMMENT =		an XML Schema validator and decoder
    
    MODPY_EGG_VERSION =	2.1.1
    DISTNAME =		xmlschema-${MODPY_EGG_VERSION}
    PKGNAME =		py-${DISTNAME}
    REVISION =		0
    
    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${MODPY_FLAVOR}
    
    FLAVORS =		python3
    FLAVOR =		python3
    
    .include <bsd.port.mk>