head	1.10;
access;
symbols
	pkgsrc-2026Q1:1.10.0.6
	pkgsrc-2026Q1-base:1.10
	pkgsrc-2025Q4:1.10.0.4
	pkgsrc-2025Q4-base:1.10
	pkgsrc-2025Q3:1.10.0.2
	pkgsrc-2025Q3-base:1.10
	pkgsrc-2025Q2:1.8.0.2
	pkgsrc-2025Q2-base:1.8
	pkgsrc-2025Q1:1.7.0.4
	pkgsrc-2025Q1-base:1.7
	pkgsrc-2024Q4:1.7.0.2
	pkgsrc-2024Q4-base:1.7
	pkgsrc-2024Q3:1.6.0.4
	pkgsrc-2024Q3-base:1.6
	pkgsrc-2024Q2:1.6.0.2
	pkgsrc-2024Q2-base:1.6
	pkgsrc-2024Q1:1.5.0.18
	pkgsrc-2024Q1-base:1.5
	pkgsrc-2023Q4:1.5.0.16
	pkgsrc-2023Q4-base:1.5
	pkgsrc-2023Q3:1.5.0.14
	pkgsrc-2023Q3-base:1.5
	pkgsrc-2023Q2:1.5.0.12
	pkgsrc-2023Q2-base:1.5
	pkgsrc-2023Q1:1.5.0.10
	pkgsrc-2023Q1-base:1.5
	pkgsrc-2022Q4:1.5.0.8
	pkgsrc-2022Q4-base:1.5
	pkgsrc-2022Q3:1.5.0.6
	pkgsrc-2022Q3-base:1.5
	pkgsrc-2022Q2:1.5.0.4
	pkgsrc-2022Q2-base:1.5
	pkgsrc-2022Q1:1.5.0.2
	pkgsrc-2022Q1-base:1.5
	pkgsrc-2021Q4:1.4.0.12
	pkgsrc-2021Q4-base:1.4
	pkgsrc-2021Q3:1.4.0.10
	pkgsrc-2021Q3-base:1.4
	pkgsrc-2021Q2:1.4.0.8
	pkgsrc-2021Q2-base:1.4
	pkgsrc-2021Q1:1.4.0.6
	pkgsrc-2021Q1-base:1.4
	pkgsrc-2020Q4:1.4.0.4
	pkgsrc-2020Q4-base:1.4
	pkgsrc-2020Q3:1.4.0.2
	pkgsrc-2020Q3-base:1.4
	pkgsrc-2020Q2:1.3.0.6
	pkgsrc-2020Q2-base:1.3
	pkgsrc-2020Q1:1.3.0.2
	pkgsrc-2020Q1-base:1.3
	pkgsrc-2019Q4:1.3.0.4
	pkgsrc-2019Q4-base:1.3
	pkgsrc-2019Q3:1.2.0.4
	pkgsrc-2019Q3-base:1.2
	pkgsrc-2019Q2:1.2.0.2
	pkgsrc-2019Q2-base:1.2
	pkgsrc-2019Q1:1.1.0.6
	pkgsrc-2019Q1-base:1.1
	pkgsrc-2018Q4:1.1.0.4
	pkgsrc-2018Q4-base:1.1
	pkgsrc-2018Q3:1.1.0.2
	pkgsrc-2018Q3-base:1.1;
locks; strict;
comment	@# @;


1.10
date	2025.08.25.08.35.10;	author wiz;	state Exp;
branches;
next	1.9;
commitid	tgYETpEmimJPw58G;

1.9
date	2025.07.25.11.20.10;	author adam;	state Exp;
branches;
next	1.8;
commitid	yCd0jT3mozcnr74G;

1.8
date	2025.04.15.05.04.20;	author adam;	state Exp;
branches;
next	1.7;
commitid	8c3RWE1Io7vMB6RF;

1.7
date	2024.11.11.07.28.52;	author wiz;	state Exp;
branches;
next	1.6;
commitid	1fBDq3LwS98NncxF;

1.6
date	2024.04.19.04.33.18;	author adam;	state Exp;
branches;
next	1.5;
commitid	PxUPoRUVNCTv2I6F;

1.5
date	2022.01.04.20.54.35;	author wiz;	state Exp;
branches;
next	1.4;
commitid	CYyhdK9qtoffkmnD;

1.4
date	2020.07.15.07.43.59;	author adam;	state Exp;
branches;
next	1.3;
commitid	vI8Fdd2wnqZ3g9gC;

1.3
date	2019.11.04.19.58.01;	author rillig;	state Exp;
branches;
next	1.2;
commitid	jTD69SgzKxlbuzJB;

1.2
date	2019.06.06.21.11.52;	author adam;	state Exp;
branches;
next	1.1;
commitid	EsXSJDYKC9ykKaqB;

1.1
date	2018.07.26.12.22.10;	author jaapb;	state Exp;
branches;
next	;
commitid	E5FscuzxqTkeVDLA;


desc
@@


1.10
log
@reset maintainer
@
text
@# $NetBSD: Makefile,v 1.9 2025/07/25 11:20:10 adam Exp $

DISTNAME=	latexcodec-3.0.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	print python
MASTER_SITES=	${MASTER_SITE_PYPI:=l/latexcodec/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/mcmtroffaes/latexcodec
COMMENT=	Lexer and codec for LaTeX
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools

USE_LANGUAGES=	# none

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
@


1.9
log
@py-latexcodec: updated to 3.0.1

3.0.1 (17 June 2025)

* Drop Python 3.7 and 3.8 support.
* Add Python 3.13 support.
* Use new pkg_resources files interface.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2025/04/15 05:04:20 adam Exp $
d8 1
a8 1
MAINTAINER=	jaapb@@NetBSD.org
@


1.8
log
@Fix PLIST after py-setuptools update; bump depends and revision
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2024/11/11 07:28:52 wiz Exp $
d3 1
a3 1
DISTNAME=	latexcodec-3.0.0
a4 1
PKGREVISION=	1
@


1.7
log
@py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2024/04/19 04:33:18 adam Exp $
d5 1
d14 1
a14 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
a17 2
PYTHON_VERSIONS_INCOMPATIBLE=	27

@


1.6
log
@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.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2022/01/04 20:54:35 wiz Exp $
a13 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
@


1.5
log
@*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2020/07/15 07:43:59 adam Exp $
d3 1
a3 1
DISTNAME=	latexcodec-2.0.1
a4 1
PKGREVISION=	1
d13 2
a14 1
DEPENDS+=	${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
d18 3
a20 1
.include "../../lang/python/egg.mk"
@


1.4
log
@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
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2019/11/04 19:58:01 rillig Exp $
d5 1
@


1.3
log
@print: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2019/06/06 21:11:52 adam Exp $
d3 1
a3 1
DISTNAME=	latexcodec-1.0.7
d13 1
a13 1
DEPENDS+=	${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six
@


1.2
log
@py-latexcodec: updated to 1.0.7

1.0.7:
* More symbols (THIN SPACE, various accented characters).
* Fix lexer issue with multibyte encodings

1.0.6:
* More symbols (EM SPACE, MINUS SIGN, GREEK PHI SYMBOL, HYPHEN,
  alternate encodings of Swedish å and Å).
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2018/07/26 12:22:10 jaapb Exp $
d13 1
a13 1
DEPENDS+=       ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six
@


1.1
log
@Added package print/py-latexcodec, a LaTeX library for Python.

Based on Kamel Derouiche's version in pkgsrc-wip.
@
text
@d1 1
a1 1
# $NetBSD$
d3 1
a3 1
DISTNAME=	latexcodec-1.0.5
@

