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
18 lines
471 B
Makefile
18 lines
471 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/07/15 07:43:59 adam Exp $
|
|
|
|
DISTNAME= latexcodec-2.0.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= print python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=l/latexcodec/}
|
|
|
|
MAINTAINER= jaapb@NetBSD.org
|
|
HOMEPAGE= https://github.com/mcmtroffaes/latexcodec
|
|
COMMENT= Lexer and codec for LaTeX
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|