head	1.7;
access;
symbols
	pkgsrc-2026Q1:1.6.0.4
	pkgsrc-2026Q1-base:1.6
	pkgsrc-2025Q4:1.6.0.2
	pkgsrc-2025Q4-base:1.6
	pkgsrc-2025Q3:1.4.0.4
	pkgsrc-2025Q3-base:1.4
	pkgsrc-2025Q2:1.4.0.2
	pkgsrc-2025Q2-base:1.4
	pkgsrc-2025Q1:1.3.0.26
	pkgsrc-2025Q1-base:1.3
	pkgsrc-2024Q4:1.3.0.24
	pkgsrc-2024Q4-base:1.3
	pkgsrc-2024Q3:1.3.0.22
	pkgsrc-2024Q3-base:1.3
	pkgsrc-2024Q2:1.3.0.20
	pkgsrc-2024Q2-base:1.3
	pkgsrc-2024Q1:1.3.0.18
	pkgsrc-2024Q1-base:1.3
	pkgsrc-2023Q4:1.3.0.16
	pkgsrc-2023Q4-base:1.3
	pkgsrc-2023Q3:1.3.0.14
	pkgsrc-2023Q3-base:1.3
	pkgsrc-2023Q2:1.3.0.12
	pkgsrc-2023Q2-base:1.3
	pkgsrc-2023Q1:1.3.0.10
	pkgsrc-2023Q1-base:1.3
	pkgsrc-2022Q4:1.3.0.8
	pkgsrc-2022Q4-base:1.3
	pkgsrc-2022Q3:1.3.0.6
	pkgsrc-2022Q3-base:1.3
	pkgsrc-2022Q2:1.3.0.4
	pkgsrc-2022Q2-base:1.3
	pkgsrc-2022Q1:1.3.0.2
	pkgsrc-2022Q1-base:1.3
	pkgsrc-2021Q4:1.1.0.6
	pkgsrc-2021Q4-base:1.1
	pkgsrc-2021Q3:1.1.0.4
	pkgsrc-2021Q3-base:1.1
	pkgsrc-2021Q2:1.1.0.2
	pkgsrc-2021Q2-base:1.1;
locks; strict;
comment	@# @;


1.7
date	2026.05.11.06.23.49;	author adam;	state Exp;
branches;
next	1.6;
commitid	uUS0KuK7CeZJtmFG;

1.6
date	2025.10.26.22.12.53;	author wiz;	state Exp;
branches;
next	1.5;
commitid	5OIQZmqFgrRY38gG;

1.5
date	2025.10.09.11.51.41;	author wiz;	state Exp;
branches;
next	1.4;
commitid	mWGwgsehsHNIaTdG;

1.4
date	2025.04.13.07.38.16;	author adam;	state Exp;
branches;
next	1.3;
commitid	AK9Xg6n6Cr1qwRQF;

1.3
date	2022.01.05.15.40.58;	author wiz;	state Exp;
branches;
next	1.2;
commitid	FQ77UruBIUsgzsnD;

1.2
date	2022.01.04.20.52.39;	author wiz;	state Exp;
branches;
next	1.1;
commitid	CYyhdK9qtoffkmnD;

1.1
date	2021.04.28.09.53.18;	author adam;	state Exp;
branches;
next	;
commitid	wiqAlCjiXHcxK2RC;


desc
@@


1.7
log
@py-bidi: updated to 0.6.9

0.6.9

* Rust extension declares ``gil_used = false`` so it runs under free-threaded (no-GIL) Python [Meir Kriheli]
* Added concurrent stress test for ``get_display`` under free-threaded builds [Meir Kriheli]
* CI: optional cp313t/cp314t wheel builds when setup-python provides those interpreters; free-threaded test job prefers 3.14t with 3.13t fallback [Meir Kriheli]
* CI: Intel macOS wheels now built on macOS 15 (replacing macOS 13) [Meir Kriheli]
* Use ``uv`` for nox virtualenvs; add ``uv.lock`` and document uv-based dev setup in README and CONTRIBUTING [Meir Kriheli]
* Set ``requires-python = ">=3.9"`` explicitly in ``pyproject.toml`` [Meir Kriheli]

0.6.8

* Added missing 3.14 build for Linux
@
text
@# $NetBSD: Makefile,v 1.6 2025/10/26 22:12:53 wiz Exp $

DISTNAME=	python_bidi-0.6.9
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/^python_//}
CATEGORIES=	converters python
MASTER_SITES=	${MASTER_SITE_PYPI:=p/python-bidi/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/MeirKriheli/python-bidi
COMMENT=	Pure Python implementation of the BiDi layout algorithm
LICENSE=	gnu-lgpl-v2.1

TOOL_DEPENDS+=	${PYPKGPREFIX}-maturin>=1:../../devel/py-maturin

PY_RENAME_BINARIES=	pybidi

.include "cargo-depends.mk"

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


1.6
log
@py-bidi: update to 0.6.7.

0.6.7
-----

* Added generate-import-lib for windows [Meir Kriheli]
* Removed pypy3.9 and pypy3.10 from build, removed by pyo3 [Meir Kriheli]
* Added 3.14 and pypy3.11 to targets [Meir Kriheli]
* Bumped pyo3 to 0.27.1 [Meir Kriheli]
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2025/10/09 11:51:41 wiz Exp $
d3 1
a3 1
DISTNAME=	python_bidi-0.6.7
d15 1
a15 3
post-install:
	cd ${DESTDIR}${PREFIX}/bin && \
	${MV} pybidi pybidi-${PYVERSSUFFIX} || ${TRUE}
@


1.5
log
@py-bidi: add workaround for building with Python 3.14

Link to upstream bug report
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2025/04/13 07:38:16 adam Exp $
d3 1
a3 1
DISTNAME=	python_bidi-0.6.6
a14 3
# https://github.com/MeirKriheli/python-bidi/issues/36
MAKE_ENV+=	PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1

@


1.4
log
@py-bidi: updated to 0.6.6

0.6.6

* Upgraded to macos-13 runner (as 12 is not available anymore).

0.6.5

* Revert "Added pypy3.11 to build"

0.6.4

* Added pypy3.11 to build
* Removed pypy3.8 from build, not suppurted
* Bumped pyo3 to 0.23.3, drops pypy3.7 and pypy3.8
* Bumped unicode-bidi to 0.3.18

0.6.3

* Updated pyo3 to 0.22.4
* Python 3.13 wheels are finally working

0.6.2

* Added check-latest to the build

0.6.1

* Bumped to build Python 3.13 wheels

0.6.0

* Added implemention selection (Python or Rust) to pybidi cli,
  respecting backward comapt
* Restored older algorithm, supports both implementations
* Modernize and simplify Python code (Thanks Christian Clauss)
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2022/01/05 15:40:58 wiz Exp $
d15 3
@


1.3
log
@python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2022/01/04 20:52:39 wiz Exp $
d3 2
a4 3
DISTNAME=	python-bidi-0.4.2
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/^python-//}
PKGREVISION=	2
d13 1
a13 5
DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six

USE_LANGUAGES=	# none

USE_PKG_RESOURCES=	yes
d19 4
a22 1
.include "../../lang/python/egg.mk"
@


1.2
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.1 2021/04/28 09:53:18 adam Exp $
d5 1
a5 1
PKGREVISION=	1
d18 2
@


1.1
log
@py-bidi: added version 0.4.2

Bi-directional (BiDi) layout implementation in pure Python.
@
text
@d1 1
a1 1
# $NetBSD$
d5 1
@

