head 1.13; access; symbols pkgsrc-2023Q4:1.13.0.2 pkgsrc-2023Q4-base:1.13 pkgsrc-2023Q3:1.11.0.2 pkgsrc-2023Q3-base:1.11 pkgsrc-2023Q2:1.10.0.2 pkgsrc-2023Q2-base:1.10 pkgsrc-2023Q1:1.8.0.10 pkgsrc-2023Q1-base:1.8 pkgsrc-2022Q4:1.8.0.8 pkgsrc-2022Q4-base:1.8 pkgsrc-2022Q3:1.8.0.6 pkgsrc-2022Q3-base:1.8 pkgsrc-2022Q2:1.8.0.4 pkgsrc-2022Q2-base:1.8 pkgsrc-2022Q1:1.8.0.2 pkgsrc-2022Q1-base:1.8 pkgsrc-2021Q4:1.7.0.26 pkgsrc-2021Q4-base:1.7 pkgsrc-2021Q3:1.7.0.24 pkgsrc-2021Q3-base:1.7 pkgsrc-2021Q2:1.7.0.22 pkgsrc-2021Q2-base:1.7 pkgsrc-2021Q1:1.7.0.20 pkgsrc-2021Q1-base:1.7 pkgsrc-2020Q4:1.7.0.18 pkgsrc-2020Q4-base:1.7 pkgsrc-2020Q3:1.7.0.16 pkgsrc-2020Q3-base:1.7 pkgsrc-2020Q2:1.7.0.14 pkgsrc-2020Q2-base:1.7 pkgsrc-2020Q1:1.7.0.10 pkgsrc-2020Q1-base:1.7 pkgsrc-2019Q4:1.7.0.12 pkgsrc-2019Q4-base:1.7 pkgsrc-2019Q3:1.7.0.8 pkgsrc-2019Q3-base:1.7 pkgsrc-2019Q2:1.7.0.6 pkgsrc-2019Q2-base:1.7 pkgsrc-2019Q1:1.7.0.4 pkgsrc-2019Q1-base:1.7 pkgsrc-2018Q4:1.7.0.2 pkgsrc-2018Q4-base:1.7 pkgsrc-2018Q3:1.6.0.8 pkgsrc-2018Q3-base:1.6 pkgsrc-2018Q2:1.6.0.6 pkgsrc-2018Q2-base:1.6 pkgsrc-2018Q1:1.6.0.4 pkgsrc-2018Q1-base:1.6 pkgsrc-2017Q4:1.6.0.2 pkgsrc-2017Q4-base:1.6 pkgsrc-2017Q3:1.3.0.4 pkgsrc-2017Q3-base:1.3 pkgsrc-2017Q2:1.2.0.4 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.2.0.2 pkgsrc-2017Q1-base:1.2; locks; strict; comment @# @; 1.13 date 2023.10.28.19.57.18; author wiz; state Exp; branches; next 1.12; commitid jP8MYROLWZ3yJqKE; 1.12 date 2023.10.02.09.12.05; author adam; state Exp; branches; next 1.11; commitid Vh9Zre9RXYpJ02HE; 1.11 date 2023.08.28.09.20.22; author adam; state Exp; branches; next 1.10; commitid Y1q8LjE2AIBabxCE; 1.10 date 2023.05.05.09.02.14; author adam; state Exp; branches; next 1.9; commitid lKLXnbtt1YIlMKnE; 1.9 date 2023.05.05.08.48.35; author wiz; state Exp; branches; next 1.8; commitid l19BMsygXDsDHKnE; 1.8 date 2022.01.04.20.54.59; author wiz; state Exp; branches; next 1.7; commitid CYyhdK9qtoffkmnD; 1.7 date 2018.10.14.12.09.56; author adam; state Exp; branches; next 1.6; commitid S3zBXsPDvShPiVVA; 1.6 date 2017.12.18.09.10.09; author adam; state Exp; branches; next 1.5; commitid hP60cb8Qk8MYWljA; 1.5 date 2017.11.10.07.48.46; author adam; state Exp; branches; next 1.4; commitid rZZWKJazxXrRIseA; 1.4 date 2017.10.27.13.06.27; author adam; state Exp; branches; next 1.3; commitid D6rRRG3lRWwHVGcA; 1.3 date 2017.07.20.17.03.46; author adam; state Exp; branches; next 1.2; commitid TELNAVlXloawqZZz; 1.2 date 2017.03.20.13.21.08; author wiz; state Exp; branches; next 1.1; commitid 1QPzrRaiQiOe7iKz; 1.1 date 2017.02.13.21.06.21; author adam; state Exp; branches; next ; commitid reOIhuoWmYauOPFz; desc @@ 1.13 log @python/wheel.mk: simplify a lot, and switch to 'installer' for installation This follows the recommended bootstrap method (flit_core, build, installer). However, installer installs different files than pip, so update PLISTs for all packages using wheel.mk and bump their PKGREVISIONs. @ text @# $NetBSD: Makefile,v 1.12 2023/10/02 09:12:05 adam Exp $ DISTNAME= mistune-3.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=m/mistune/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/lepture/mistune COMMENT= Sane Markdown parser with useful plugins and renderers LICENSE= modified-bsd TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest discover -v .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" @ 1.12 log @py-mistune: updated to 3.0.2 Version 3.0.2 * Fix list parser to avoid RecursionError @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.11 2023/08/28 09:20:22 adam Exp $ d5 1 @ 1.11 log @py-mistune: updated to 3.0.1 Version 3.0.1 ------------- * Add ``py.typed`` for mypy * Add ``tests``, ``docs`` for sdist * Support ``renderer="ast"`` for rendering AST Version 3.0.0 ------------- * Do not strip leading unicode spaces like emsp * Ensure new line at end of the text Version 3.0.0rc5 ---------------- * Fix fenced directives * Fix inline link parser * Fix block math plugin for multiple lines * Fix empty list item for markdown renderer Version 3.0.0rc4 ---------------- * Fix plugin footnotes when there is no newline at the end * Move safe HTML entities to HTMLRenderer * Redesign directives parsing * Add Image and Figure directive Version 3.0.0rc3 ---------------- * Render inline math with ``\(`` and ``\)`` * Added ``RSTRenderer``, and ``MarkdownRenderer`` * Fix ``toc_hook`` method * **Breaking change**, rename ``RstDirective`` to ``RSTDirective`` Version 3.0.0rc2 ---------------- * Add **spoiler** plugin * Add ``collapse`` option for ``TableOfContents`` directive * **Breaking change** on directive design, added fenced directive Version 3.0.0rc1 ---------------- * Add **superscript** plugin Version 3.0.0a3 --------------- * Fix ruby plugin * Change toc parameter ``depth`` to ``level`` Version 3.0.0a2 --------------- * Escape block code in HTMLRenderer * Fix parsing links Version 3.0.0a1 --------------- This is the first release of v3. Features included: * redesigned mistune * plugins * directives @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.10 2023/05/05 09:02:14 adam Exp $ d3 1 a3 1 DISTNAME= mistune-3.0.1 @ 1.10 log @py-mistune: no need for pytest @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.9 2023/05/05 08:48:35 wiz Exp $ d3 1 a3 1 DISTNAME= mistune-2.0.5 d13 3 d23 1 a23 1 .include "../../lang/python/egg.mk" @ 1.9 log @py-mistune: update to 2.0.5. pkgsrc note: the CVE listed below was only for 2.x, so pkgsrc is not affected. 2.0.5 Improve on parsing list. Make it possible to customize list regex. ref #331 2.0.4 Fix url plugin in tag Fix * formatting 2.0.3 Fix table plugin Security fix for CVE-2022-34749 2.0.2 cape_url via #295 2.0.1 Fix XSS for image link syntax. 2.0.0 First release of Mistune v2. 2.0.0rc1 In this release, we have a Security Fix for harmful links. 2.0.0alpha1 This is the first release of v2. An alpha version for users to have a preview of the new mistune. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2022/01/04 20:54:59 wiz Exp $ a12 2 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test d18 1 a18 1 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} @ 1.8 log @*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2018/10/14 12:09:56 adam Exp $ d3 1 a3 1 DISTNAME= mistune-0.8.4 a4 1 PKGREVISION= 1 d10 1 a10 1 COMMENT= The fastest markdown parser in pure Python d13 1 a13 1 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose d17 5 @ 1.7 log @py-mistune: updated to 0.8.4 Version 0.8.4 Support an escaped pipe char in a table cell. Fix ordered and unordered list. Fix spaces between = in HTML tags Add max_recursive_depth for list and blockquote. Fix fences code block. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2017/12/18 09:10:09 adam Exp $ d5 1 @ 1.6 log @py-mistune: updated to 0.8.3 Version 0.8.3 * Fix nested html issue. Version 0.8.2 * Fix _keyify with lower case. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2017/11/10 07:48:46 adam Exp $ d3 1 a3 1 DISTNAME= mistune-0.8.3 d13 3 a15 2 # TEST_DEPENDS BUILD_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose a16 1 .include "../../devel/py-cython/buildlink3.mk" @ 1.5 log @py-mistune: updated to 0.8.1 0.8.1: Changes unknown. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2017/10/27 13:06:27 adam Exp $ d3 1 a3 1 DISTNAME= mistune-0.8.1 @ 1.4 log @py-mistune: updated to 0.8 Version 0.8 * Remove non breaking spaces preprocessing * Remove rev and rel attribute for footnotes * Fix bypassing XSS vulnerability by junorouse This version is strongly recommended, since it fixed a security issue. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2017/07/20 17:03:46 adam Exp $ d3 1 a3 1 DISTNAME= mistune-0.8 a12 2 USE_LANGUAGES= c @ 1.3 log @Rev1: build C-extension @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2017/03/20 13:21:08 wiz Exp $ d3 1 a3 1 DISTNAME= mistune-0.7.4 a4 1 PKGREVISION= 1 @ 1.2 log @Updated py-mistune to 0.7.4. Add test dependency. Version 0.7.4 ~~~~~~~~~~~~~ Released on Mar. 14, 2017 * Fix escape_link method by Marcos Ojeda * Handle block HTML with no content by David Baumgold * Use expandtabs for tab * Fix escape option for text renderer * Fix HTML attribute regex pattern @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2017/02/13 21:06:21 adam Exp $ d5 1 d14 1 a14 1 USE_LANGUAGES= # none d19 1 @ 1.1 log @Added textproc/py-mistune version 0.7.3 The fastest markdown parser in pure Python with renderer features, inspired by marked. Features: * Pure Python. Tested in Python 2.6+, Python 3.3+ and PyPy. * Very Fast. It is the fastest in all pure Python markdown parsers. * More Features. Table, footnotes, autolink, fenced code etc. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= mistune-0.7.3 d15 3 @