pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-markdown3 textproc/py-markdown3: import py...
details: https://anonhg.NetBSD.org/pkgsrc/rev/678a3aaab0d9
branches: trunk
changeset: 768825:678a3aaab0d9
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Nov 01 20:57:06 2021 +0000
description:
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.
diffstat:
textproc/py-markdown3/DESCR | 5 +
textproc/py-markdown3/Makefile | 27 ++++++++++
textproc/py-markdown3/PLIST | 104 +++++++++++++++++++++++++++++++++++++++++
textproc/py-markdown3/distinfo | 5 +
4 files changed, 141 insertions(+), 0 deletions(-)
diffs (157 lines):
diff -r d000ab1bc754 -r 678a3aaab0d9 textproc/py-markdown3/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-markdown3/DESCR Mon Nov 01 20:57:06 2021 +0000
@@ -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.
diff -r d000ab1bc754 -r 678a3aaab0d9 textproc/py-markdown3/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-markdown3/Makefile Mon Nov 01 20:57:06 2021 +0000
@@ -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@localhost
+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"
diff -r d000ab1bc754 -r 678a3aaab0d9 textproc/py-markdown3/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-markdown3/PLIST Mon Nov 01 20:57:06 2021 +0000
@@ -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
diff -r d000ab1bc754 -r 678a3aaab0d9 textproc/py-markdown3/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-markdown3/distinfo Mon Nov 01 20:57:06 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index