Edit

IABSD.fr/ports/geo/py-pygml/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-03-16 22:28:25
    Hash : 59c6a21b
    Message : bump, python.port.mk pypi HOMEPAGE update

  • geo/py-pygml/Makefile
  • COMMENT =		pure python parser and encoder for OGC GML Geometries
    
    MODPY_DISTV =		0.3.2
    DISTNAME =		pygml-${MODPY_DISTV}
    PKGNAME =		py-${DISTNAME}
    REVISION =		0
    
    CATEGORIES =		geo devel
    
    # MIT
    PERMIT_PACKAGE =	Yes
    
    MODULES =		lang/python
    
    MODPY_PYBUILD =	setuptools
    MODPY_PI =	Yes
    RUN_DEPENDS =	textproc/py-lxml
    
    post-install:
    	rm -Rf ${WRKINST}${MODPY_SITEPKG}/tests
    
    .include <bsd.port.mk>