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


1.1
date	2026.05.26.20.52.27;	author markd;	state Exp;
branches;
next	;
commitid	9g2aypPkbmoJNmHG;


desc
@@


1.1
log
@py-certipy: add version 0.2.3

Certipy was made to simplify the certificate creation process. To that end,
Certipy exposes methods for creating and managing certificate authorities,
certificates, signing and building trust bundles. Behind the scenes Certipy:

* Manages records of all certificates it creates
  * External certs can be imported and managed by Certipy
  * Maintains signing hierarchy
* Persists certificates to files with appropriate permissions
@
text
@# $NetBSD$
#

DISTNAME=	certipy-0.2.3
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	security python
MASTER_SITES=	${MASTER_SITE_PYPI:=c/certipy/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/LLNL/certipy
COMMENT=	Utility to create and sign CAs and certificates
LICENSE=	modified-bsd

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

PY_RENAME_BINARIES=	certipy

USE_LANGUAGES=	# none

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