Edit

IABSD.fr/ports/www/py-openapi-core/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-09-16 08:42:44
    Hash : 9aa4439b
    Message : bleh, the poetry-core update moved license files to a subdir; regen plists

  • www/py-openapi-core/Makefile
  • COMMENT =		client-side and server-side support for OpenAPI Spec v3
    
    MODPY_DISTV =		0.19.2
    DISTNAME =		openapi_core-${MODPY_DISTV}
    PKGNAME =		py-${DISTNAME:S/_/-/}
    REVISION =		2
    
    CATEGORIES =		www
    
    HOMEPAGE =		https://pypi.org/project/openapi-core/
    
    # BSD
    PERMIT_PACKAGE =	Yes
    
    MODULES =		lang/python
    
    RUN_DEPENDS =		devel/py-isodate \
    			devel/py-jsonschema-path \
    			devel/py-more-itertools \
    			devel/py-openapi-schema-validator \
    			devel/py-openapi-spec-validator \
    			devel/py-parse \
    			devel/py-pathable \
    			devel/py-typing-extensions \
    			www/py-werkzeug
    
    MODPY_PI =		Yes
    MODPY_PYBUILD =		poetry-core
    NO_TEST =		Yes
    
    .include <bsd.port.mk>