pyobjc-framework-ServiceManagement 9.0__tar.gz → 9.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/Lib/pyobjc_framework_ServiceManagement.egg-info/PKG-INFO +1 -1
- pyobjc-framework-ServiceManagement-9.1/Lib/pyobjc_framework_ServiceManagement.egg-info/requires.txt +2 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/PKG-INFO +1 -1
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/pyobjc_setup.py +14 -7
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/setup.py +1 -1
- pyobjc-framework-ServiceManagement-9.0/Lib/pyobjc_framework_ServiceManagement.egg-info/requires.txt +0 -2
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/LICENSE.txt +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/Lib/ServiceManagement/__init__.py +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/Lib/ServiceManagement/_metadata.py +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/Lib/pyobjc_framework_ServiceManagement.egg-info/SOURCES.txt +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/Lib/pyobjc_framework_ServiceManagement.egg-info/dependency_links.txt +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/Lib/pyobjc_framework_ServiceManagement.egg-info/not-zip-safe +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/Lib/pyobjc_framework_ServiceManagement.egg-info/top_level.txt +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/MANIFEST.in +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/PyObjCTest/__init__.py +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/PyObjCTest/test_servicemanagement.py +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/PyObjCTest/test_smappservice.py +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/PyObjCTest/test_smerrors.py +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/PyObjCTest/test_smloginitem.py +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/README.txt +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/metadata/ServiceManagement.fwinfo +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/metadata/metadata.ini +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/metadata/raw/arm64-12.0.fwinfo +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/metadata/raw/arm64-12.3.fwinfo +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/metadata/raw/arm64-13.0.fwinfo +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/metadata/raw/x86_64-10.10.fwinfo +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/metadata/raw/x86_64-10.16.fwinfo +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/metadata/raw/x86_64-10.6.fwinfo +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/metadata/raw/x86_64-10.7.fwinfo +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/metadata/raw/x86_64-10.8.fwinfo +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/metadata/raw/x86_64-12.0.fwinfo +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/metadata/raw/x86_64-12.3.fwinfo +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/metadata/raw/x86_64-13.0.fwinfo +0 -0
- {pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/setup.cfg +0 -0
{pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/pyobjc_setup.py
RENAMED
|
@@ -151,7 +151,6 @@ class oc_test(test.test):
|
|
|
151
151
|
working_set.__init__()
|
|
152
152
|
|
|
153
153
|
def run(self):
|
|
154
|
-
|
|
155
154
|
self.cleanup_environment()
|
|
156
155
|
self.add_project_to_sys_path()
|
|
157
156
|
|
|
@@ -318,7 +317,6 @@ def _find_executable(executable):
|
|
|
318
317
|
|
|
319
318
|
|
|
320
319
|
def _working_compiler(executable):
|
|
321
|
-
|
|
322
320
|
with tempfile.NamedTemporaryFile(mode="w", suffix=".c") as fp:
|
|
323
321
|
fp.write("#include <stdarg.h>\nint main(void) { return 0; }\n")
|
|
324
322
|
fp.flush()
|
|
@@ -457,16 +455,26 @@ def Extension(*args, **kwds):
|
|
|
457
455
|
Simple wrapper about distutils.core.Extension that adds additional PyObjC
|
|
458
456
|
specific flags.
|
|
459
457
|
"""
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
458
|
+
if sys.platform != "darwin":
|
|
459
|
+
# Use a fake OS level on non-macOS platforms,
|
|
460
|
+
# otherwise the error path in setup() is not triggered.
|
|
461
|
+
os_level = "10.0"
|
|
462
|
+
else:
|
|
463
|
+
os_level = get_sdk_level()
|
|
464
|
+
if os_level is None:
|
|
465
|
+
os_level = get_os_level()
|
|
463
466
|
|
|
464
467
|
cflags = []
|
|
465
468
|
ldflags = []
|
|
466
469
|
if "clang" in get_config_var("CC"):
|
|
467
470
|
cflags.append("-Wno-deprecated-declarations")
|
|
468
471
|
|
|
469
|
-
|
|
472
|
+
if sys.platform != "darwin":
|
|
473
|
+
# See above
|
|
474
|
+
sdk = "/"
|
|
475
|
+
else:
|
|
476
|
+
sdk = get_sdk()
|
|
477
|
+
|
|
470
478
|
if not sdk:
|
|
471
479
|
# We're likely on a system with the Xcode Command Line Tools.
|
|
472
480
|
# Explicitly use the most recent SDK to avoid compile problems.
|
|
@@ -526,7 +534,6 @@ def _sort_key(version):
|
|
|
526
534
|
|
|
527
535
|
|
|
528
536
|
def setup(min_os_level=None, max_os_level=None, cmdclass=None, **kwds):
|
|
529
|
-
|
|
530
537
|
k = kwds.copy()
|
|
531
538
|
|
|
532
539
|
os_level = get_sdk_level()
|
{pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/LICENSE.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/MANIFEST.in
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc-framework-ServiceManagement-9.0 → pyobjc-framework-ServiceManagement-9.1}/README.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|