head	1.4;
access;
symbols
	pkgsrc-2026Q1:1.4.0.2
	pkgsrc-2026Q1-base:1.4
	pkgsrc-2025Q4:1.3.0.2
	pkgsrc-2025Q4-base:1.3
	pkgsrc-2025Q3:1.2.0.4
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.2.0.2
	pkgsrc-2025Q2-base:1.2
	pkgsrc-2025Q1:1.1.0.16
	pkgsrc-2025Q1-base:1.1
	pkgsrc-2024Q4:1.1.0.14
	pkgsrc-2024Q4-base:1.1
	pkgsrc-2024Q3:1.1.0.12
	pkgsrc-2024Q3-base:1.1
	pkgsrc-2024Q2:1.1.0.10
	pkgsrc-2024Q2-base:1.1
	pkgsrc-2024Q1:1.1.0.8
	pkgsrc-2024Q1-base:1.1
	pkgsrc-2023Q4:1.1.0.6
	pkgsrc-2023Q4-base:1.1
	pkgsrc-2023Q3:1.1.0.4
	pkgsrc-2023Q3-base:1.1
	pkgsrc-2023Q2:1.1.0.2
	pkgsrc-2023Q2-base:1.1;
locks; strict;
comment	@# @;


1.4
date	2026.01.20.22.31.27;	author wiz;	state Exp;
branches;
next	1.3;
commitid	AKhUT3nXTOCTobrG;

1.3
date	2025.10.08.21.38.52;	author wiz;	state Exp;
branches;
next	1.2;
commitid	B8c93skW8847sOdG;

1.2
date	2025.04.22.20.03.02;	author wiz;	state Exp;
branches;
next	1.1;
commitid	hknfLzY8oSr6m5SF;

1.1
date	2023.06.11.08.55.01;	author wiz;	state Exp;
branches;
next	;
commitid	vmNpNPWbXNc8yvsE;


desc
@@


1.4
log
@py-lexid: remove Python 2 support, allows building with Python 3.14

Bump PKGREVISION.
@
text
@# $NetBSD: Makefile,v 1.3 2025/10/08 21:38:52 wiz Exp $

DISTNAME=	lexid-2021.1006
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
PKGREVISION=	2
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=l/lexid/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/mbarkhau/lexid
COMMENT=	Variable width build numbers with lexical ordering
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools

USE_LANGUAGES=	# none

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


1.3
log
@*: py-lib3to6 does not support Python 3.14

Link to upstream bug report
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2025/04/22 20:03:02 wiz Exp $
d5 1
a5 1
PKGREVISION=	1
a14 3
TOOL_DEPENDS+=	${PYPKGPREFIX}-lib3to6-[0-9]*:../../devel/py-lib3to6

PYTHON_VERSIONS_INCOMPATIBLE+=	314 # py-lib3to6
@


1.2
log
@py-lexid: convert to wheel.mk

Bump PKGREVISION.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2023/06/11 08:55:01 wiz Exp $
d17 2
@


1.1
log
@devel/py-lexid: import py-lexid-2021.1006

lexid is a micro library to increment lexically ordered numerical
ids.

Throughout the sequence of ids, this expression will always be
true, whether you are dealing with integers or strings:

    older_id < newer_id

The left most character/digit is only used to maintain lexical
order, so that the position in the sequence is maintained in the
remaining digits.

Such ids can be useful as build or version numbers, which are often
displayed by tooling which does not understand their correct
ordering.
@
text
@d1 1
a1 1
# $NetBSD$
d5 1
d14 2
a15 1
TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
d19 1
a19 6
PYTHON_VERSIONS_INCOMPATIBLE=	27

do-test:
	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}

.include "../../lang/python/egg.mk"
@

