Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id D5FC91A9239 for ; Mon, 1 Nov 2021 20:57:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0D5E684E5F; Mon, 1 Nov 2021 20:57:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4911A84D0C for ; Mon, 1 Nov 2021 20:57:07 +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 DAEimzR7caLC for ; Mon, 1 Nov 2021 20:57:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 678AF84CBC for ; Mon, 1 Nov 2021 20:57:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 605DCFAEC; Mon, 1 Nov 2021 20:57:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1635800226141410" MIME-Version: 1.0 Date: Mon, 1 Nov 2021 20:57:06 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/py-markdown3 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211101205706.605DCFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1635800226141410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 1 20:57:06 UTC 2021 Added Files: pkgsrc/textproc/py-markdown3: DESCR Makefile PLIST distinfo Log Message: textproc/py-markdown3: import py27-markdown-3.1.1 This is the python 2.7 version of the package. Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML). This package provides a Python implementation. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-markdown3/DESCR \ pkgsrc/textproc/py-markdown3/Makefile pkgsrc/textproc/py-markdown3/PLIST \ pkgsrc/textproc/py-markdown3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1635800226141410 Content-Disposition: inline Content-Length: 6721 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/textproc/py-markdown3/DESCR diff -u /dev/null pkgsrc/textproc/py-markdown3/DESCR:1.1 --- /dev/null Mon Nov 1 20:57:06 2021 +++ pkgsrc/textproc/py-markdown3/DESCR Mon Nov 1 20:57:06 2021 @@ -0,0 +1,5 @@ +Markdown is a text-to-HTML conversion tool for web writers. Markdown +allows you to write using an easy-to-read, easy-to-write plain text +format, then convert it to structurally valid XHTML (or HTML). + +This package provides a Python implementation. Index: pkgsrc/textproc/py-markdown3/Makefile diff -u /dev/null pkgsrc/textproc/py-markdown3/Makefile:1.1 --- /dev/null Mon Nov 1 20:57:06 2021 +++ pkgsrc/textproc/py-markdown3/Makefile Mon Nov 1 20:57:06 2021 @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1 2021/11/01 20:57:06 wiz Exp $ + +DISTNAME= Markdown-3.1.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +CATEGORIES= textproc python +MASTER_SITES= ${MASTER_SITE_PYPI:=M/Markdown/} + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= https://Python-Markdown.github.io/ +COMMENT= XHTML generator using a simple markup +LICENSE= modified-bsd + +TEST_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml + +PYTHON_VERSIONED_DEPENDENCIES+= setuptools + +PYTHON_VERSIONS_ACCEPTED= 27 + +USE_LANGUAGES= # none + +post-install: + cd ${DESTDIR}${PREFIX}/bin && \ + ${MV} markdown_py markdown_py${PYVERSSUFFIX} || ${TRUE} + +.include "../../lang/python/egg.mk" +.include "../../lang/python/versioned_dependencies.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/py-markdown3/PLIST diff -u /dev/null pkgsrc/textproc/py-markdown3/PLIST:1.1 --- /dev/null Mon Nov 1 20:57:06 2021 +++ pkgsrc/textproc/py-markdown3/PLIST Mon Nov 1 20:57:06 2021 @@ -0,0 +1,104 @@ +@comment $NetBSD: PLIST,v 1.1 2021/11/01 20:57:06 wiz Exp $ +bin/markdown_py${PYVERSSUFFIX} +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/markdown/__init__.py +${PYSITELIB}/markdown/__init__.pyc +${PYSITELIB}/markdown/__init__.pyo +${PYSITELIB}/markdown/__main__.py +${PYSITELIB}/markdown/__main__.pyc +${PYSITELIB}/markdown/__main__.pyo +${PYSITELIB}/markdown/__meta__.py +${PYSITELIB}/markdown/__meta__.pyc +${PYSITELIB}/markdown/__meta__.pyo +${PYSITELIB}/markdown/blockparser.py +${PYSITELIB}/markdown/blockparser.pyc +${PYSITELIB}/markdown/blockparser.pyo +${PYSITELIB}/markdown/blockprocessors.py +${PYSITELIB}/markdown/blockprocessors.pyc +${PYSITELIB}/markdown/blockprocessors.pyo +${PYSITELIB}/markdown/core.py +${PYSITELIB}/markdown/core.pyc +${PYSITELIB}/markdown/core.pyo +${PYSITELIB}/markdown/extensions/__init__.py +${PYSITELIB}/markdown/extensions/__init__.pyc +${PYSITELIB}/markdown/extensions/__init__.pyo +${PYSITELIB}/markdown/extensions/abbr.py +${PYSITELIB}/markdown/extensions/abbr.pyc +${PYSITELIB}/markdown/extensions/abbr.pyo +${PYSITELIB}/markdown/extensions/admonition.py +${PYSITELIB}/markdown/extensions/admonition.pyc +${PYSITELIB}/markdown/extensions/admonition.pyo +${PYSITELIB}/markdown/extensions/attr_list.py +${PYSITELIB}/markdown/extensions/attr_list.pyc +${PYSITELIB}/markdown/extensions/attr_list.pyo +${PYSITELIB}/markdown/extensions/codehilite.py +${PYSITELIB}/markdown/extensions/codehilite.pyc +${PYSITELIB}/markdown/extensions/codehilite.pyo +${PYSITELIB}/markdown/extensions/def_list.py +${PYSITELIB}/markdown/extensions/def_list.pyc +${PYSITELIB}/markdown/extensions/def_list.pyo +${PYSITELIB}/markdown/extensions/extra.py +${PYSITELIB}/markdown/extensions/extra.pyc +${PYSITELIB}/markdown/extensions/extra.pyo +${PYSITELIB}/markdown/extensions/fenced_code.py +${PYSITELIB}/markdown/extensions/fenced_code.pyc +${PYSITELIB}/markdown/extensions/fenced_code.pyo +${PYSITELIB}/markdown/extensions/footnotes.py +${PYSITELIB}/markdown/extensions/footnotes.pyc +${PYSITELIB}/markdown/extensions/footnotes.pyo +${PYSITELIB}/markdown/extensions/legacy_attrs.py +${PYSITELIB}/markdown/extensions/legacy_attrs.pyc +${PYSITELIB}/markdown/extensions/legacy_attrs.pyo +${PYSITELIB}/markdown/extensions/legacy_em.py +${PYSITELIB}/markdown/extensions/legacy_em.pyc +${PYSITELIB}/markdown/extensions/legacy_em.pyo +${PYSITELIB}/markdown/extensions/meta.py +${PYSITELIB}/markdown/extensions/meta.pyc +${PYSITELIB}/markdown/extensions/meta.pyo +${PYSITELIB}/markdown/extensions/nl2br.py +${PYSITELIB}/markdown/extensions/nl2br.pyc +${PYSITELIB}/markdown/extensions/nl2br.pyo +${PYSITELIB}/markdown/extensions/sane_lists.py +${PYSITELIB}/markdown/extensions/sane_lists.pyc +${PYSITELIB}/markdown/extensions/sane_lists.pyo +${PYSITELIB}/markdown/extensions/smarty.py +${PYSITELIB}/markdown/extensions/smarty.pyc +${PYSITELIB}/markdown/extensions/smarty.pyo +${PYSITELIB}/markdown/extensions/tables.py +${PYSITELIB}/markdown/extensions/tables.pyc +${PYSITELIB}/markdown/extensions/tables.pyo +${PYSITELIB}/markdown/extensions/toc.py +${PYSITELIB}/markdown/extensions/toc.pyc +${PYSITELIB}/markdown/extensions/toc.pyo +${PYSITELIB}/markdown/extensions/wikilinks.py +${PYSITELIB}/markdown/extensions/wikilinks.pyc +${PYSITELIB}/markdown/extensions/wikilinks.pyo +${PYSITELIB}/markdown/inlinepatterns.py +${PYSITELIB}/markdown/inlinepatterns.pyc +${PYSITELIB}/markdown/inlinepatterns.pyo +${PYSITELIB}/markdown/pep562.py +${PYSITELIB}/markdown/pep562.pyc +${PYSITELIB}/markdown/pep562.pyo +${PYSITELIB}/markdown/postprocessors.py +${PYSITELIB}/markdown/postprocessors.pyc +${PYSITELIB}/markdown/postprocessors.pyo +${PYSITELIB}/markdown/preprocessors.py +${PYSITELIB}/markdown/preprocessors.pyc +${PYSITELIB}/markdown/preprocessors.pyo +${PYSITELIB}/markdown/serializers.py +${PYSITELIB}/markdown/serializers.pyc +${PYSITELIB}/markdown/serializers.pyo +${PYSITELIB}/markdown/test_tools.py +${PYSITELIB}/markdown/test_tools.pyc +${PYSITELIB}/markdown/test_tools.pyo +${PYSITELIB}/markdown/treeprocessors.py +${PYSITELIB}/markdown/treeprocessors.pyc +${PYSITELIB}/markdown/treeprocessors.pyo +${PYSITELIB}/markdown/util.py +${PYSITELIB}/markdown/util.pyc +${PYSITELIB}/markdown/util.pyo Index: pkgsrc/textproc/py-markdown3/distinfo diff -u /dev/null pkgsrc/textproc/py-markdown3/distinfo:1.1 --- /dev/null Mon Nov 1 20:57:06 2021 +++ pkgsrc/textproc/py-markdown3/distinfo Mon Nov 1 20:57:06 2021 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2021/11/01 20:57:06 wiz Exp $ + +BLAKE2s (Markdown-3.1.1.tar.gz) = 8f5f94ca4e6b38ba0bcb455a88a3539f469317a7ea01175e47ead3cafbae917e +SHA512 (Markdown-3.1.1.tar.gz) = 78f089f2eef5c73d683ac96fd20c87145e243d12b0f230b9b0228b995035fbb084dde40be788679c63637f05956487ad520cc9dd61d133926bf13521aa600090 +Size (Markdown-3.1.1.tar.gz) = 294136 bytes --_----------=_1635800226141410--