Received: by mail.netbsd.org (Postfix, from userid 605) id 8536D84DCF; Fri, 11 Sep 2020 00:46:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0C34A84D36 for ; Fri, 11 Sep 2020 00:46:01 +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 UftWcYSVKOPN for ; Fri, 11 Sep 2020 00:46:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4001B84D8E for ; Fri, 11 Sep 2020 00:46:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 392B1FB28; Fri, 11 Sep 2020 00:46:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599785160240690" MIME-Version: 1.0 Date: Fri, 11 Sep 2020 00:46:00 +0000 From: "Jonathan Schleifer" Subject: CVS commit: pkgsrc/textproc/py-commonmark To: pkgsrc-changes@NetBSD.org Reply-To: js@netbsd.org X-Mailer: log_accum Message-Id: <20200911004600.392B1FB28@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. --_----------=_1599785160240690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: js Date: Fri Sep 11 00:46:00 UTC 2020 Added Files: pkgsrc/textproc/py-commonmark: DESCR Makefile PLIST distinfo Log Message: Import textproc/py-commonmark from wip Package from K.I.A.Derouiche and ng0. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-commonmark/DESCR \ pkgsrc/textproc/py-commonmark/Makefile \ pkgsrc/textproc/py-commonmark/PLIST \ pkgsrc/textproc/py-commonmark/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599785160240690 Content-Disposition: inline Content-Length: 4689 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/textproc/py-commonmark/DESCR diff -u /dev/null pkgsrc/textproc/py-commonmark/DESCR:1.1 --- /dev/null Fri Sep 11 00:46:00 2020 +++ pkgsrc/textproc/py-commonmark/DESCR Fri Sep 11 00:46:00 2020 @@ -0,0 +1,2 @@ +Pure Python port of jgms commonmark.js, a Markdown parser and renderer +for the CommonMark specification, using only native modules. Once both Index: pkgsrc/textproc/py-commonmark/Makefile diff -u /dev/null pkgsrc/textproc/py-commonmark/Makefile:1.1 --- /dev/null Fri Sep 11 00:46:00 2020 +++ pkgsrc/textproc/py-commonmark/Makefile Fri Sep 11 00:46:00 2020 @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2020/09/11 00:46:00 js Exp $ + +DISTNAME= commonmark-0.9.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +CATEGORIES= textproc www +MASTER_SITES= ${MASTER_SITE_PYPI:=c/commonmark/} + +MAINTAINER= kamelderouiche@yahoo.com +HOMEPAGE= https://github.com/rtfd/CommonMark-py +COMMENT= Python parser for the CommonMark Markdown spec +LICENSE= modified-bsd + +DEPENDS+= ${PYPKGPREFIX}-future>=0.15.2:../../devel/py-future +DEPENDS+= ${PYPKGPREFIX}-hypothesis>=3.4.2:../../devel/py-hypothesis + +USE_LANGUAGES= # none + +post-install: + cd ${DESTDIR}${PREFIX}/bin && \ + ${MV} cmark cmark-${PYVERSSUFFIX} || ${TRUE} + +.include "../../lang/python/distutils.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/py-commonmark/PLIST diff -u /dev/null pkgsrc/textproc/py-commonmark/PLIST:1.1 --- /dev/null Fri Sep 11 00:46:00 2020 +++ pkgsrc/textproc/py-commonmark/PLIST Fri Sep 11 00:46:00 2020 @@ -0,0 +1,62 @@ +@comment $NetBSD: PLIST,v 1.1 2020/09/11 00:46:00 js Exp $ +bin/cmark-${PYVERSSUFFIX} +${PYSITELIB}/${EGG_FILE}/PKG-INFO +${PYSITELIB}/${EGG_FILE}/SOURCES.txt +${PYSITELIB}/${EGG_FILE}/dependency_links.txt +${PYSITELIB}/${EGG_FILE}/entry_points.txt +${PYSITELIB}/${EGG_FILE}/requires.txt +${PYSITELIB}/${EGG_FILE}/top_level.txt +${PYSITELIB}/commonmark/__init__.py +${PYSITELIB}/commonmark/__init__.pyc +${PYSITELIB}/commonmark/__init__.pyo +${PYSITELIB}/commonmark/blocks.py +${PYSITELIB}/commonmark/blocks.pyc +${PYSITELIB}/commonmark/blocks.pyo +${PYSITELIB}/commonmark/cmark.py +${PYSITELIB}/commonmark/cmark.pyc +${PYSITELIB}/commonmark/cmark.pyo +${PYSITELIB}/commonmark/common.py +${PYSITELIB}/commonmark/common.pyc +${PYSITELIB}/commonmark/common.pyo +${PYSITELIB}/commonmark/dump.py +${PYSITELIB}/commonmark/dump.pyc +${PYSITELIB}/commonmark/dump.pyo +${PYSITELIB}/commonmark/entitytrans.py +${PYSITELIB}/commonmark/entitytrans.pyc +${PYSITELIB}/commonmark/entitytrans.pyo +${PYSITELIB}/commonmark/inlines.py +${PYSITELIB}/commonmark/inlines.pyc +${PYSITELIB}/commonmark/inlines.pyo +${PYSITELIB}/commonmark/main.py +${PYSITELIB}/commonmark/main.pyc +${PYSITELIB}/commonmark/main.pyo +${PYSITELIB}/commonmark/node.py +${PYSITELIB}/commonmark/node.pyc +${PYSITELIB}/commonmark/node.pyo +${PYSITELIB}/commonmark/normalize_reference.py +${PYSITELIB}/commonmark/normalize_reference.pyc +${PYSITELIB}/commonmark/normalize_reference.pyo +${PYSITELIB}/commonmark/render/__init__.py +${PYSITELIB}/commonmark/render/__init__.pyc +${PYSITELIB}/commonmark/render/__init__.pyo +${PYSITELIB}/commonmark/render/html.py +${PYSITELIB}/commonmark/render/html.pyc +${PYSITELIB}/commonmark/render/html.pyo +${PYSITELIB}/commonmark/render/renderer.py +${PYSITELIB}/commonmark/render/renderer.pyc +${PYSITELIB}/commonmark/render/renderer.pyo +${PYSITELIB}/commonmark/render/rst.py +${PYSITELIB}/commonmark/render/rst.pyc +${PYSITELIB}/commonmark/render/rst.pyo +${PYSITELIB}/commonmark/tests/__init__.py +${PYSITELIB}/commonmark/tests/__init__.pyc +${PYSITELIB}/commonmark/tests/__init__.pyo +${PYSITELIB}/commonmark/tests/rst_tests.py +${PYSITELIB}/commonmark/tests/rst_tests.pyc +${PYSITELIB}/commonmark/tests/rst_tests.pyo +${PYSITELIB}/commonmark/tests/run_spec_tests.py +${PYSITELIB}/commonmark/tests/run_spec_tests.pyc +${PYSITELIB}/commonmark/tests/run_spec_tests.pyo +${PYSITELIB}/commonmark/tests/unit_tests.py +${PYSITELIB}/commonmark/tests/unit_tests.pyc +${PYSITELIB}/commonmark/tests/unit_tests.pyo Index: pkgsrc/textproc/py-commonmark/distinfo diff -u /dev/null pkgsrc/textproc/py-commonmark/distinfo:1.1 --- /dev/null Fri Sep 11 00:46:00 2020 +++ pkgsrc/textproc/py-commonmark/distinfo Fri Sep 11 00:46:00 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/09/11 00:46:00 js Exp $ + +SHA1 (commonmark-0.9.1.tar.gz) = ace69766c6d498f87cbee50d055bdf43e5b2cf5b +RMD160 (commonmark-0.9.1.tar.gz) = 87a980080d252986c782720cbb3e834ca4ede9da +SHA512 (commonmark-0.9.1.tar.gz) = bacf5ef387a0c330a2128f42c42c29c1a48ae623683e6e56ad28a1621aabd72e29cd3e2d661e8207b8cc0c347d267f262a55f2145fc58f8c8aeff91e7a283324 +Size (commonmark-0.9.1.tar.gz) = 95764 bytes --_----------=_1599785160240690--