ports/graphics/py-webcolors/Makefile
Max Brazhnikov f2e98a83d4 graphics/py-webcolors: update to 24.8.0
Update to the latest version to fix dependant ports:

ERROR Missing dependencies:
        jupyterlab~=4.0
        jupyterlab-server<3,>=2.27.1 -> jupyter-server<3,>=1.21 -> jupyter-events>=0.9.0 -> jsonschema[format-nongpl]>=4.18.0 -> webcolors>=24.6.0

Approved by:	portmgr (blanket)
2024-08-21 16:54:47 +03:00

30 lines
721 B
Makefile

PORTNAME= webcolors
PORTVERSION= 24.8.0
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= tota@FreeBSD.org
COMMENT= Library working with the sRGB color space as used in the HTML and CSS
WWW= https://github.com/ubernostrum/webcolors
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist pep517
NO_ARCH= yes
DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}
PORTDOCS= README.rst
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${INSTALL_WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>