diff options
author | adam <adam@pkgsrc.org> | 2020-07-15 07:43:59 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-07-15 07:43:59 +0000 |
commit | 54c1546a26e8f0f3a71d9a4af9efb2f1ecf6972d (patch) | |
tree | 05c36a022ce2e73dfd73f7a3f22076e2ed10d748 | |
parent | b419f4de99077170181b6167cbae1c609b5b28c7 (diff) | |
download | pkgsrc-54c1546a26e8f0f3a71d9a4af9efb2f1ecf6972d.tar.gz |
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
-rw-r--r-- | print/py-latexcodec/Makefile | 6 | ||||
-rw-r--r-- | print/py-latexcodec/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/print/py-latexcodec/Makefile b/print/py-latexcodec/Makefile index f4909a7e43d..d7d7d15cf9d 100644 --- a/print/py-latexcodec/Makefile +++ b/print/py-latexcodec/Makefile @@ -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 @@ HOMEPAGE= https://github.com/mcmtroffaes/latexcodec 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 --git a/print/py-latexcodec/distinfo b/print/py-latexcodec/distinfo index 07c0642ece8..3355752e5bf 100644 --- a/print/py-latexcodec/distinfo +++ b/print/py-latexcodec/distinfo @@ -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 |