git: a411a5013de6 - main - devel/py-hatch-jupyter-builder: Add py-hatch-jupyter-builder 0.8.2

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 21 Mar 2023 19:23:48 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a411a5013de610a70ed1a61a842765790a6da611

commit a411a5013de610a70ed1a61a842765790a6da611
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-03-21 18:35:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-03-21 19:19:50 +0000

    devel/py-hatch-jupyter-builder: Add py-hatch-jupyter-builder 0.8.2
    
    hatch-jupyter-builder provides a build hook plugin for Hatch that adds a build
    step for use with Jupyter packages.
---
 devel/Makefile                           |  1 +
 devel/py-hatch-jupyter-builder/Makefile  | 23 +++++++++++++++++++++++
 devel/py-hatch-jupyter-builder/distinfo  |  3 +++
 devel/py-hatch-jupyter-builder/pkg-descr |  2 ++
 4 files changed, 29 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index a32a3657438d..a294289d501c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4689,6 +4689,7 @@
     SUBDIR += py-hash_ring
     SUBDIR += py-hatch
     SUBDIR += py-hatch-fancy-pypi-readme
+    SUBDIR += py-hatch-jupyter-builder
     SUBDIR += py-hatch-nodejs-version
     SUBDIR += py-hatch-requirements-txt
     SUBDIR += py-hatch-vcs
diff --git a/devel/py-hatch-jupyter-builder/Makefile b/devel/py-hatch-jupyter-builder/Makefile
new file mode 100644
index 000000000000..abe8b4579f04
--- /dev/null
+++ b/devel/py-hatch-jupyter-builder/Makefile
@@ -0,0 +1,23 @@
+PORTNAME=	hatch-jupyter-builder
+PORTVERSION=	0.8.2
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	hatch_jupyter_builder-${PORTVERSION}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Hatch plugin to help build Jupyter packages
+WWW=		https://github.com/jupyterlab/hatch-jupyter-builder
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=1.5:devel/py-hatchling@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=1.5:devel/py-hatchling@${PY_FLAVOR}
+
+USES=		python:3.8+
+USE_PYTHON=	autoplist concurrent pep517
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-hatch-jupyter-builder/distinfo b/devel/py-hatch-jupyter-builder/distinfo
new file mode 100644
index 000000000000..a8f62fff4352
--- /dev/null
+++ b/devel/py-hatch-jupyter-builder/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1677770925
+SHA256 (hatch_jupyter_builder-0.8.2.tar.gz) = 6436daace48622cefc8585c5d2988a1046c074b65ab5715de04666535a5edff7
+SIZE (hatch_jupyter_builder-0.8.2.tar.gz) = 53528
diff --git a/devel/py-hatch-jupyter-builder/pkg-descr b/devel/py-hatch-jupyter-builder/pkg-descr
new file mode 100644
index 000000000000..f2eb2e0c86cc
--- /dev/null
+++ b/devel/py-hatch-jupyter-builder/pkg-descr
@@ -0,0 +1,2 @@
+hatch-jupyter-builder provides a build hook plugin for Hatch that adds a build
+step for use with Jupyter packages.