pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-OpenSSL
Module Name: pkgsrc
Committed By: wiz
Date: Mon Mar 3 06:46:11 UTC 2025
Modified Files:
pkgsrc/security/py-OpenSSL: Makefile
Log Message:
py-OpenSSL: fix wheel name for latest setuptools and depend on it
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/security/py-OpenSSL/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-OpenSSL/Makefile
diff -u pkgsrc/security/py-OpenSSL/Makefile:1.74 pkgsrc/security/py-OpenSSL/Makefile:1.75
--- pkgsrc/security/py-OpenSSL/Makefile:1.74 Mon Jan 13 08:41:20 2025
+++ pkgsrc/security/py-OpenSSL/Makefile Mon Mar 3 06:46:11 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.74 2025/01/13 08:41:20 adam Exp $
+# $NetBSD: Makefile,v 1.75 2025/03/03 06:46:11 wiz Exp $
DISTNAME= pyopenssl-25.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyopenssl/OpenSSL/}
+PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyopenssl/}
@@ -10,9 +11,7 @@ HOMEPAGE= https://pyopenssl.org/
COMMENT= Python interface to the OpenSSL library
LICENSE= apache-2.0
-WHEEL_NAME= ${DISTNAME:S/openssl/OpenSSL/}
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-cryptography>=41.0.5:../../security/py-cryptography
TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
TEST_DEPENDS+= ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
Home |
Main Index |
Thread Index |
Old Index