pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-cares
Module Name: pkgsrc
Committed By: gdt
Date: Thu May 9 23:20:28 UTC 2024
Modified Files:
pkgsrc/net/py-cares: Makefile
Log Message:
net/py-cares: Drop PYCARES_CFFI env var
This used to select a cffi implementation vs an earlier non-cffi
implementation. Now, the cffi implementation is the only approach and
upstream no longer documents this env var or references it in any way.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/py-cares/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/py-cares/Makefile
diff -u pkgsrc/net/py-cares/Makefile:1.10 pkgsrc/net/py-cares/Makefile:1.11
--- pkgsrc/net/py-cares/Makefile:1.10 Sun May 5 13:05:16 2024
+++ pkgsrc/net/py-cares/Makefile Thu May 9 23:20:27 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2024/05/05 13:05:16 gdt Exp $
+# $NetBSD: Makefile,v 1.11 2024/05/09 23:20:27 gdt Exp $
DISTNAME= pycares-4.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
@@ -23,7 +23,6 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:.
DEPENDS+= ${PYPKGPREFIX}-cffi>=1.5.0:../../devel/py-cffi
USE_LANGUAGES= c
-MAKE_ENV+= PYCARES_CFFI=1
PYTHON_VERSIONS_INCOMPATIBLE= 27
Home |
Main Index |
Thread Index |
Old Index