head	1.1;
access;
symbols
	pkgsrc-2026Q1:1.1.0.2
	pkgsrc-2026Q1-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2026.01.28.10.28.47;	author wiz;	state Exp;
branches;
next	;
commitid	xTxymNXfFhR799sG;


desc
@@


1.1
log
@security/py-oscrypto: import py-oscrypto-1.3.0

oscrypto is a library that exposes cryptography primitives from
the host operating system.

Many of the supported ciphers and hashes are not necessarily modern,
and should primarily be used for integration with legacy systems.
@
text
@# $NetBSD$

DISTNAME=	oscrypto-1.3.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	security
MASTER_SITES=	${MASTER_SITE_PYPI:=o/oscrypto/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/wbond/oscrypto
COMMENT=	TLS support using the OS crypto libraries
LICENSE=	mit

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

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