Received: by mail.netbsd.org (Postfix, from userid 605) id 034A084D55; Mon, 23 Oct 2017 15:22:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 820A084D51 for ; Mon, 23 Oct 2017 15:22:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id NjNZi1rdUeG8 for ; Mon, 23 Oct 2017 15:22:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EA93B84D3B for ; Mon, 23 Oct 2017 15:22:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E8168FBDE; Mon, 23 Oct 2017 15:22:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1508772149109130" MIME-Version: 1.0 Date: Mon, 23 Oct 2017 15:22:29 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171023152229.E8168FBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1508772149109130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1508772149109130 Content-Disposition: inline Content-Length: 3680 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1508772149109130--