Mon Nov 1 20:57:06 2021 UTC ()
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.


(wiz)
diff -r0 -r1.1 pkgsrc/textproc/py-markdown3/DESCR
diff -r0 -r1.1 pkgsrc/textproc/py-markdown3/Makefile
diff -r0 -r1.1 pkgsrc/textproc/py-markdown3/PLIST
diff -r0 -r1.1 pkgsrc/textproc/py-markdown3/distinfo

File Added: pkgsrc/textproc/py-markdown3/Attic/DESCR
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.

File Added: pkgsrc/textproc/py-markdown3/Attic/Makefile
# $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"

File Added: pkgsrc/textproc/py-markdown3/Attic/PLIST
@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

File Added: pkgsrc/textproc/py-markdown3/Attic/distinfo
$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