Files
macports-ports/python/py-gssapi
A. Karl Kornel daf643e5f6 py-gssapi: Remove setup.py patch
Previously, two changes were made to python-gssapi's setup.py:

* Instead of using macOS' GSS.Framework on Mac OS X 10.7+, the minimum
  is raised to 10.9+.

* When not using GSS.Framework (that is, on Mac OS X below 10.9),
  instead of looking for a lib*.so file, look for a lib*.dylib file.

With the addition of the `kerberos5` variant, the above changes are no
longer needed:

* We force `kerberos5` use on Mac OS X below 10.9, so we don't need to
  change the minimum version in setup.py.

* When using the `kerberos5` variant, we short-circuit much of
  setup.py's detection logic by setting environment variables, so we
  don't need to change the code in setup.py.
2025-02-27 13:05:45 -08:00
..
2025-02-27 13:05:45 -08:00
2025-02-27 13:05:45 -08:00