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


1.1
date	2026.08.12.08.12.24;	author adam;	state Exp;
branches;
next	;
commitid	7iIQYlRrUU2F5kRG;


desc
@@


1.1
log
@bmaptool: added version 3.9.0

Bmaptool is a generic tool for creating the block map (bmap) for
a file and copying files using the block map. The idea is that
large files, like raw system image files, can be copied or flashed
a lot faster and more reliably with bmaptool than with traditional
tools, like "dd" or "cp".
@
text
@# $NetBSD$

DISTNAME=	bmaptool-3.9.0
CATEGORIES=	archivers sysutils python
MASTER_SITES=	${MASTER_SITE_GITHUB:=yoctoproject/}
GITHUB_TAG=	v${PKGVERSION_NOREV}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/yoctoproject/bmaptool
COMMENT=	Block map tools
LICENSE=	gnu-gpl-v2

CONFLICTS+=	bmap-tools-[0-9]*
SUPERSEDES=	bmap-tools-[0-9]*

TOOL_DEPENDS+=	${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling

USE_LANGUAGES=	# none

# as of 3.9.0
# 4 failed, 10 passed, 8 skipped

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