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


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.2
log
@py-ast-serialize: updated to 0.5.0

0.5.0
Unknown changes
@
text
@# $NetBSD: Makefile,v 1.1 2026/05/12 10:40:16 adam Exp $

DISTNAME=	ast_serialize-0.5.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

CARGO_GITHUB_CRATES+=	astral-sh ruff 0.15.12
# Done in patch-Cargo.toml
SUBST_NOOP_OK.gitcrate=	yes

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

