Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/py-latexcodec py-latexcodec: updated to 2.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5abad1f1575
branches:  trunk
changeset: 435781:d5abad1f1575
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jul 15 07:43:59 2020 +0000

description:
py-latexcodec: updated to 2.0.1

2.0.1:
Drop Python 3.3 support.
Added a few more translations.

2.0.0:
Lexer now processes unicode directly, to fix various issues with multibyte encodings. This also simplifies the implementation. Many thanks to davidweichiang for reporting and implementing.
New detailed description of the package for the readme, to clarify the behaviour and design choices. Many thanks to tschantzmc for contributing this description.
Minor fix in decoding of LaTeX comments.
Support Python 3.9

diffstat:

 print/py-latexcodec/Makefile |   6 +++---
 print/py-latexcodec/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r 2af0dc9b117c -r d5abad1f1575 print/py-latexcodec/Makefile
--- a/print/py-latexcodec/Makefile      Wed Jul 15 07:40:59 2020 +0000
+++ b/print/py-latexcodec/Makefile      Wed Jul 15 07:43:59 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2019/11/04 19:58:01 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2020/07/15 07:43:59 adam Exp $
 
-DISTNAME=      latexcodec-1.0.7
+DISTNAME=      latexcodec-2.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    print python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/latexcodec/}
@@ -10,7 +10,7 @@
 COMMENT=       Lexer and codec for LaTeX
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
 
 USE_LANGUAGES= # none
 
diff -r 2af0dc9b117c -r d5abad1f1575 print/py-latexcodec/distinfo
--- a/print/py-latexcodec/distinfo      Wed Jul 15 07:40:59 2020 +0000
+++ b/print/py-latexcodec/distinfo      Wed Jul 15 07:43:59 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/06/06 21:11:52 adam Exp $
+$NetBSD: distinfo,v 1.3 2020/07/15 07:43:59 adam Exp $
 
-SHA1 (latexcodec-1.0.7.tar.gz) = 5a9392d29753ef867517e599e4ce23d1aff03d84
-RMD160 (latexcodec-1.0.7.tar.gz) = aa0b198ab44f1988760b2920f713455e699ed430
-SHA512 (latexcodec-1.0.7.tar.gz) = 1308acf343cab43471566b12c70299225dad323e1ea8563b42b95cafaa1aaa9d4437c9b1031c15a788436e8ffdfa924653a455c8e5d8042ed44c5e854d9a3cba
-Size (latexcodec-1.0.7.tar.gz) = 27127 bytes
+SHA1 (latexcodec-2.0.1.tar.gz) = ffe1124614cebac89635687d4a5b4d1e26c8f847
+RMD160 (latexcodec-2.0.1.tar.gz) = 1377a011dec78d845135ca83f2444e8ffb2fcc0b
+SHA512 (latexcodec-2.0.1.tar.gz) = e7f23b91904e0bd4a3f052f5f201b125e84c1f94a247b869e14c8f45ee8bc2c478e8887a792efa8c9b6d2b7fefed43fc66e797206b6e40aedaedc68ce7865cab
+Size (latexcodec-2.0.1.tar.gz) = 30131 bytes



Home | Main Index | Thread Index | Old Index