aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-04-18 21:18:21 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-04-18 21:18:21 +0000
commit5acf7a3d510d86e384008a5d368a1a6f0f586b36 (patch)
tree05e94dc4c124b83412724230953eee823ee5487d
parent7545b6d96a171cd220635ae77e2daece1886498a (diff)
devel/py-hatch-tryton: Add py-hatch-tryton 0.1.1
hatch-tryton is a hatchling plugin to manage Tryton dependencies.
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-hatch-tryton/Makefile24
-rw-r--r--devel/py-hatch-tryton/distinfo3
-rw-r--r--devel/py-hatch-tryton/pkg-descr1
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index e75e02ac56b8..2f15955df086 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5083,6 +5083,7 @@
SUBDIR += py-hatch-regex-commit
SUBDIR += py-hatch-requirements-txt
SUBDIR += py-hatch-semver
+ SUBDIR += py-hatch-tryton
SUBDIR += py-hatch-vcs
SUBDIR += py-hatchling
SUBDIR += py-heapdict
diff --git a/devel/py-hatch-tryton/Makefile b/devel/py-hatch-tryton/Makefile
new file mode 100644
index 000000000000..1838c30a4168
--- /dev/null
+++ b/devel/py-hatch-tryton/Makefile
@@ -0,0 +1,24 @@
+PORTNAME= hatch-tryton
+PORTVERSION= 0.1.1
+CATEGORIES= devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= hatch_tryton-${PORTVERSION}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= hatchling plugin for Tryton
+WWW= https://www.tryton.org/ \
+ https://foss.heptapod.net/tryton/hatch-tryton
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1:devel/py-hatchling@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent pep517
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-hatch-tryton/distinfo b/devel/py-hatch-tryton/distinfo
new file mode 100644
index 000000000000..7286c846d363
--- /dev/null
+++ b/devel/py-hatch-tryton/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1775587102
+SHA256 (hatch_tryton-0.1.1.tar.gz) = d0d71c40a5f20bcd752bef743e7d713c1500490ff3cc0ae2a709eff639e90345
+SIZE (hatch_tryton-0.1.1.tar.gz) = 5285
diff --git a/devel/py-hatch-tryton/pkg-descr b/devel/py-hatch-tryton/pkg-descr
new file mode 100644
index 000000000000..9363140af98e
--- /dev/null
+++ b/devel/py-hatch-tryton/pkg-descr
@@ -0,0 +1 @@
+hatch-tryton is a hatchling plugin to manage Tryton dependencies.