aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 18:35:07 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 19:19:50 +0000
commita411a5013de610a70ed1a61a842765790a6da611 (patch)
tree253ff5b120b2c7ec2fe653e46b257cbb2873e6c2
parent2c1764125a4770fdd8e30d63737c94082af6f676 (diff)
downloadports-a411a5013de610a70ed1a61a842765790a6da611.tar.gz
ports-a411a5013de610a70ed1a61a842765790a6da611.zip
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.
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-hatch-jupyter-builder/Makefile23
-rw-r--r--devel/py-hatch-jupyter-builder/distinfo3
-rw-r--r--devel/py-hatch-jupyter-builder/pkg-descr2
4 files changed, 29 insertions, 0 deletions
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.