pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: py-frozendict fails to build (netbsd-9)
With this, I am able to build.  I just don't see how setting
CIBUILDWHEEL=0 avoids tryingt to build the C extension.
--- setup.py.~1~	2023-04-29 16:10:14.000000000 -0400
+++ setup.py	2023-05-08 07:40:12.804430442 -0400
@@ -203,6 +203,8 @@
 elif custom_arg in custom_args_c:
     optional = False
 
+custom_arg = "py"
+
 if custom_arg in custom_args_py:
     setuptools.setup(**common_setup_args)
 elif custom_arg in custom_args_c:
Home |
Main Index |
Thread Index |
Old Index