Edit

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

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-04-29 10:40:12
    Hash : c2008dbb
    Message : sync PLISTs for setuptools ports

  • textproc/py-jsonpointer/Makefile
  • COMMENT =	library to resolve JSON Pointers according to RFC 6901
    
    MODPY_DISTV =	2.4
    
    DISTNAME =	jsonpointer-${MODPY_DISTV}
    PKGNAME =	py-${DISTNAME}
    REVISION =	2
    
    CATEGORIES =	textproc
    
    HOMEPAGE =	https://github.com/stefankoegl/python-json-pointer
    
    # BSD-3-Clause
    PERMIT_PACKAGE =	Yes
    
    MODULES =		lang/python
    
    MODPY_PI =		Yes
    MODPY_PYBUILD =		setuptools
    MODPY_PYTEST_ARGS =	tests.py
    
    .include <bsd.port.mk>