Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2026 22:00:48 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5acf7a3d510d - main - devel/py-hatch-tryton: Add py-hatch-tryton 0.1.1
Message-ID:  <69e3ff10.337ad.7a868f56@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit 5acf7a3d510d86e384008a5d368a1a6f0f586b36
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-18 21:18:21 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-18 21:18:21 +0000

    devel/py-hatch-tryton: Add py-hatch-tryton 0.1.1
    
    hatch-tryton is a hatchling plugin to manage Tryton dependencies.
---
 devel/Makefile                  |  1 +
 devel/py-hatch-tryton/Makefile  | 24 ++++++++++++++++++++++++
 devel/py-hatch-tryton/distinfo  |  3 +++
 devel/py-hatch-tryton/pkg-descr |  1 +
 4 files changed, 29 insertions(+)

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.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e3ff10.337ad.7a868f56>