head	1.5;
access;
symbols
	pkgsrc-2026Q1:1.5.0.2
	pkgsrc-2026Q1-base:1.5
	pkgsrc-2025Q4:1.4.0.32
	pkgsrc-2025Q4-base:1.4
	pkgsrc-2025Q3:1.4.0.30
	pkgsrc-2025Q3-base:1.4
	pkgsrc-2025Q2:1.4.0.28
	pkgsrc-2025Q2-base:1.4
	pkgsrc-2025Q1:1.4.0.26
	pkgsrc-2025Q1-base:1.4
	pkgsrc-2024Q4:1.4.0.24
	pkgsrc-2024Q4-base:1.4
	pkgsrc-2024Q3:1.4.0.22
	pkgsrc-2024Q3-base:1.4
	pkgsrc-2024Q2:1.4.0.20
	pkgsrc-2024Q2-base:1.4
	pkgsrc-2024Q1:1.4.0.18
	pkgsrc-2024Q1-base:1.4
	pkgsrc-2023Q4:1.4.0.16
	pkgsrc-2023Q4-base:1.4
	pkgsrc-2023Q3:1.4.0.14
	pkgsrc-2023Q3-base:1.4
	pkgsrc-2023Q2:1.4.0.12
	pkgsrc-2023Q2-base:1.4
	pkgsrc-2023Q1:1.4.0.10
	pkgsrc-2023Q1-base:1.4
	pkgsrc-2022Q4:1.4.0.8
	pkgsrc-2022Q4-base:1.4
	pkgsrc-2022Q3:1.4.0.6
	pkgsrc-2022Q3-base:1.4
	pkgsrc-2022Q2:1.4.0.4
	pkgsrc-2022Q2-base:1.4
	pkgsrc-2022Q1:1.4.0.2
	pkgsrc-2022Q1-base:1.4
	pkgsrc-2021Q4:1.2.0.2
	pkgsrc-2021Q4-base:1.2
	pkgsrc-2021Q3:1.1.0.6
	pkgsrc-2021Q3-base:1.1
	pkgsrc-2021Q2:1.1.0.4
	pkgsrc-2021Q2-base:1.1
	pkgsrc-2021Q1:1.1.0.2
	pkgsrc-2021Q1-base:1.1;
locks; strict;
comment	@# @;


1.5
date	2025.12.28.10.25.44;	author adam;	state Exp;
branches;
next	1.4;
commitid	mjlxSVcFdLIR7aoG;

1.4
date	2022.01.05.15.40.58;	author wiz;	state Exp;
branches;
next	1.3;
commitid	FQ77UruBIUsgzsnD;

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

1.2
date	2021.10.31.09.26.59;	author adam;	state Exp;
branches;
next	1.1;
commitid	nQ9DTBzfJXxPCWeD;

1.1
date	2021.02.10.10.41.36;	author adam;	state Exp;
branches;
next	;
commitid	Ew1ap4AMRCuBu9HC;


desc
@@


1.5
log
@py-base58: switch to wheel.mk
@
text
@# $NetBSD: Makefile,v 1.4 2022/01/05 15:40:58 wiz Exp $

DISTNAME=	base58-2.1.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
PKGREVISION=	3
CATEGORIES=	converters python
MASTER_SITES+=	${MASTER_SITE_PYPI:=b/base58/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/keis/base58
COMMENT=	Base58 and Base58Check implementation
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
TEST_DEPENDS+=	${PYPKGPREFIX}-hamcrest-[0-9]*:../../devel/py-hamcrest
TEST_DEPENDS+=	${PYPKGPREFIX}-test-benchmark-[0-9]*:../../devel/py-test-benchmark

USE_LANGUAGES=	# none

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

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


1.4
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.3 2022/01/04 20:52:39 wiz Exp $
d5 1
a5 1
PKGREVISION=	2
d14 1
a15 1
TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
a19 4
PYTHON_VERSIONS_INCOMPATIBLE=	27

USE_PKG_RESOURCES=	yes

d24 1
a24 4
do-test:
	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}

.include "../../lang/python/egg.mk"
@


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 2021/10/31 09:26:59 adam Exp $
d5 1
a5 1
PKGREVISION=	1
d22 2
@


1.2
log
@py-base58: updated to 2.1.1

v2.1.1
use github actions
Escape illegal special characters in error message
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2021/02/10 10:41:36 adam Exp $
d5 1
@


1.1
log
@py-base58: added version 2.1.0

Base58 and Base58Check implementation compatible with what is used by the
bitcoin network. Any other alternative alphabet (like the XRP one) can be used.
@
text
@d1 1
a1 1
# $NetBSD$
d3 1
a3 1
DISTNAME=	base58-2.1.0
@

