Add py-dominate 2.3.4

Dominate is a Python library for creating and manipulating HTML documents using
an elegant DOM API. It allows you to write HTML pages in pure Python very
concisely, which eliminates the need to learn another template language, and
lets you take advantage of the more powerful features of Python.

WWW: https://github.com/Knio/dominate
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-11-15 19:05:40 +00:00
parent 576054ec1a
commit 74e9e1a94e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485018
4 changed files with 31 additions and 0 deletions

View File

@ -1304,6 +1304,7 @@
SUBDIR += py-diff-match-patch
SUBDIR += py-docutils
SUBDIR += py-docx2txt
SUBDIR += py-dominate
SUBDIR += py-dsv
SUBDIR += py-duecredit
SUBDIR += py-elasticsearch

View File

@ -0,0 +1,21 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= dominate
PORTVERSION= 2.3.4
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Create and manipulate HTML documents using DOM API
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1542290513
SHA256 (dominate-2.3.4.tar.gz) = 8dfcca2bde3937a2d03db6e55efcb0c0dea0d4ab0923dc983d794b19e9247328
SIZE (dominate-2.3.4.tar.gz) = 27834

View File

@ -0,0 +1,6 @@
Dominate is a Python library for creating and manipulating HTML documents using
an elegant DOM API. It allows you to write HTML pages in pure Python very
concisely, which eliminates the need to learn another template language, and
lets you take advantage of the more powerful features of Python.
WWW: https://github.com/Knio/dominate