Edit

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

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 20:02:12
    Hash : 8c80a751
    Message : drop RCS Ids

  • textproc/py-odfpy/Makefile
  • COMMENT=		Python API and tools to manipulate OpenDocument files
    
    MODPY_EGG_VERSION=	1.4.1
    DISTNAME=		odfpy-${MODPY_EGG_VERSION}
    PKGNAME=		py-odfpy-${MODPY_EGG_VERSION}
    REVISION=		2
    
    CATEGORIES=		textproc devel
    
    HOMEPAGE=		https://github.com/eea/odfpy
    
    # Apache, GPL, LGPL
    PERMIT_PACKAGE=		Yes
    
    MODULES=		lang/python
    
    MODPY_PI=		Yes
    MODPY_SETUPTOOLS=	Yes
    MODPY_PYTEST=		Yes
    
    RUN_DEPENDS=		textproc/py-defusedxml${MODPY_FLAVOR}
    
    FLAVORS =	python3
    FLAVOR =	python3
    
    .include <bsd.port.mk>