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:
parent
576054ec1a
commit
74e9e1a94e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485018
@ -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
|
||||
|
21
textproc/py-dominate/Makefile
Normal file
21
textproc/py-dominate/Makefile
Normal 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>
|
3
textproc/py-dominate/distinfo
Normal file
3
textproc/py-dominate/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1542290513
|
||||
SHA256 (dominate-2.3.4.tar.gz) = 8dfcca2bde3937a2d03db6e55efcb0c0dea0d4ab0923dc983d794b19e9247328
|
||||
SIZE (dominate-2.3.4.tar.gz) = 27834
|
6
textproc/py-dominate/pkg-descr
Normal file
6
textproc/py-dominate/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user