pkgsrc/net/py-comm/Makefile
adam b0df25215f py-comm: updated to 0.1.3
0.1.3

Maintenance and upkeep improvements

Adopt linters and releaser

Other merged PRs

feat: provide a default implementation
2023-04-18 07:49:27 +00:00

21 lines
590 B
Makefile

# $NetBSD: Makefile,v 1.3 2023/04/18 07:49:27 adam Exp $
DISTNAME= comm-0.1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/comm/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/ipython/comm
COMMENT= Jupyter Python Comm implementation
LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.10:../../devel/py-hatchling
DEPENDS+= ${PYPKGPREFIX}-traitlets>=5.4:../../devel/py-traitlets
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"