![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / security / py-OpenSSL / Makefile (download)
Revision 1.65, Tue Apr 18 17:17:39 2023 UTC (7 months, 3 weeks ago) by adam
py-OpenSSL: updated to 23.1.1 23.1.1 (2023-03-28) Changes: - Worked around an issue in OpenSSL 3.1.0 which caused `X509Extension.get_short_name` to raise an exception when no short name was known to OpenSSL. 23.1.0 (2023-03-24) Changes: - ``cryptography`` maximum version has been increased to 40.0.x. - Add ``OpenSSL.SSL.Connection.DTLSv1_get_timeout`` and ``OpenSSL.SSL.Connection.DTLSv1_handle_timeout`` to support DTLS timeouts |
# $NetBSD: Makefile,v 1.65 2023/04/18 17:17:39 adam Exp $ DISTNAME= pyOpenSSL-23.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyOpenSSL/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://pyopenssl.org/ COMMENT= Python interface to the OpenSSL library LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-cryptography>=38.0.0:../../security/py-cryptography TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky TEST_DEPENDS+= ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner # https://github.com/pyca/pyopenssl/issues/656 PYSETUPTESTTARGET= pytest # test status as of 23.0.0 # 2 failed, 535 passed, 1 skipped, 6 warnings PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/egg.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk"