head	1.4;
access;
symbols
	pkgsrc-2026Q2:1.4.0.8
	pkgsrc-2026Q2-base:1.4
	pkgsrc-2026Q1:1.4.0.6
	pkgsrc-2026Q1-base:1.4
	pkgsrc-2025Q4:1.4.0.4
	pkgsrc-2025Q4-base:1.4
	pkgsrc-2025Q3:1.4.0.2
	pkgsrc-2025Q3-base:1.4
	pkgsrc-2025Q2:1.3.0.16
	pkgsrc-2025Q2-base:1.3
	pkgsrc-2025Q1:1.3.0.14
	pkgsrc-2025Q1-base:1.3
	pkgsrc-2024Q4:1.3.0.12
	pkgsrc-2024Q4-base:1.3
	pkgsrc-2024Q3:1.3.0.10
	pkgsrc-2024Q3-base:1.3
	pkgsrc-2024Q2:1.3.0.8
	pkgsrc-2024Q2-base:1.3
	pkgsrc-2024Q1:1.3.0.6
	pkgsrc-2024Q1-base:1.3
	pkgsrc-2023Q4:1.3.0.4
	pkgsrc-2023Q4-base:1.3
	pkgsrc-2023Q3:1.3.0.2
	pkgsrc-2023Q3-base:1.3
	pkgsrc-2023Q2:1.2.0.2
	pkgsrc-2023Q2-base:1.2;
locks; strict;
comment	@# @;


1.4
date	2025.07.08.15.55.42;	author adam;	state Exp;
branches;
next	1.3;
commitid	D3ig7tmSYD3NvX1G;

1.3
date	2023.07.05.20.13.20;	author wiz;	state Exp;
branches;
next	1.2;
commitid	vEe2RwIxmALYwEvE;

1.2
date	2023.04.16.07.36.06;	author wiz;	state Exp;
branches;
next	1.1;
commitid	cHmxtpQfPkDAUilE;

1.1
date	2023.04.12.11.24.57;	author joerg;	state Exp;
branches;
next	;
commitid	6O3pQV2OkCtZiOkE;


desc
@@


1.4
log
@py-anyascii: updated to 0.3.3

0.3.3

Data additions and improvements
Python - Add PEP 561 py.typed file
@
text
@# $NetBSD: Makefile,v 1.3 2023/07/05 20:13:20 wiz Exp $

DISTNAME=	anyascii-0.3.3
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	textproc converters
MASTER_SITES=	${MASTER_SITE_PYPI:=a/anyascii/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/anyascii/anyascii
COMMENT=	Intelligent Unicode to ASCII conversion
LICENSE=	isc

TOOL_DEPENDS+=	${PYPKGPREFIX}-flit_core>=3.11:../../devel/py-flit_core

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


1.3
log
@py-anyascii: update to 0.3.2.

0.3.2 - 2023-03-15

    Data additions and improvements
    Python - Add type comments
    Python - Fix Python 3.11 deprecation warning for importlib.resources.read_binary()
    Python - Use PEP 621 metadata instead of PEP 518 [tool.flit.metadata]
    Java - Flatten release pom.xml

0.3.1 - 2022-04-06

    Data additions and improvements
    Elixir - Initial release (2022-04-28)
    Java - Release on Maven Central
    Rust - Increase minimum requirement from Rust 1.36 to 1.42
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2023/04/16 07:36:06 wiz Exp $
d3 1
a3 1
DISTNAME=	anyascii-0.3.2
d13 1
a13 1
PYTHON_VERSIONS_INCOMPATIBLE=	27
d15 1
a15 1
.include "../../lang/python/egg.mk"
@


1.2
log
@py-anyascii: python 3.x only
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2023/04/12 11:24:57 joerg Exp $
d3 1
a3 1
DISTNAME=	anyascii-0.3.0
@


1.1
log
@Add py-anyascii-0.3.0

AnyAscii provides ASCII-only replacement strings for practically all
Unicode characters. Text is converted character-by-character without
considering the context. The mappings for each script are based on
popular existing romanization systems. Symbolic characters are converted
based on their meaning or appearance. All ASCII characters in the input
are left unchanged, every other character is replaced with printable
ASCII characters. Unknown characters and some known characters are
replaced with an empty string and removed.
@
text
@d1 1
a1 1
# $NetBSD$
d13 2
@

