head	1.8;
access;
symbols
	pkgsrc-2026Q3:1.8.0.12
	pkgsrc-2026Q3-base:1.8
	pkgsrc-2026Q2:1.8.0.10
	pkgsrc-2026Q2-base:1.8
	pkgsrc-2026Q1:1.8.0.8
	pkgsrc-2026Q1-base:1.8
	pkgsrc-2025Q4:1.8.0.6
	pkgsrc-2025Q4-base:1.8
	pkgsrc-2025Q3:1.8.0.4
	pkgsrc-2025Q3-base:1.8
	pkgsrc-2025Q2:1.8.0.2
	pkgsrc-2025Q2-base:1.8
	pkgsrc-2025Q1:1.7.0.4
	pkgsrc-2025Q1-base:1.7
	pkgsrc-2024Q4:1.7.0.2
	pkgsrc-2024Q4-base:1.7
	pkgsrc-2024Q3:1.5.0.8
	pkgsrc-2024Q3-base:1.5
	pkgsrc-2024Q2:1.5.0.6
	pkgsrc-2024Q2-base:1.5
	pkgsrc-2024Q1:1.5.0.4
	pkgsrc-2024Q1-base:1.5
	pkgsrc-2023Q4:1.5.0.2
	pkgsrc-2023Q4-base:1.5
	pkgsrc-2023Q3:1.3.0.14
	pkgsrc-2023Q3-base:1.3
	pkgsrc-2023Q2:1.3.0.12
	pkgsrc-2023Q2-base:1.3
	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.4
	pkgsrc-2021Q4-base:1.2
	pkgsrc-2021Q3:1.2.0.2
	pkgsrc-2021Q3-base:1.2;
locks; strict;
comment	@# @;


1.8
date	2025.04.14.05.17.12;	author adam;	state Exp;
branches;
next	1.7;
commitid	7BR3FIkDTSYaIYQF;

1.7
date	2024.11.11.07.28.56;	author wiz;	state Exp;
branches;
next	1.6;
commitid	1fBDq3LwS98NncxF;

1.6
date	2024.10.22.12.40.47;	author adam;	state Exp;
branches;
next	1.5;
commitid	wK9CyOu4acH4LEuF;

1.5
date	2023.11.05.10.59.32;	author wiz;	state Exp;
branches;
next	1.4;
commitid	jvH9KNXUrGjQvpLE;

1.4
date	2023.10.25.10.17.47;	author wiz;	state Exp;
branches;
next	1.3;
commitid	kMfTPbU9BHftDZJE;

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

1.2
date	2021.07.03.21.02.54;	author wiz;	state Exp;
branches;
next	1.1;
commitid	y8QiqJxy8f3KkAZC;

1.1
date	2021.06.23.21.07.29;	author wiz;	state Exp;
branches;
next	;
commitid	Hq4J3euVJpyjGiYC;


desc
@@


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

DISTNAME=	spake2-0.9
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
PKGREVISION=	1
CATEGORIES=	security python
MASTER_SITES=	${MASTER_SITE_PYPI:=s/spake2/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/warner/python-spake2
COMMENT=	Pure-Python SPAKE2
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+=	${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography

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


1.7
log
@py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2024/10/22 12:40:47 adam Exp $
d5 1
d14 1
a14 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
@


1.6
log
@py-spake2: updated to 0.9

Release 0.9 (24-Sep-2024)

This release mainly deals with packaging simplifications: two dependencies ("six" and "hkdf") are removed.
The "cryptography" library takes the place of "hkdf" for key derivation.

There is no longer a vendored version of "six" (nor internal use of it, thanks a-dieste).

The "versioneer" library is updated to 0.29.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2023/11/05 10:59:32 wiz Exp $
a13 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
@


1.5
log
@py-spake2: convert to wheel.mk

Mark as not for Python 2

Bump PKGREVISION.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2023/10/25 10:17:47 wiz Exp $
d3 1
a3 1
DISTNAME=	spake2-0.8
a4 1
PKGREVISION=	3
d15 1
a15 3
DEPENDS+=	${PYPKGPREFIX}-hkdf-[0-9]*:../../security/py-hkdf

PYTHON_VERSIONS_INCOMPATIBLE=	27
@


1.4
log
@py-spake2: fix build with Python 3.12.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:44 wiz Exp $
d5 1
a5 1
PKGREVISION=	2
d14 2
a15 2
PYTHON_VERSIONED_DEPENDENCIES=	test:test

d18 1
a18 2
do-test:
	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
d20 1
a20 2
.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.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/07/03 21:02:54 wiz Exp $
d5 1
a5 1
PKGREVISION=	1
@


1.2
log
@py-spake2: add do-test target

From Matthias Ferdinand.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2021/06/23 21:07:29 wiz Exp $
d5 1
@


1.1
log
@security/py-spake2: import py-spake2-0.8

Packaged for wip by Matthias Ferdinand.

This library implements the SPAKE2 password-authenticated key exchange
("PAKE") algorithm. This allows two parties, who share a weak password,
to safely derive a strong shared secret (and therefore build an
encrypted+authenticated channel).
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.15 2020/05/17 19:34:12 adam Exp $
d17 3
@

