head	1.5;
access;
symbols
	pkgsrc-2026Q2:1.2.0.2
	pkgsrc-2026Q2-base:1.2;
locks; strict;
comment	@# @;


1.5
date	2026.09.03.07.23.31;	author adam;	state Exp;
branches;
next	1.4;
commitid	3GrssiKIuIy479UG;

1.4
date	2026.08.09.13.44.09;	author wiz;	state Exp;
branches;
next	1.3;
commitid	UnK3QdYiFVpv1YQG;

1.3
date	2026.07.02.11.24.09;	author adam;	state Exp;
branches;
next	1.2;
commitid	sTkF1W9zS6Qat4MG;

1.2
date	2026.05.25.10.51.51;	author adam;	state Exp;
branches;
next	1.1;
commitid	5xVJ0o3w1CTPvbHG;

1.1
date	2026.05.12.10.40.16;	author adam;	state Exp;
branches;
next	;
commitid	YrYRP8oFj3IKRvFG;


desc
@@


1.5
log
@py-ast-serialize: updated to 0.9.0

0.9.0
Unknown changes
@
text
@# $NetBSD: Makefile,v 1.4 2026/08/09 13:44:09 wiz Exp $

DISTNAME=	ast_serialize-0.9.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES=	lang python
MASTER_SITES=	${MASTER_SITE_PYPI:=a/ast-serialize/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/mypyc/ast_serialize
COMMENT=	Python bindings for mypy AST serialization
LICENSE=	mit

RUST_REQ=	1.80

.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"
@


1.4
log
@py-ast-serialize: update to 0.8.0.

    Bump version to 0.8.0
    Try building version-specific wheels for Emscripten (#76)
    Add missing Python 3.15 trove classifier (#74)
    Bump version to 0.7.0
    Minor update after adding wheels for Python 3.15 (#73)
    Vendor Ruff crates (#70)
    Build musllinux wheels for ppc64le and riscv64 (#72)
    Build wheels for Python 3.15 (#71)
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2026/07/02 11:24:09 adam Exp $
d3 1
a3 1
DISTNAME=	ast_serialize-0.8.0
d13 2
@


1.3
log
@py-ast-serialize: updated to 0.6.0

0.6.0
Unknown changes
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2026/05/25 10:51:51 adam Exp $
d3 1
a3 1
DISTNAME=	ast_serialize-0.6.0
a12 4
CARGO_GITHUB_CRATES+=	astral-sh ruff 0.15.12
# Done in patch-Cargo.toml
SUBST_NOOP_OK.gitcrate=	yes

@


1.2
log
@py-ast-serialize: updated to 0.5.0

0.5.0
Unknown changes
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2026/05/12 10:40:16 adam Exp $
d3 1
a3 1
DISTNAME=	ast_serialize-0.5.0
@


1.1
log
@py-ast-serialize: added version 0.3.0

This is a fast Python extension for parsing Python files and serializing the
AST using the native binary format used by mypy. This will eventually replace
the current mypy parser, which uses the Python stdlib ast module for parsing.
@
text
@d1 1
a1 1
# $NetBSD$
d3 1
a3 1
DISTNAME=	ast_serialize-0.3.0
d13 1
a13 1
CARGO_GITHUB_CRATES+=	astral-sh ruff 0.15.5
@

