aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-dominate
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-15 19:05:40 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-15 19:05:40 +0000
commit74e9e1a94efbbdfc18e98f103b68744972b06454 (patch)
tree776a11ffed129f4ac35779b622f03b4d9c49be2e /textproc/py-dominate
parent576054ec1a809af5f8a9ed0f2646eabe6a1a5b55 (diff)
downloadports-74e9e1a94efbbdfc18e98f103b68744972b06454.tar.gz
ports-74e9e1a94efbbdfc18e98f103b68744972b06454.zip
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
Notes
Notes: svn path=/head/; revision=485018
Diffstat (limited to 'textproc/py-dominate')
-rw-r--r--textproc/py-dominate/Makefile21
-rw-r--r--textproc/py-dominate/distinfo3
-rw-r--r--textproc/py-dominate/pkg-descr6
3 files changed, 30 insertions, 0 deletions
diff --git a/textproc/py-dominate/Makefile b/textproc/py-dominate/Makefile
new file mode 100644
index 000000000000..024d7b4c2737
--- /dev/null
+++ b/textproc/py-dominate/Makefile
@@ -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>
diff --git a/textproc/py-dominate/distinfo b/textproc/py-dominate/distinfo
new file mode 100644
index 000000000000..1428b6a21ce8
--- /dev/null
+++ b/textproc/py-dominate/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1542290513
+SHA256 (dominate-2.3.4.tar.gz) = 8dfcca2bde3937a2d03db6e55efcb0c0dea0d4ab0923dc983d794b19e9247328
+SIZE (dominate-2.3.4.tar.gz) = 27834
diff --git a/textproc/py-dominate/pkg-descr b/textproc/py-dominate/pkg-descr
new file mode 100644
index 000000000000..b111ebbdf087
--- /dev/null
+++ b/textproc/py-dominate/pkg-descr
@@ -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