1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00

- Add devel/py-yattag

Generate HTML or XML in a pythonic way. Pure python alternative to
web template engines. Can fill HTML forms with default values and
error messages.

WWW: https://www.yattag.org/
This commit is contained in:
Dmitry Marakasov 2019-08-15 12:02:18 +00:00
parent 8c36df4ccb
commit e866391aea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508993
4 changed files with 29 additions and 0 deletions

View File

@ -5155,6 +5155,7 @@
SUBDIR += py-yandex-money-sdk
SUBDIR += py-yappi
SUBDIR += py-yapps2
SUBDIR += py-yattag
SUBDIR += py-ydbf
SUBDIR += py-yg.lockfile
SUBDIR += py-yum-metadata-parser

20
devel/py-yattag/Makefile Normal file
View File

@ -0,0 +1,20 @@
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= yattag
PORTVERSION= 1.12.2
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Generate HTML or XML in a pythonic way
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/license/lgpl-2.1.txt
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

3
devel/py-yattag/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1565814833
SHA256 (yattag-1.12.2.tar.gz) = 47d1c842e0da596bac081fcc047f2d6fd778b16d20745a28c00ce99d80831fbc
SIZE (yattag-1.12.2.tar.gz) = 25428

View File

@ -0,0 +1,5 @@
Generate HTML or XML in a pythonic way. Pure python alternative to
web template engines. Can fill HTML forms with default values and
error messages.
WWW: https://www.yattag.org/