1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

textproc/py-yte: New port: YAML template engine with Python expressions

This commit is contained in:
Yuri Victorovich
2026-04-19 10:47:46 -07:00
parent 4e42e62e3a
commit ca2b74a2b8
4 changed files with 31 additions and 0 deletions
+1
View File
@@ -1772,6 +1772,7 @@
SUBDIR += py-xmlschema
SUBDIR += py-yapf
SUBDIR += py-youseedee
SUBDIR += py-yte
SUBDIR += py-zensical
SUBDIR += py-zope.i18nmessageid
SUBDIR += py-zpt
+24
View File
@@ -0,0 +1,24 @@
PORTNAME= yte
DISTVERSION= 1.9.4
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= YAML template engine with Python expressions
WWW= https://github.com/yte-template-engine/yte
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uv-build>0:devel/py-uv-build@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse-dataclass>=2.0.0:devel/py-argparse-dataclass@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dpath>=2.1:devel/py-dpath@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0:devel/py-pyyaml@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist pep517
NO_ARCH= yes
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1776617676
SHA256 (yte-1.9.4.tar.gz) = 86a47e6d722cec9419a7ac88be57d0d6c4ce28f02860393b71a66f2c674069f6
SIZE (yte-1.9.4.tar.gz) = 8101
+3
View File
@@ -0,0 +1,3 @@
yte is a YAML template engine with Python expressions. It enables
embedding Python expressions in YAML files, which are evaluated during
rendering to produce the final YAML output.