pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/py-latexcodec



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr 19 04:33:18 UTC 2024

Modified Files:
        pkgsrc/print/py-latexcodec: Makefile PLIST distinfo

Log Message:
py-latexcodec: updated to 3.0.0

3.0.0 (6 March 2024)

* Drop Python 2.7, 3.4, 3.5, and 3.6 support. Remove unneeded dependencies.
* Add Python 3.11 and 3.12 support.
* Added a few more translations.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/py-latexcodec/Makefile \
    pkgsrc/print/py-latexcodec/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/py-latexcodec/PLIST

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

Modified files:

Index: pkgsrc/print/py-latexcodec/Makefile
diff -u pkgsrc/print/py-latexcodec/Makefile:1.5 pkgsrc/print/py-latexcodec/Makefile:1.6
--- pkgsrc/print/py-latexcodec/Makefile:1.5     Tue Jan  4 20:54:35 2022
+++ pkgsrc/print/py-latexcodec/Makefile Fri Apr 19 04:33:18 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2022/01/04 20:54:35 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/04/19 04:33:18 adam Exp $
 
-DISTNAME=      latexcodec-2.0.1
+DISTNAME=      latexcodec-3.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    print python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/latexcodec/}
 
@@ -11,9 +10,12 @@ HOMEPAGE=    https://github.com/mcmtroffaes
 COMMENT=       Lexer and codec for LaTeX
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
+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/print/py-latexcodec/distinfo
diff -u pkgsrc/print/py-latexcodec/distinfo:1.5 pkgsrc/print/py-latexcodec/distinfo:1.6
--- pkgsrc/print/py-latexcodec/distinfo:1.5     Tue Oct 26 11:12:14 2021
+++ pkgsrc/print/py-latexcodec/distinfo Fri Apr 19 04:33:18 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:12:14 nia Exp $
+$NetBSD: distinfo,v 1.6 2024/04/19 04:33:18 adam Exp $
 
-BLAKE2s (latexcodec-2.0.1.tar.gz) = 0a88e6dc6691edf94730d9c5028fce40569d98c05802ec0e2f2f379e819c4df5
-SHA512 (latexcodec-2.0.1.tar.gz) = e7f23b91904e0bd4a3f052f5f201b125e84c1f94a247b869e14c8f45ee8bc2c478e8887a792efa8c9b6d2b7fefed43fc66e797206b6e40aedaedc68ce7865cab
-Size (latexcodec-2.0.1.tar.gz) = 30131 bytes
+BLAKE2s (latexcodec-3.0.0.tar.gz) = 493bfa9fc21546c0a0ab57252c89a11594caf0f860f5940b05f06acca5e35ad7
+SHA512 (latexcodec-3.0.0.tar.gz) = f715e61620237267b69f178b620100ac37011093a64e2663fd64b476194e2e0d29ca0ee3169ce3edb11955ef61c64109c8e1b549a800bf4d52e8a75630baaa58
+Size (latexcodec-3.0.0.tar.gz) = 31023 bytes

Index: pkgsrc/print/py-latexcodec/PLIST
diff -u pkgsrc/print/py-latexcodec/PLIST:1.1 pkgsrc/print/py-latexcodec/PLIST:1.2
--- pkgsrc/print/py-latexcodec/PLIST:1.1        Thu Jul 26 12:22:10 2018
+++ pkgsrc/print/py-latexcodec/PLIST    Fri Apr 19 04:33:18 2024
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2018/07/26 12:22:10 jaapb Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/zip-safe
+@comment $NetBSD: PLIST,v 1.2 2024/04/19 04:33:18 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.rst
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.rst
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
 ${PYSITELIB}/latexcodec/__init__.py
 ${PYSITELIB}/latexcodec/__init__.pyc
 ${PYSITELIB}/latexcodec/__init__.pyo
@@ -14,3 +15,5 @@ ${PYSITELIB}/latexcodec/codec.pyo
 ${PYSITELIB}/latexcodec/lexer.py
 ${PYSITELIB}/latexcodec/lexer.pyc
 ${PYSITELIB}/latexcodec/lexer.pyo
+${PYSITELIB}/latexcodec/py.typed
+${PYSITELIB}/latexcodec/table.txt



Home | Main Index | Thread Index | Old Index