pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-markdown-math



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Sep 12 00:22:35 UTC 2020

Modified Files:
        pkgsrc/textproc/py-markdown-math: Makefile PLIST distinfo

Log Message:
py-markdown-math: update to 0.7

Version 0.7, 2020-06-19
=======================

* This extension now requires Python ≥ 3.4 and Python-Markdown ≥ 3.0.
* Fixed deprecation warnings with Python-Markdown 3.x.
* Added support for GitLab-style delimiters.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-markdown-math/Makefile \
    pkgsrc/textproc/py-markdown-math/PLIST \
    pkgsrc/textproc/py-markdown-math/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-markdown-math/Makefile
diff -u pkgsrc/textproc/py-markdown-math/Makefile:1.1 pkgsrc/textproc/py-markdown-math/Makefile:1.2
--- pkgsrc/textproc/py-markdown-math/Makefile:1.1       Fri Mar  1 04:26:05 2019
+++ pkgsrc/textproc/py-markdown-math/Makefile   Sat Sep 12 00:22:35 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2019/03/01 04:26:05 gutteridge Exp $
+# $NetBSD: Makefile,v 1.2 2020/09/12 00:22:35 gutteridge Exp $
 
-VERSION=       0.6
+VERSION=       0.7
 DISTNAME=      python-markdown-math-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
 CATEGORIES=    textproc python
@@ -11,7 +11,9 @@ HOMEPAGE=     https://github.com/mitya57/pyt
 COMMENT=       Python extension adding math formula support to py-markdown
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-markdown-[0-9]*:../../textproc/py-markdown
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+DEPENDS+=      ${PYPKGPREFIX}-markdown>=3.0:../../textproc/py-markdown
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/textproc/py-markdown-math/PLIST
diff -u pkgsrc/textproc/py-markdown-math/PLIST:1.1 pkgsrc/textproc/py-markdown-math/PLIST:1.2
--- pkgsrc/textproc/py-markdown-math/PLIST:1.1  Fri Mar  1 04:26:05 2019
+++ pkgsrc/textproc/py-markdown-math/PLIST      Sat Sep 12 00:22:35 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/03/01 04:26:05 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/09/12 00:22:35 gutteridge Exp $
 ${PYSITELIB}/mdx_math.py
 ${PYSITELIB}/mdx_math.pyc
 ${PYSITELIB}/mdx_math.pyo
@@ -6,4 +6,5 @@ ${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
Index: pkgsrc/textproc/py-markdown-math/distinfo
diff -u pkgsrc/textproc/py-markdown-math/distinfo:1.1 pkgsrc/textproc/py-markdown-math/distinfo:1.2
--- pkgsrc/textproc/py-markdown-math/distinfo:1.1       Fri Mar  1 04:26:05 2019
+++ pkgsrc/textproc/py-markdown-math/distinfo   Sat Sep 12 00:22:35 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/03/01 04:26:05 gutteridge Exp $
+$NetBSD: distinfo,v 1.2 2020/09/12 00:22:35 gutteridge Exp $
 
-SHA1 (python-markdown-math-0.6.tar.gz) = cf528c8ce2fb5ed6eb89a027c4de5319c7c61cdf
-RMD160 (python-markdown-math-0.6.tar.gz) = dad66ad78c848d8ebe39cb96b5287dff9412f64c
-SHA512 (python-markdown-math-0.6.tar.gz) = af5773dc5b6d8968d811487a86fd027042d381b8b5b37683b519f03f21097bafd3d174881d8201cb6524e0975cd6868781e116cec6406fa20ffd3c6b9f9d4e87
-Size (python-markdown-math-0.6.tar.gz) = 6406 bytes
+SHA1 (python-markdown-math-0.7.tar.gz) = cbe418862f9240ade74002d9a477aa22d1614667
+RMD160 (python-markdown-math-0.7.tar.gz) = bf893ec6d3708eea1535e1f5821646c9e20fe10b
+SHA512 (python-markdown-math-0.7.tar.gz) = 05bfff71c758785591c388a95b176205a8707428cbda91734c4f1b5d39cd030d9106782e92aca8f1de18be227b1489ad2cb09981b4455ba1d1177974cd0cbecd
+Size (python-markdown-math-0.7.tar.gz) = 8320 bytes



Home | Main Index | Thread Index | Old Index