nieder

Results 41 comments of nieder

To patch this locally, have any interfaces been added, removed, or changed between zziplib 0.13.62 and 0.13.72? This will help me figure out which way I should change MACHO_COMPATIBILITY_VERSION. Thanks.

This is still an issue w/ sdist 13.7.0 from the tarball at PyPi.

The issue here is that bin/gogo uses `#!/usr/bin/env python` (which is often python-2.7) even when told to use a specific python. `pygogo/main.py` also does not change the python interpreter to...

homebrew doesn't seem to have pvpgn, but it's available in Fink with `fink install pvpgn` https://pdb.finkproject.org/pdb/package.php/pvpgn

Thanks for following up. I removed all plugins except pytest-cov and made sure to update pytest-cov and pluggy to match what your tox is installing. I even updated my python...

This actually led me to make a minimal install with no other python mods installed. I then ran `tox -e py310` outside our build system (all tests passed) and saved...

@kurtmckee it does look similar. Trying to update local docutils (to not the latest but newer than I have) fixes a bunch of the test failures, so it does seem...

Yes, that change worked for mimetype.cpp. Thanks. There are follow up errors in cfstring.cpp like this: ``` In file included from ./src/osx/core/cfstring.cpp:22: ./include/wx/osx/core/cfstring.h:34:56: error: unknown type name 'CFStringRef'; did you...

Changing defs.h to `__DARWIN__` does get me much further, but then things fail here (and in a couple other files with the same error: ```c++ g++ ./src/osx/cocoa/utils_base.mm ./src/osx/cocoa/utils_base.mm:259:30: error: no...