head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2026.08.09.08.20.40;	author adam;	state Exp;
branches;
next	;
commitid	E2XLdZOFN12ueWQG;


desc
@@


1.1
log
@py-unicode-segmentation-rs: added version 0.3.3

Python bindings for the Rust unicode-segmentation and unicode-width crates,
providing Unicode text segmentation and width calculation according to Unicode
standards.
@
text
@# $NetBSD$

DISTNAME=	unicode_segmentation_rs-0.3.3
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES=	textproc python
MASTER_SITES=	${MASTER_SITE_PYPI:=u/unicode-segmentation-rs/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/WeblateOrg/unicode-segmentation-rs
COMMENT=	Unicode segmentation and width for Python using Rust
LICENSE=	mit

.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Darwin"
# Fix for: changing install names or rpaths can't be redone because larger
# updated load commands do not fit.
RUSTFLAGS=	-C link-arg=-Wl,-headerpad_max_install_names
.endif

.include "cargo-depends.mk"

.include "../../devel/py-maturin/tool.mk"
.include "../../lang/python/wheel.mk"
.include "../../lang/rust/cargo.mk"
.include "../../mk/bsd.pkg.mk"
@
