pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-oscrypto
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jan 28 10:28:47 UTC 2026
Added Files:
pkgsrc/security/py-oscrypto: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-oscrypto/DESCR \
pkgsrc/security/py-oscrypto/Makefile pkgsrc/security/py-oscrypto/PLIST \
pkgsrc/security/py-oscrypto/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/security/py-oscrypto/DESCR
diff -u /dev/null pkgsrc/security/py-oscrypto/DESCR:1.1
--- /dev/null Wed Jan 28 10:28:47 2026
+++ pkgsrc/security/py-oscrypto/DESCR Wed Jan 28 10:28:47 2026
@@ -0,0 +1,5 @@
+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.
Index: pkgsrc/security/py-oscrypto/Makefile
diff -u /dev/null pkgsrc/security/py-oscrypto/Makefile:1.1
--- /dev/null Wed Jan 28 10:28:47 2026
+++ pkgsrc/security/py-oscrypto/Makefile Wed Jan 28 10:28:47 2026
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2026/01/28 10:28:47 wiz Exp $
+
+DISTNAME= oscrypto-1.3.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_PYPI:=o/oscrypto/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+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"
Index: pkgsrc/security/py-oscrypto/PLIST
diff -u /dev/null pkgsrc/security/py-oscrypto/PLIST:1.1
--- /dev/null Wed Jan 28 10:28:47 2026
+++ pkgsrc/security/py-oscrypto/PLIST Wed Jan 28 10:28:47 2026
@@ -0,0 +1,226 @@
+@comment $NetBSD: PLIST,v 1.1 2026/01/28 10:28:47 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/oscrypto/__init__.py
+${PYSITELIB}/oscrypto/__init__.pyc
+${PYSITELIB}/oscrypto/__init__.pyo
+${PYSITELIB}/oscrypto/_asn1.py
+${PYSITELIB}/oscrypto/_asn1.pyc
+${PYSITELIB}/oscrypto/_asn1.pyo
+${PYSITELIB}/oscrypto/_asymmetric.py
+${PYSITELIB}/oscrypto/_asymmetric.pyc
+${PYSITELIB}/oscrypto/_asymmetric.pyo
+${PYSITELIB}/oscrypto/_cipher_suites.py
+${PYSITELIB}/oscrypto/_cipher_suites.pyc
+${PYSITELIB}/oscrypto/_cipher_suites.pyo
+${PYSITELIB}/oscrypto/_ecdsa.py
+${PYSITELIB}/oscrypto/_ecdsa.pyc
+${PYSITELIB}/oscrypto/_ecdsa.pyo
+${PYSITELIB}/oscrypto/_errors.py
+${PYSITELIB}/oscrypto/_errors.pyc
+${PYSITELIB}/oscrypto/_errors.pyo
+${PYSITELIB}/oscrypto/_ffi.py
+${PYSITELIB}/oscrypto/_ffi.pyc
+${PYSITELIB}/oscrypto/_ffi.pyo
+${PYSITELIB}/oscrypto/_int.py
+${PYSITELIB}/oscrypto/_int.pyc
+${PYSITELIB}/oscrypto/_int.pyo
+${PYSITELIB}/oscrypto/_linux_bsd/__init__.py
+${PYSITELIB}/oscrypto/_linux_bsd/__init__.pyc
+${PYSITELIB}/oscrypto/_linux_bsd/__init__.pyo
+${PYSITELIB}/oscrypto/_linux_bsd/trust_list.py
+${PYSITELIB}/oscrypto/_linux_bsd/trust_list.pyc
+${PYSITELIB}/oscrypto/_linux_bsd/trust_list.pyo
+${PYSITELIB}/oscrypto/_mac/__init__.py
+${PYSITELIB}/oscrypto/_mac/__init__.pyc
+${PYSITELIB}/oscrypto/_mac/__init__.pyo
+${PYSITELIB}/oscrypto/_mac/_common_crypto.py
+${PYSITELIB}/oscrypto/_mac/_common_crypto.pyc
+${PYSITELIB}/oscrypto/_mac/_common_crypto.pyo
+${PYSITELIB}/oscrypto/_mac/_common_crypto_cffi.py
+${PYSITELIB}/oscrypto/_mac/_common_crypto_cffi.pyc
+${PYSITELIB}/oscrypto/_mac/_common_crypto_cffi.pyo
+${PYSITELIB}/oscrypto/_mac/_common_crypto_ctypes.py
+${PYSITELIB}/oscrypto/_mac/_common_crypto_ctypes.pyc
+${PYSITELIB}/oscrypto/_mac/_common_crypto_ctypes.pyo
+${PYSITELIB}/oscrypto/_mac/_core_foundation.py
+${PYSITELIB}/oscrypto/_mac/_core_foundation.pyc
+${PYSITELIB}/oscrypto/_mac/_core_foundation.pyo
+${PYSITELIB}/oscrypto/_mac/_core_foundation_cffi.py
+${PYSITELIB}/oscrypto/_mac/_core_foundation_cffi.pyc
+${PYSITELIB}/oscrypto/_mac/_core_foundation_cffi.pyo
+${PYSITELIB}/oscrypto/_mac/_core_foundation_ctypes.py
+${PYSITELIB}/oscrypto/_mac/_core_foundation_ctypes.pyc
+${PYSITELIB}/oscrypto/_mac/_core_foundation_ctypes.pyo
+${PYSITELIB}/oscrypto/_mac/_security.py
+${PYSITELIB}/oscrypto/_mac/_security.pyc
+${PYSITELIB}/oscrypto/_mac/_security.pyo
+${PYSITELIB}/oscrypto/_mac/_security_cffi.py
+${PYSITELIB}/oscrypto/_mac/_security_cffi.pyc
+${PYSITELIB}/oscrypto/_mac/_security_cffi.pyo
+${PYSITELIB}/oscrypto/_mac/_security_ctypes.py
+${PYSITELIB}/oscrypto/_mac/_security_ctypes.pyc
+${PYSITELIB}/oscrypto/_mac/_security_ctypes.pyo
+${PYSITELIB}/oscrypto/_mac/asymmetric.py
+${PYSITELIB}/oscrypto/_mac/asymmetric.pyc
+${PYSITELIB}/oscrypto/_mac/asymmetric.pyo
+${PYSITELIB}/oscrypto/_mac/symmetric.py
+${PYSITELIB}/oscrypto/_mac/symmetric.pyc
+${PYSITELIB}/oscrypto/_mac/symmetric.pyo
+${PYSITELIB}/oscrypto/_mac/tls.py
+${PYSITELIB}/oscrypto/_mac/tls.pyc
+${PYSITELIB}/oscrypto/_mac/tls.pyo
+${PYSITELIB}/oscrypto/_mac/trust_list.py
+${PYSITELIB}/oscrypto/_mac/trust_list.pyc
+${PYSITELIB}/oscrypto/_mac/trust_list.pyo
+${PYSITELIB}/oscrypto/_mac/util.py
+${PYSITELIB}/oscrypto/_mac/util.pyc
+${PYSITELIB}/oscrypto/_mac/util.pyo
+${PYSITELIB}/oscrypto/_openssl/__init__.py
+${PYSITELIB}/oscrypto/_openssl/__init__.pyc
+${PYSITELIB}/oscrypto/_openssl/__init__.pyo
+${PYSITELIB}/oscrypto/_openssl/_libcrypto.py
+${PYSITELIB}/oscrypto/_openssl/_libcrypto.pyc
+${PYSITELIB}/oscrypto/_openssl/_libcrypto.pyo
+${PYSITELIB}/oscrypto/_openssl/_libcrypto_cffi.py
+${PYSITELIB}/oscrypto/_openssl/_libcrypto_cffi.pyc
+${PYSITELIB}/oscrypto/_openssl/_libcrypto_cffi.pyo
+${PYSITELIB}/oscrypto/_openssl/_libcrypto_ctypes.py
+${PYSITELIB}/oscrypto/_openssl/_libcrypto_ctypes.pyc
+${PYSITELIB}/oscrypto/_openssl/_libcrypto_ctypes.pyo
+${PYSITELIB}/oscrypto/_openssl/_libssl.py
+${PYSITELIB}/oscrypto/_openssl/_libssl.pyc
+${PYSITELIB}/oscrypto/_openssl/_libssl.pyo
+${PYSITELIB}/oscrypto/_openssl/_libssl_cffi.py
+${PYSITELIB}/oscrypto/_openssl/_libssl_cffi.pyc
+${PYSITELIB}/oscrypto/_openssl/_libssl_cffi.pyo
+${PYSITELIB}/oscrypto/_openssl/_libssl_ctypes.py
+${PYSITELIB}/oscrypto/_openssl/_libssl_ctypes.pyc
+${PYSITELIB}/oscrypto/_openssl/_libssl_ctypes.pyo
+${PYSITELIB}/oscrypto/_openssl/asymmetric.py
+${PYSITELIB}/oscrypto/_openssl/asymmetric.pyc
+${PYSITELIB}/oscrypto/_openssl/asymmetric.pyo
+${PYSITELIB}/oscrypto/_openssl/symmetric.py
+${PYSITELIB}/oscrypto/_openssl/symmetric.pyc
+${PYSITELIB}/oscrypto/_openssl/symmetric.pyo
+${PYSITELIB}/oscrypto/_openssl/tls.py
+${PYSITELIB}/oscrypto/_openssl/tls.pyc
+${PYSITELIB}/oscrypto/_openssl/tls.pyo
+${PYSITELIB}/oscrypto/_openssl/util.py
+${PYSITELIB}/oscrypto/_openssl/util.pyc
+${PYSITELIB}/oscrypto/_openssl/util.pyo
+${PYSITELIB}/oscrypto/_pkcs1.py
+${PYSITELIB}/oscrypto/_pkcs1.pyc
+${PYSITELIB}/oscrypto/_pkcs1.pyo
+${PYSITELIB}/oscrypto/_pkcs12.py
+${PYSITELIB}/oscrypto/_pkcs12.pyc
+${PYSITELIB}/oscrypto/_pkcs12.pyo
+${PYSITELIB}/oscrypto/_pkcs5.py
+${PYSITELIB}/oscrypto/_pkcs5.pyc
+${PYSITELIB}/oscrypto/_pkcs5.pyo
+${PYSITELIB}/oscrypto/_rand.py
+${PYSITELIB}/oscrypto/_rand.pyc
+${PYSITELIB}/oscrypto/_rand.pyo
+${PYSITELIB}/oscrypto/_tls.py
+${PYSITELIB}/oscrypto/_tls.pyc
+${PYSITELIB}/oscrypto/_tls.pyo
+${PYSITELIB}/oscrypto/_types.py
+${PYSITELIB}/oscrypto/_types.pyc
+${PYSITELIB}/oscrypto/_types.pyo
+${PYSITELIB}/oscrypto/_win/__init__.py
+${PYSITELIB}/oscrypto/_win/__init__.pyc
+${PYSITELIB}/oscrypto/_win/__init__.pyo
+${PYSITELIB}/oscrypto/_win/_advapi32.py
+${PYSITELIB}/oscrypto/_win/_advapi32.pyc
+${PYSITELIB}/oscrypto/_win/_advapi32.pyo
+${PYSITELIB}/oscrypto/_win/_advapi32_cffi.py
+${PYSITELIB}/oscrypto/_win/_advapi32_cffi.pyc
+${PYSITELIB}/oscrypto/_win/_advapi32_cffi.pyo
+${PYSITELIB}/oscrypto/_win/_advapi32_ctypes.py
+${PYSITELIB}/oscrypto/_win/_advapi32_ctypes.pyc
+${PYSITELIB}/oscrypto/_win/_advapi32_ctypes.pyo
+${PYSITELIB}/oscrypto/_win/_cng.py
+${PYSITELIB}/oscrypto/_win/_cng.pyc
+${PYSITELIB}/oscrypto/_win/_cng.pyo
+${PYSITELIB}/oscrypto/_win/_cng_cffi.py
+${PYSITELIB}/oscrypto/_win/_cng_cffi.pyc
+${PYSITELIB}/oscrypto/_win/_cng_cffi.pyo
+${PYSITELIB}/oscrypto/_win/_cng_ctypes.py
+${PYSITELIB}/oscrypto/_win/_cng_ctypes.pyc
+${PYSITELIB}/oscrypto/_win/_cng_ctypes.pyo
+${PYSITELIB}/oscrypto/_win/_crypt32.py
+${PYSITELIB}/oscrypto/_win/_crypt32.pyc
+${PYSITELIB}/oscrypto/_win/_crypt32.pyo
+${PYSITELIB}/oscrypto/_win/_crypt32_cffi.py
+${PYSITELIB}/oscrypto/_win/_crypt32_cffi.pyc
+${PYSITELIB}/oscrypto/_win/_crypt32_cffi.pyo
+${PYSITELIB}/oscrypto/_win/_crypt32_ctypes.py
+${PYSITELIB}/oscrypto/_win/_crypt32_ctypes.pyc
+${PYSITELIB}/oscrypto/_win/_crypt32_ctypes.pyo
+${PYSITELIB}/oscrypto/_win/_decode.py
+${PYSITELIB}/oscrypto/_win/_decode.pyc
+${PYSITELIB}/oscrypto/_win/_decode.pyo
+${PYSITELIB}/oscrypto/_win/_kernel32.py
+${PYSITELIB}/oscrypto/_win/_kernel32.pyc
+${PYSITELIB}/oscrypto/_win/_kernel32.pyo
+${PYSITELIB}/oscrypto/_win/_kernel32_cffi.py
+${PYSITELIB}/oscrypto/_win/_kernel32_cffi.pyc
+${PYSITELIB}/oscrypto/_win/_kernel32_cffi.pyo
+${PYSITELIB}/oscrypto/_win/_kernel32_ctypes.py
+${PYSITELIB}/oscrypto/_win/_kernel32_ctypes.pyc
+${PYSITELIB}/oscrypto/_win/_kernel32_ctypes.pyo
+${PYSITELIB}/oscrypto/_win/_secur32.py
+${PYSITELIB}/oscrypto/_win/_secur32.pyc
+${PYSITELIB}/oscrypto/_win/_secur32.pyo
+${PYSITELIB}/oscrypto/_win/_secur32_cffi.py
+${PYSITELIB}/oscrypto/_win/_secur32_cffi.pyc
+${PYSITELIB}/oscrypto/_win/_secur32_cffi.pyo
+${PYSITELIB}/oscrypto/_win/_secur32_ctypes.py
+${PYSITELIB}/oscrypto/_win/_secur32_ctypes.pyc
+${PYSITELIB}/oscrypto/_win/_secur32_ctypes.pyo
+${PYSITELIB}/oscrypto/_win/asymmetric.py
+${PYSITELIB}/oscrypto/_win/asymmetric.pyc
+${PYSITELIB}/oscrypto/_win/asymmetric.pyo
+${PYSITELIB}/oscrypto/_win/symmetric.py
+${PYSITELIB}/oscrypto/_win/symmetric.pyc
+${PYSITELIB}/oscrypto/_win/symmetric.pyo
+${PYSITELIB}/oscrypto/_win/tls.py
+${PYSITELIB}/oscrypto/_win/tls.pyc
+${PYSITELIB}/oscrypto/_win/tls.pyo
+${PYSITELIB}/oscrypto/_win/trust_list.py
+${PYSITELIB}/oscrypto/_win/trust_list.pyc
+${PYSITELIB}/oscrypto/_win/trust_list.pyo
+${PYSITELIB}/oscrypto/_win/util.py
+${PYSITELIB}/oscrypto/_win/util.pyc
+${PYSITELIB}/oscrypto/_win/util.pyo
+${PYSITELIB}/oscrypto/asymmetric.py
+${PYSITELIB}/oscrypto/asymmetric.pyc
+${PYSITELIB}/oscrypto/asymmetric.pyo
+${PYSITELIB}/oscrypto/errors.py
+${PYSITELIB}/oscrypto/errors.pyc
+${PYSITELIB}/oscrypto/errors.pyo
+${PYSITELIB}/oscrypto/kdf.py
+${PYSITELIB}/oscrypto/kdf.pyc
+${PYSITELIB}/oscrypto/kdf.pyo
+${PYSITELIB}/oscrypto/keys.py
+${PYSITELIB}/oscrypto/keys.pyc
+${PYSITELIB}/oscrypto/keys.pyo
+${PYSITELIB}/oscrypto/symmetric.py
+${PYSITELIB}/oscrypto/symmetric.pyc
+${PYSITELIB}/oscrypto/symmetric.pyo
+${PYSITELIB}/oscrypto/tls.py
+${PYSITELIB}/oscrypto/tls.pyc
+${PYSITELIB}/oscrypto/tls.pyo
+${PYSITELIB}/oscrypto/trust_list.py
+${PYSITELIB}/oscrypto/trust_list.pyc
+${PYSITELIB}/oscrypto/trust_list.pyo
+${PYSITELIB}/oscrypto/util.py
+${PYSITELIB}/oscrypto/util.pyc
+${PYSITELIB}/oscrypto/util.pyo
+${PYSITELIB}/oscrypto/version.py
+${PYSITELIB}/oscrypto/version.pyc
+${PYSITELIB}/oscrypto/version.pyo
Index: pkgsrc/security/py-oscrypto/distinfo
diff -u /dev/null pkgsrc/security/py-oscrypto/distinfo:1.1
--- /dev/null Wed Jan 28 10:28:47 2026
+++ pkgsrc/security/py-oscrypto/distinfo Wed Jan 28 10:28:47 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/01/28 10:28:47 wiz Exp $
+
+BLAKE2s (oscrypto-1.3.0.tar.gz) = 98ac695ea739f333dc8fb3b4b4d4c2686e09fc9a3fea7491457be3e71ae3c503
+SHA512 (oscrypto-1.3.0.tar.gz) = da88fa7ad7530909e7face20b122d54fa9e7cea497c6727f655c9c5605496d57add4c21b63dbdfe0692e4ab7e0ba25647b14c2f611098f3227c98666eeca27f0
+Size (oscrypto-1.3.0.tar.gz) = 184590 bytes
Home |
Main Index |
Thread Index |
Old Index