pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 23 15:22:29 UTC 2017

Modified Files:
        pkgsrc/textproc: Makefile
Added Files:
        pkgsrc/textproc/py-dominate: DESCR Makefile PLIST distinfo

Log Message:
py-dominate: added version 2.3.1

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.


To generate a diff of this commit:
cvs rdiff -u -r1.966 -r1.967 pkgsrc/textproc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-dominate/DESCR \
    pkgsrc/textproc/py-dominate/Makefile pkgsrc/textproc/py-dominate/PLIST \
    pkgsrc/textproc/py-dominate/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/Makefile
diff -u pkgsrc/textproc/Makefile:1.966 pkgsrc/textproc/Makefile:1.967
--- pkgsrc/textproc/Makefile:1.966      Tue Oct 17 11:35:48 2017
+++ pkgsrc/textproc/Makefile    Mon Oct 23 15:22:29 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.966 2017/10/17 11:35:48 adam Exp $
+# $NetBSD: Makefile,v 1.967 2017/10/23 15:22:29 adam Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -735,6 +735,7 @@ SUBDIR+=    py-dicttoxml
 SUBDIR+=       py-diff-match-patch
 SUBDIR+=       py-docutils
 SUBDIR+=       py-docx
+SUBDIR+=       py-dominate
 SUBDIR+=       py-ejson
 SUBDIR+=       py-elementtree
 SUBDIR+=       py-empy

Added files:

Index: pkgsrc/textproc/py-dominate/DESCR
diff -u /dev/null pkgsrc/textproc/py-dominate/DESCR:1.1
--- /dev/null   Mon Oct 23 15:22:29 2017
+++ pkgsrc/textproc/py-dominate/DESCR   Mon Oct 23 15:22:29 2017
@@ -0,0 +1,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.
Index: pkgsrc/textproc/py-dominate/Makefile
diff -u /dev/null pkgsrc/textproc/py-dominate/Makefile:1.1
--- /dev/null   Mon Oct 23 15:22:29 2017
+++ pkgsrc/textproc/py-dominate/Makefile        Mon Oct 23 15:22:29 2017
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/10/23 15:22:29 adam Exp $
+
+DISTNAME=      dominate-2.3.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    python textproc
+MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dominate/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/Knio/dominate
+COMMENT=       Python library for creating and manipulating HTML documents
+LICENSE=       gnu-lgpl-v3
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-dominate/PLIST
diff -u /dev/null pkgsrc/textproc/py-dominate/PLIST:1.1
--- /dev/null   Mon Oct 23 15:22:29 2017
+++ pkgsrc/textproc/py-dominate/PLIST   Mon Oct 23 15:22:29 2017
@@ -0,0 +1,26 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/23 15:22:29 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/dominate/__init__.py
+${PYSITELIB}/dominate/__init__.pyc
+${PYSITELIB}/dominate/__init__.pyo
+${PYSITELIB}/dominate/_version.py
+${PYSITELIB}/dominate/_version.pyc
+${PYSITELIB}/dominate/_version.pyo
+${PYSITELIB}/dominate/document.py
+${PYSITELIB}/dominate/document.pyc
+${PYSITELIB}/dominate/document.pyo
+${PYSITELIB}/dominate/dom1core.py
+${PYSITELIB}/dominate/dom1core.pyc
+${PYSITELIB}/dominate/dom1core.pyo
+${PYSITELIB}/dominate/dom_tag.py
+${PYSITELIB}/dominate/dom_tag.pyc
+${PYSITELIB}/dominate/dom_tag.pyo
+${PYSITELIB}/dominate/tags.py
+${PYSITELIB}/dominate/tags.pyc
+${PYSITELIB}/dominate/tags.pyo
+${PYSITELIB}/dominate/util.py
+${PYSITELIB}/dominate/util.pyc
+${PYSITELIB}/dominate/util.pyo
Index: pkgsrc/textproc/py-dominate/distinfo
diff -u /dev/null pkgsrc/textproc/py-dominate/distinfo:1.1
--- /dev/null   Mon Oct 23 15:22:29 2017
+++ pkgsrc/textproc/py-dominate/distinfo        Mon Oct 23 15:22:29 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/23 15:22:29 adam Exp $
+
+SHA1 (dominate-2.3.1.tar.gz) = 415ff3faf65d08b5e56efa179027be7b2a540786
+RMD160 (dominate-2.3.1.tar.gz) = 6b52723d87fbd0eda1941fa3fd1f2c05fc755b97
+SHA512 (dominate-2.3.1.tar.gz) = 599147cd9aabc7c3bc24e6c82a13b690808899107999a3b0d7d3f2f113b38c90f2c720298ffdcdf1933d2573cced05d730dab53265397b7fc010e57feabc10b3
+Size (dominate-2.3.1.tar.gz) = 27887 bytes



Home | Main Index | Thread Index | Old Index