head	1.11;
access;
symbols
	pkgsrc-2026Q1:1.11.0.8
	pkgsrc-2026Q1-base:1.11
	pkgsrc-2025Q4:1.11.0.6
	pkgsrc-2025Q4-base:1.11
	pkgsrc-2025Q3:1.11.0.4
	pkgsrc-2025Q3-base:1.11
	pkgsrc-2025Q2:1.11.0.2
	pkgsrc-2025Q2-base:1.11
	pkgsrc-2025Q1:1.10.0.4
	pkgsrc-2025Q1-base:1.10
	pkgsrc-2024Q4:1.10.0.2
	pkgsrc-2024Q4-base:1.10
	pkgsrc-2024Q3:1.9.0.2
	pkgsrc-2024Q3-base:1.9
	pkgsrc-2024Q2:1.8.0.4
	pkgsrc-2024Q2-base:1.8
	pkgsrc-2024Q1:1.8.0.2
	pkgsrc-2024Q1-base:1.8
	pkgsrc-2023Q4:1.7.0.2
	pkgsrc-2023Q4-base:1.7
	pkgsrc-2023Q3:1.6.0.14
	pkgsrc-2023Q3-base:1.6
	pkgsrc-2023Q2:1.6.0.12
	pkgsrc-2023Q2-base:1.6
	pkgsrc-2023Q1:1.6.0.10
	pkgsrc-2023Q1-base:1.6
	pkgsrc-2022Q4:1.6.0.8
	pkgsrc-2022Q4-base:1.6
	pkgsrc-2022Q3:1.6.0.6
	pkgsrc-2022Q3-base:1.6
	pkgsrc-2022Q2:1.6.0.4
	pkgsrc-2022Q2-base:1.6
	pkgsrc-2022Q1:1.6.0.2
	pkgsrc-2022Q1-base:1.6
	pkgsrc-2021Q4:1.4.0.2
	pkgsrc-2021Q4-base:1.4
	pkgsrc-2021Q3:1.3.0.2
	pkgsrc-2021Q3-base:1.3
	pkgsrc-2021Q2:1.1.0.8
	pkgsrc-2021Q2-base:1.1
	pkgsrc-2021Q1:1.1.0.6
	pkgsrc-2021Q1-base:1.1
	pkgsrc-2020Q4:1.1.0.4
	pkgsrc-2020Q4-base:1.1
	pkgsrc-2020Q3:1.1.0.2
	pkgsrc-2020Q3-base:1.1;
locks; strict;
comment	@# @;


1.11
date	2025.04.12.12.08.13;	author adam;	state Exp;
branches;
next	1.10;
commitid	MtMyGcLJ6PSa3LQF;

1.10
date	2024.11.11.07.28.16;	author wiz;	state Exp;
branches;
next	1.9;
commitid	1fBDq3LwS98NncxF;

1.9
date	2024.08.20.14.25.41;	author adam;	state Exp;
branches;
next	1.8;
commitid	4UKP6UhDCbYAmzmF;

1.8
date	2024.01.11.12.31.13;	author adam;	state Exp;
branches;
next	1.7;
commitid	mSSW3QMRX3oLR1UE;

1.7
date	2023.11.21.18.59.33;	author adam;	state Exp;
branches;
next	1.6;
commitid	6m6F8iZlfetCEvNE;

1.6
date	2022.01.05.15.41.06;	author wiz;	state Exp;
branches;
next	1.5;
commitid	FQ77UruBIUsgzsnD;

1.5
date	2022.01.04.20.53.17;	author wiz;	state Exp;
branches;
next	1.4;
commitid	CYyhdK9qtoffkmnD;

1.4
date	2021.11.14.08.37.58;	author adam;	state Exp;
branches;
next	1.3;
commitid	VygFDZP41zR9UJgD;

1.3
date	2021.09.16.10.34.30;	author adam;	state Exp;
branches;
next	1.2;
commitid	3HfafkDTE94Dra9D;

1.2
date	2021.07.22.12.31.58;	author adam;	state Exp;
branches;
next	1.1;
commitid	xaKXbEnqL4oCTY1D;

1.1
date	2020.08.18.20.13.58;	author riastradh;	state Exp;
branches;
next	;
commitid	cDcBxyh8HeRKjAkC;


desc
@@


1.11
log
@Fix PLIST after py-setuptools update; bump depends and revision
@
text
@# $NetBSD: Makefile,v 1.10 2024/11/11 07:28:16 wiz Exp $

DISTNAME=	minidump-0.0.24
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
PKGREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=m/minidump/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/skelsec/minidump
COMMENT=	Python library to parse and read Microsoft minidump file format
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools

USE_LANGUAGES=	# none

post-install:
	cd ${DESTDIR}${PREFIX}/bin && \
	${MV} minidump minidump-${PYVERSSUFFIX} || ${TRUE}

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


1.10
log
@py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2024/08/20 14:25:41 adam Exp $
d5 1
d14 1
a14 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=61.0.0:../../devel/py-setuptools
@


1.9
log
@py-minidump: updated to 0.0.24

0.0.24

fix: MINIDUMP_EXCEPTION parsing
PEB Parsing
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2024/01/11 12:31:13 adam Exp $
a13 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
@


1.8
log
@py-minidump: updated to 0.0.23

0.0.23
Hopefully closing the inrange issue for good.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2023/11/21 18:59:33 adam Exp $
d3 1
a3 1
DISTNAME=	minidump-0.0.23
a17 2
PYTHON_VERSIONS_INCOMPATIBLE=	27

@


1.7
log
@py-minidump: updated to 0.0.22

0.0.22

Late release with bug fixes and better windows version detection
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2022/01/05 15:41:06 wiz Exp $
d3 1
a3 1
DISTNAME=	minidump-0.0.22
@


1.6
log
@python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2022/01/04 20:53:17 wiz Exp $
d3 1
a3 1
DISTNAME=	minidump-0.0.21
a4 1
PKGREVISION=	2
d13 3
a19 2
USE_PKG_RESOURCES=	yes

d24 1
a24 1
.include "../../lang/python/egg.mk"
@


1.5
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.4 2021/11/14 08:37:58 adam Exp $
d5 1
a5 1
PKGREVISION=	1
d18 2
@


1.4
log
@py-minidump: updated to 0.0.21

0.0.21:
Unknown changes
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2021/09/16 10:34:30 adam Exp $
d5 1
@


1.3
log
@py-minidump: updated to 0.0.20

0.0.20:
Minor fixes

0.0.19:
Minor fixes in the VAS memory search function, adding timestamp print to modules.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2021/07/22 12:31:58 adam Exp $
d3 1
a3 1
DISTNAME=	minidump-0.0.20
@


1.2
log
@py-minidump: updated to 0.0.18

0.0.17:
adding buffered reading
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2020/08/18 20:13:58 riastradh Exp $
d3 1
a3 1
DISTNAME=	minidump-0.0.18
@


1.1
log
@Import minidump-0.0.13 from pypi as devel/py-minidump.

Python library to parse and read Microsoft minidump file format.
@
text
@d1 1
a1 1
#	$NetBSD$
d3 1
a3 1
DISTNAME=	minidump-0.0.13
d5 1
a5 1
CATEGORIES=	devel
d13 2
d17 4
@

