head	1.14;
access;
symbols
	pkgsrc-2026Q2:1.14.0.6
	pkgsrc-2026Q2-base:1.14
	pkgsrc-2026Q1:1.14.0.4
	pkgsrc-2026Q1-base:1.14
	pkgsrc-2025Q4:1.14.0.2
	pkgsrc-2025Q4-base:1.14
	pkgsrc-2025Q3:1.13.0.4
	pkgsrc-2025Q3-base:1.13
	pkgsrc-2025Q2:1.13.0.2
	pkgsrc-2025Q2-base:1.13
	pkgsrc-2025Q1:1.11.0.4
	pkgsrc-2025Q1-base:1.11
	pkgsrc-2024Q4:1.11.0.2
	pkgsrc-2024Q4-base:1.11
	pkgsrc-2024Q3:1.9.0.2
	pkgsrc-2024Q3-base:1.9
	pkgsrc-2024Q2:1.8.0.2
	pkgsrc-2024Q2-base:1.8
	pkgsrc-2024Q1:1.7.0.2
	pkgsrc-2024Q1-base:1.7
	pkgsrc-2023Q4:1.5.0.2
	pkgsrc-2023Q4-base:1.5
	pkgsrc-2023Q3:1.4.0.4
	pkgsrc-2023Q3-base:1.4
	pkgsrc-2023Q2:1.4.0.2
	pkgsrc-2023Q2-base:1.4
	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.2.0.12
	pkgsrc-2021Q4-base:1.2
	pkgsrc-2021Q3:1.2.0.10
	pkgsrc-2021Q3-base:1.2
	pkgsrc-2021Q2:1.2.0.8
	pkgsrc-2021Q2-base:1.2
	pkgsrc-2021Q1:1.2.0.6
	pkgsrc-2021Q1-base:1.2
	pkgsrc-2020Q4:1.2.0.4
	pkgsrc-2020Q4-base:1.2
	pkgsrc-2020Q3:1.2.0.2
	pkgsrc-2020Q3-base:1.2;
locks; strict;
comment	@# @;


1.14
date	2025.10.09.08.01.56;	author wiz;	state Exp;
branches;
next	1.13;
commitid	v4gBetJhBehVTRdG;

1.13
date	2025.04.17.16.06.22;	author adam;	state Exp;
branches;
next	1.12;
commitid	jIfJ6qCzkf6McqRF;

1.12
date	2025.04.12.08.02.08;	author adam;	state Exp;
branches;
next	1.11;
commitid	CXcEWlsqkiaLGJQF;

1.11
date	2024.11.11.07.27.59;	author wiz;	state Exp;
branches;
next	1.10;
commitid	1fBDq3LwS98NncxF;

1.10
date	2024.10.14.06.45.36;	author wiz;	state Exp;
branches;
next	1.9;
commitid	ynDJEEQamKd33BtF;

1.9
date	2024.08.07.19.24.31;	author wiz;	state Exp;
branches;
next	1.8;
commitid	zJAs17UgXLV0rVkF;

1.8
date	2024.04.10.16.49.09;	author adam;	state Exp;
branches;
next	1.7;
commitid	5EOyd0HToDNPoC5F;

1.7
date	2024.02.07.09.56.51;	author adam;	state Exp;
branches;
next	1.6;
commitid	EwKrpFsdKRUS8uXE;

1.6
date	2024.01.30.19.24.36;	author adam;	state Exp;
branches;
next	1.5;
commitid	ROilgz4ptZssxvWE;

1.5
date	2023.10.28.19.56.56;	author wiz;	state Exp;
branches;
next	1.4;
commitid	jP8MYROLWZ3yJqKE;

1.4
date	2023.05.11.07.17.24;	author adam;	state Exp;
branches;
next	1.3;
commitid	bl3qaom9290m0woE;

1.3
date	2022.01.04.20.52.48;	author wiz;	state Exp;
branches;
next	1.2;
commitid	CYyhdK9qtoffkmnD;

1.2
date	2020.08.27.12.27.23;	author joerg;	state Exp;
branches;
next	1.1;
commitid	4WdtxJUhiRhLrHlC;

1.1
date	2020.08.18.20.24.57;	author riastradh;	state Exp;
branches;
next	;
commitid	RPq1VSnSDd7wnAkC;


desc
@@


1.14
log
@*: remove more references to (removed) Python 3.9
@
text
@# $NetBSD: Makefile,v 1.13 2025/04/17 16:06:22 adam Exp $

.include "../../devel/py-angr/version.mk"

DISTNAME=	ailment-${ANGR_VERSION}
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=a/ailment/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/angr/ailment
COMMENT=	The angr intermediate language
LICENSE=	2-clause-bsd

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
# Circular dependency
#TEST_DEPENDS+=	${PYPKGPREFIX}-angr-[0-9]*:../../devel/py-angr
TEST_DEPENDS+=	${PYPKGPREFIX}-archinfo-[0-9]*:../../devel/py-archinfo
TEST_DEPENDS+=	${PYPKGPREFIX}-pyvex-[0-9]*:../../devel/py-pyvex

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


1.13
log
@devel/py-ailment devel/py-angr devel/py-archinfo devel/py-cle devel/py-pyvex math/py-claripy: updated to 9.2.150

9.2.150
Unknown changes
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.12 2025/04/12 08:02:08 adam Exp $
a20 2
PYTHON_VERSIONS_INCOMPATIBLE=	39

@


1.12
log
@Fix PLIST after py-setuptools update; bump depends and revision
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.11 2024/11/11 07:27:59 wiz Exp $
a6 1
PKGREVISION=	1
@


1.11
log
@py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.10 2024/10/14 06:45:36 wiz Exp $
d7 1
d16 1
a16 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
@


1.10
log
@*: clean-up after python38 removal
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2024/08/07 19:24:31 wiz Exp $
a15 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
@


1.9
log
@*: Try fixing deepstate and dependencies and py-angr and dependencies
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2024/04/10 16:49:09 adam Exp $
d22 1
a22 1
PYTHON_VERSIONS_INCOMPATIBLE=	27 38 39
@


1.8
log
@py-angr family: updated to 9.2.98

9.2.98
Bug fixes
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2024/02/07 09:56:51 adam Exp $
d22 1
a22 1
PYTHON_VERSIONS_INCOMPATIBLE=	27
@


1.7
log
@py-angr: updated to 9.2.89

9.2.89
Bug fixes
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2024/01/30 19:24:36 adam Exp $
d22 1
a22 1
PYTHON_VERSIONS_INCOMPATIBLE+=	27
@


1.6
log
@py-angr py-cle py-pyvex py-archinfo py-claripy py-ailment: updated to 9.2.87

9.2.87
Unknown changes
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2023/10/28 19:56:56 wiz Exp $
d17 2
@


1.5
log
@python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
@
text
@d1 1
a1 1
#	$NetBSD: Makefile,v 1.4 2023/05/11 07:17:24 adam Exp $
a6 1
PKGREVISION=	1
a21 3
do-test:
	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest tests/*.py

@


1.4
log
@py-ailment: updated to 9.2.50

9.2.50
Unknown changes
@
text
@d1 1
a1 1
#	$NetBSD: Makefile,v 1.3 2022/01/04 20:52:48 wiz Exp $
d7 1
d16 1
@


1.3
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.2 2020/08/27 12:27:23 joerg Exp $
a2 1
PKGREVISION= 1
d7 1
a7 1
CATEGORIES=	devel
d15 4
a20 3
TEST_DEPENDS+=	${PYPKGPREFIX}-archinfo>=0:../../devel/py-archinfo
TEST_DEPENDS+=	${PYPKGPREFIX}-pyvex>=0:../../devel/py-pyvex

d22 1
a22 3
	${RUN} cd ${WRKSRC} && \
	${SETENV} ${TEST_ENV} \
	${PYTHONBIN} -m unittest discover
d24 1
a24 1
.include "../../lang/python/egg.mk"
@


1.2
log
@No Python 2.7 support
@
text
@d1 1
a1 1
#	$NetBSD: Makefile,v 1.1 2020/08/18 20:24:57 riastradh Exp $
d3 1
@


1.1
log
@Update py-angr to 8.20.7.27, along with associated packages.

Version is consolidated into devel/py-angr/version.mk now so the next
person to come along will know what else needs to be updated.

devel/py-pyvex distfiles are still kinda kludgey, and devel/py-angr's
tests don't run without binary samples that I got bored trying to
incorporate.
@
text
@d1 1
a1 1
#	$NetBSD$
d15 2
@

