pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-nacl



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Sep 12 14:17:16 UTC 2025

Modified Files:
        pkgsrc/security/py-nacl: Makefile

Log Message:
py-nacl: Requires setuptools.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/py-nacl/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-nacl/Makefile
diff -u pkgsrc/security/py-nacl/Makefile:1.13 pkgsrc/security/py-nacl/Makefile:1.14
--- pkgsrc/security/py-nacl/Makefile:1.13       Thu Sep 11 06:17:15 2025
+++ pkgsrc/security/py-nacl/Makefile    Fri Sep 12 14:17:16 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2025/09/11 06:17:15 adam Exp $
+# $NetBSD: Makefile,v 1.14 2025/09/12 14:17:16 jperkin Exp $
 
 DISTNAME=      pynacl-1.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/pyca/pynacl
 COMMENT=       Python binding to the Networking and Cryptography (NaCl) library
 LICENSE=       apache-2.0
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-cffi>=1.4.1:../../devel/py-cffi
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=3.27.0:../../devel/py-hypothesis



Home | Main Index | Thread Index | Old Index