pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-pandocfilters



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jan 19 10:47:18 UTC 2024

Modified Files:
        pkgsrc/textproc/py-pandocfilters: Makefile PLIST distinfo

Log Message:
py-pandocfilters: updated to 1.5.1

v1.5.1
- Don't raise an error if the directory used to store images already exists


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-pandocfilters/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-pandocfilters/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-pandocfilters/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-pandocfilters/Makefile
diff -u pkgsrc/textproc/py-pandocfilters/Makefile:1.10 pkgsrc/textproc/py-pandocfilters/Makefile:1.11
--- pkgsrc/textproc/py-pandocfilters/Makefile:1.10      Thu Jan 27 09:15:25 2022
+++ pkgsrc/textproc/py-pandocfilters/Makefile   Fri Jan 19 10:47:18 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2022/01/27 09:15:25 adam Exp $
+# $NetBSD: Makefile,v 1.11 2024/01/19 10:47:18 adam Exp $
 
-DISTNAME=      pandocfilters-1.5.0
+DISTNAME=      pandocfilters-1.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pandocfilters/}
@@ -10,7 +10,12 @@ HOMEPAGE=    https://github.com/jgm/pandocf
 COMMENT=       Utilities for writing pandoc filters in Python
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
 USE_LANGUAGES= # none
 
-.include "../../lang/python/egg.mk"
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-pandocfilters/PLIST
diff -u pkgsrc/textproc/py-pandocfilters/PLIST:1.5 pkgsrc/textproc/py-pandocfilters/PLIST:1.6
--- pkgsrc/textproc/py-pandocfilters/PLIST:1.5  Tue Feb  1 10:10:03 2022
+++ pkgsrc/textproc/py-pandocfilters/PLIST      Fri Jan 19 10:47:18 2024
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.5 2022/02/01 10:10:03 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.6 2024/01/19 10:47:18 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/pandocfilters.py
 ${PYSITELIB}/pandocfilters.pyc
 ${PYSITELIB}/pandocfilters.pyo

Index: pkgsrc/textproc/py-pandocfilters/distinfo
diff -u pkgsrc/textproc/py-pandocfilters/distinfo:1.6 pkgsrc/textproc/py-pandocfilters/distinfo:1.7
--- pkgsrc/textproc/py-pandocfilters/distinfo:1.6       Thu Jan 27 09:15:25 2022
+++ pkgsrc/textproc/py-pandocfilters/distinfo   Fri Jan 19 10:47:18 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/01/27 09:15:25 adam Exp $
+$NetBSD: distinfo,v 1.7 2024/01/19 10:47:18 adam Exp $
 
-BLAKE2s (pandocfilters-1.5.0.tar.gz) = f77c109c61df7ea64d7d68cbb024d1c4d1c752a4031e8138572b08561d7754e6
-SHA512 (pandocfilters-1.5.0.tar.gz) = 32586d4718fd4b7047d850ca767ffacf8fba60844edf8469458e8549286e571774e7178678c7121be62b9a3c819a25de2d30b8fe58a539553336f322b87e836e
-Size (pandocfilters-1.5.0.tar.gz) = 8405 bytes
+BLAKE2s (pandocfilters-1.5.1.tar.gz) = 4572314247aaca697f679c92d13e5ce6fc12fdfbae35af64e51def0692f04309
+SHA512 (pandocfilters-1.5.1.tar.gz) = 845bb5dc15edc42509086096be6aac2411192bdbdaed8d65fb2a8c8f9a650a4d836a9761a5fbfd69b5709d8476a96139ff06592e38261f795b377e475746518a
+Size (pandocfilters-1.5.1.tar.gz) = 8454 bytes



Home | Main Index | Thread Index | Old Index