Edit

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

Branch :

  • Show log

    Commit

  • Author : martin
    Date : 2026-04-12 07:37:37
    Hash : ccd96a8e
    Message : Update py-supermercado to 0.4.0.

  • geo/py-supermercado/Makefile
  • COMMENT =	mercantile additional commands
    
    MODPY_DISTV =	0.4.0
    DISTNAME =	supermercado-${MODPY_DISTV}
    PKGNAME =	py-${DISTNAME}
    
    CATEGORIES =	geo
    MAINTAINER =    Martin Reindl <martin@catai.org>
    
    # BSD
    PERMIT_PACKAGE =	Yes
    
    MODULES =	lang/python
    
    MODPY_PYBUILD =	setuptools
    MODPY_PI =	Yes
    
    RUN_DEPENDS =	math/py-affine \
    		devel/py-click \
    		devel/py-click-plugins \
    		geo/py-cligj \
    		geo/py-mercantile \
    		math/py-numpy \
    		geo/py-rasterio
    
    # does not package tests, only available via git
    NO_TEST =       Yes
    TEST_DEPENDS =	devel/py-test
    
    .include <bsd.port.mk>