pyobjc-framework-Symbols 11.0__tar.gz → 12.0__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.
Files changed (27) hide show
  1. {pyobjc_framework_symbols-11.0 → pyobjc_framework_symbols-12.0}/Lib/Symbols/_metadata.py +1 -1
  2. {pyobjc_framework_symbols-11.0 → pyobjc_framework_symbols-12.0}/Lib/pyobjc_framework_Symbols.egg-info/PKG-INFO +19 -6
  3. {pyobjc_framework_symbols-11.0 → pyobjc_framework_symbols-12.0}/Lib/pyobjc_framework_Symbols.egg-info/SOURCES.txt +2 -4
  4. pyobjc_framework_symbols-12.0/Lib/pyobjc_framework_Symbols.egg-info/pyobjc-build-info.txt +3 -0
  5. pyobjc_framework_symbols-12.0/Lib/pyobjc_framework_Symbols.egg-info/requires.txt +2 -0
  6. {pyobjc_framework_symbols-11.0 → pyobjc_framework_symbols-12.0}/License.txt +1 -1
  7. {pyobjc_framework_symbols-11.0 → pyobjc_framework_symbols-12.0}/PKG-INFO +19 -6
  8. pyobjc_framework_symbols-12.0/PyObjCTest/__init__.py +1 -0
  9. pyobjc_framework_symbols-11.0/metadata/raw/arm64-15.0.fwinfo → pyobjc_framework_symbols-12.0/metadata/raw/arm64-26.0.fwinfo +120 -2
  10. pyobjc_framework_symbols-11.0/metadata/raw/x86_64-15.0.fwinfo → pyobjc_framework_symbols-12.0/metadata/raw/x86_64-26.0.fwinfo +120 -2
  11. {pyobjc_framework_symbols-11.0 → pyobjc_framework_symbols-12.0}/pyobjc_setup.py +9 -41
  12. {pyobjc_framework_symbols-11.0 → pyobjc_framework_symbols-12.0}/setup.py +1 -1
  13. pyobjc_framework_symbols-11.0/Lib/pyobjc_framework_Symbols.egg-info/pyobjc-build-info.txt +0 -3
  14. pyobjc_framework_symbols-11.0/Lib/pyobjc_framework_Symbols.egg-info/requires.txt +0 -2
  15. pyobjc_framework_symbols-11.0/PyObjCTest/__init__.py +0 -1
  16. pyobjc_framework_symbols-11.0/metadata/raw/arm64-14.5.fwinfo +0 -679
  17. pyobjc_framework_symbols-11.0/metadata/raw/x86_64-14.5.fwinfo +0 -679
  18. {pyobjc_framework_symbols-11.0 → pyobjc_framework_symbols-12.0}/Lib/Symbols/__init__.py +0 -0
  19. {pyobjc_framework_symbols-11.0 → pyobjc_framework_symbols-12.0}/Lib/pyobjc_framework_Symbols.egg-info/dependency_links.txt +0 -0
  20. {pyobjc_framework_symbols-11.0 → pyobjc_framework_symbols-12.0}/Lib/pyobjc_framework_Symbols.egg-info/not-zip-safe +0 -0
  21. {pyobjc_framework_symbols-11.0 → pyobjc_framework_symbols-12.0}/Lib/pyobjc_framework_Symbols.egg-info/top_level.txt +0 -0
  22. {pyobjc_framework_symbols-11.0 → pyobjc_framework_symbols-12.0}/MANIFEST.in +0 -0
  23. {pyobjc_framework_symbols-11.0 → pyobjc_framework_symbols-12.0}/PyObjCTest/test_symbols.py +0 -0
  24. {pyobjc_framework_symbols-11.0 → pyobjc_framework_symbols-12.0}/metadata/Symbols.fwinfo +0 -0
  25. {pyobjc_framework_symbols-11.0 → pyobjc_framework_symbols-12.0}/metadata/metadata.ini +0 -0
  26. {pyobjc_framework_symbols-11.0 → pyobjc_framework_symbols-12.0}/pyproject.toml +0 -0
  27. {pyobjc_framework_symbols-11.0 → pyobjc_framework_symbols-12.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Tue Jun 11 10:21:01 2024
3
+ # Last update: Thu Jul 24 11:16:49 2025
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -1,18 +1,17 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: pyobjc-framework-Symbols
3
- Version: 11.0
3
+ Version: 12.0
4
4
  Summary: Wrappers for the framework Symbols on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
7
7
  Author-email: pyobjc-dev@lists.sourceforge.net
8
- License: MIT License
8
+ License: MIT
9
9
  Keywords: PyObjC,Symbols
10
10
  Platform: MacOS X (>=14.0)
11
11
  Classifier: Development Status :: 5 - Production/Stable
12
12
  Classifier: Environment :: Console
13
13
  Classifier: Environment :: MacOS X :: Cocoa
14
14
  Classifier: Intended Audience :: Developers
15
- Classifier: License :: OSI Approved :: MIT License
16
15
  Classifier: Natural Language :: English
17
16
  Classifier: Operating System :: MacOS :: MacOS X
18
17
  Classifier: Programming Language :: Python
@@ -24,14 +23,28 @@ Classifier: Programming Language :: Python :: 3.11
24
23
  Classifier: Programming Language :: Python :: 3.12
25
24
  Classifier: Programming Language :: Python :: 3.13
26
25
  Classifier: Programming Language :: Python :: 3.14
26
+ Classifier: Programming Language :: Python :: 3.15
27
27
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
+ Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta
28
29
  Classifier: Programming Language :: Objective C
29
30
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
30
31
  Classifier: Topic :: Software Development :: User Interfaces
31
32
  Requires-Python: >=3.9
32
33
  Description-Content-Type: text/x-rst; charset=UTF-8
33
- Requires-Dist: pyobjc-core>=11.0
34
- Requires-Dist: pyobjc-framework-Cocoa>=11.0
34
+ Requires-Dist: pyobjc-core>=12.0
35
+ Requires-Dist: pyobjc-framework-Cocoa>=12.0
36
+ Dynamic: author
37
+ Dynamic: author-email
38
+ Dynamic: classifier
39
+ Dynamic: description
40
+ Dynamic: description-content-type
41
+ Dynamic: home-page
42
+ Dynamic: keywords
43
+ Dynamic: license
44
+ Dynamic: platform
45
+ Dynamic: requires-dist
46
+ Dynamic: requires-python
47
+ Dynamic: summary
35
48
  Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
36
49
  Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
37
50
  Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
@@ -16,7 +16,5 @@ PyObjCTest/__init__.py
16
16
  PyObjCTest/test_symbols.py
17
17
  metadata/Symbols.fwinfo
18
18
  metadata/metadata.ini
19
- metadata/raw/arm64-14.5.fwinfo
20
- metadata/raw/arm64-15.0.fwinfo
21
- metadata/raw/x86_64-14.5.fwinfo
22
- metadata/raw/x86_64-15.0.fwinfo
19
+ metadata/raw/arm64-26.0.fwinfo
20
+ metadata/raw/x86_64-26.0.fwinfo
@@ -0,0 +1,3 @@
1
+ macOS 26.0.1 (25A362)
2
+ Apple clang version 17.0.0 (clang-1700.3.19.1)
3
+ SDK: macOS 26.0
@@ -0,0 +1,2 @@
1
+ pyobjc-core>=12.0
2
+ pyobjc-framework-Cocoa>=12.0
@@ -1,7 +1,7 @@
1
1
  (This is the MIT license, note that libffi-src is a separate product with its own license)
2
2
 
3
3
  Copyright 2002, 2003 - Bill Bumgarner, Ronald Oussoren, Steve Majewski, Lele Gaifax, et.al.
4
- Copyright 2003-2024 - Ronald Oussoren
4
+ Copyright 2003-2025 - Ronald Oussoren
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
7
7
 
@@ -1,18 +1,17 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: pyobjc-framework-Symbols
3
- Version: 11.0
3
+ Version: 12.0
4
4
  Summary: Wrappers for the framework Symbols on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
7
7
  Author-email: pyobjc-dev@lists.sourceforge.net
8
- License: MIT License
8
+ License: MIT
9
9
  Keywords: PyObjC,Symbols
10
10
  Platform: MacOS X (>=14.0)
11
11
  Classifier: Development Status :: 5 - Production/Stable
12
12
  Classifier: Environment :: Console
13
13
  Classifier: Environment :: MacOS X :: Cocoa
14
14
  Classifier: Intended Audience :: Developers
15
- Classifier: License :: OSI Approved :: MIT License
16
15
  Classifier: Natural Language :: English
17
16
  Classifier: Operating System :: MacOS :: MacOS X
18
17
  Classifier: Programming Language :: Python
@@ -24,14 +23,28 @@ Classifier: Programming Language :: Python :: 3.11
24
23
  Classifier: Programming Language :: Python :: 3.12
25
24
  Classifier: Programming Language :: Python :: 3.13
26
25
  Classifier: Programming Language :: Python :: 3.14
26
+ Classifier: Programming Language :: Python :: 3.15
27
27
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
+ Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta
28
29
  Classifier: Programming Language :: Objective C
29
30
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
30
31
  Classifier: Topic :: Software Development :: User Interfaces
31
32
  Requires-Python: >=3.9
32
33
  Description-Content-Type: text/x-rst; charset=UTF-8
33
- Requires-Dist: pyobjc-core>=11.0
34
- Requires-Dist: pyobjc-framework-Cocoa>=11.0
34
+ Requires-Dist: pyobjc-core>=12.0
35
+ Requires-Dist: pyobjc-framework-Cocoa>=12.0
36
+ Dynamic: author
37
+ Dynamic: author-email
38
+ Dynamic: classifier
39
+ Dynamic: description
40
+ Dynamic: description-content-type
41
+ Dynamic: home-page
42
+ Dynamic: keywords
43
+ Dynamic: license
44
+ Dynamic: platform
45
+ Dynamic: requires-dist
46
+ Dynamic: requires-python
47
+ Dynamic: summary
35
48
 
36
49
 
37
50
  Wrappers for the "Symbols" framework on macOS.
@@ -0,0 +1 @@
1
+ """test suite"""
@@ -1,7 +1,7 @@
1
1
  // GENERATED FILE DO NOT EDIT
2
2
  //
3
3
  // This file was generated by objective.metadata
4
- // Last update: Tue Jun 11 10:21:01 2024
4
+ // Last update: Thu Jul 24 11:16:40 2025
5
5
  {
6
6
  "arch": "arm64",
7
7
  "definitions": {
@@ -296,6 +296,124 @@
296
296
  "protocols": [],
297
297
  "super": "NSSymbolEffect"
298
298
  },
299
+ "NSSymbolDrawOffEffect": {
300
+ "categories": [],
301
+ "methods": [
302
+ {
303
+ "args": [],
304
+ "class_method": true,
305
+ "retval": {
306
+ "typestr": "@",
307
+ "typestr_special": false
308
+ },
309
+ "selector": "effect",
310
+ "visibility": "public"
311
+ },
312
+ {
313
+ "args": [],
314
+ "class_method": false,
315
+ "retval": {
316
+ "typestr": "@",
317
+ "typestr_special": false
318
+ },
319
+ "selector": "effectWithByLayer",
320
+ "visibility": "public"
321
+ },
322
+ {
323
+ "args": [],
324
+ "class_method": false,
325
+ "retval": {
326
+ "typestr": "@",
327
+ "typestr_special": false
328
+ },
329
+ "selector": "effectWithWholeSymbol",
330
+ "visibility": "public"
331
+ },
332
+ {
333
+ "args": [],
334
+ "class_method": false,
335
+ "retval": {
336
+ "typestr": "@",
337
+ "typestr_special": false
338
+ },
339
+ "selector": "effectWithIndividually",
340
+ "visibility": "public"
341
+ },
342
+ {
343
+ "args": [],
344
+ "class_method": false,
345
+ "retval": {
346
+ "typestr": "@",
347
+ "typestr_special": false
348
+ },
349
+ "selector": "effectWithReversed",
350
+ "visibility": "public"
351
+ },
352
+ {
353
+ "args": [],
354
+ "class_method": false,
355
+ "retval": {
356
+ "typestr": "@",
357
+ "typestr_special": false
358
+ },
359
+ "selector": "effectWithNonReversed",
360
+ "visibility": "public"
361
+ }
362
+ ],
363
+ "name": "NSSymbolDrawOffEffect",
364
+ "properties": [],
365
+ "protocols": [],
366
+ "super": "NSSymbolEffect"
367
+ },
368
+ "NSSymbolDrawOnEffect": {
369
+ "categories": [],
370
+ "methods": [
371
+ {
372
+ "args": [],
373
+ "class_method": true,
374
+ "retval": {
375
+ "typestr": "@",
376
+ "typestr_special": false
377
+ },
378
+ "selector": "effect",
379
+ "visibility": "public"
380
+ },
381
+ {
382
+ "args": [],
383
+ "class_method": false,
384
+ "retval": {
385
+ "typestr": "@",
386
+ "typestr_special": false
387
+ },
388
+ "selector": "effectWithByLayer",
389
+ "visibility": "public"
390
+ },
391
+ {
392
+ "args": [],
393
+ "class_method": false,
394
+ "retval": {
395
+ "typestr": "@",
396
+ "typestr_special": false
397
+ },
398
+ "selector": "effectWithWholeSymbol",
399
+ "visibility": "public"
400
+ },
401
+ {
402
+ "args": [],
403
+ "class_method": false,
404
+ "retval": {
405
+ "typestr": "@",
406
+ "typestr_special": false
407
+ },
408
+ "selector": "effectWithIndividually",
409
+ "visibility": "public"
410
+ }
411
+ ],
412
+ "name": "NSSymbolDrawOnEffect",
413
+ "properties": [],
414
+ "protocols": [],
415
+ "super": "NSSymbolEffect"
416
+ },
299
417
  "NSSymbolEffect": {
300
418
  "categories": [],
301
419
  "methods": [
@@ -1081,5 +1199,5 @@
1081
1199
  "NSSymbolEffect.h"
1082
1200
  ],
1083
1201
  "release": "10.16",
1084
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk"
1202
+ "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk"
1085
1203
  }
@@ -1,7 +1,7 @@
1
1
  // GENERATED FILE DO NOT EDIT
2
2
  //
3
3
  // This file was generated by objective.metadata
4
- // Last update: Tue Jun 11 10:20:59 2024
4
+ // Last update: Thu Jul 24 11:16:38 2025
5
5
  {
6
6
  "arch": "x86_64",
7
7
  "definitions": {
@@ -296,6 +296,124 @@
296
296
  "protocols": [],
297
297
  "super": "NSSymbolEffect"
298
298
  },
299
+ "NSSymbolDrawOffEffect": {
300
+ "categories": [],
301
+ "methods": [
302
+ {
303
+ "args": [],
304
+ "class_method": true,
305
+ "retval": {
306
+ "typestr": "@",
307
+ "typestr_special": false
308
+ },
309
+ "selector": "effect",
310
+ "visibility": "public"
311
+ },
312
+ {
313
+ "args": [],
314
+ "class_method": false,
315
+ "retval": {
316
+ "typestr": "@",
317
+ "typestr_special": false
318
+ },
319
+ "selector": "effectWithByLayer",
320
+ "visibility": "public"
321
+ },
322
+ {
323
+ "args": [],
324
+ "class_method": false,
325
+ "retval": {
326
+ "typestr": "@",
327
+ "typestr_special": false
328
+ },
329
+ "selector": "effectWithWholeSymbol",
330
+ "visibility": "public"
331
+ },
332
+ {
333
+ "args": [],
334
+ "class_method": false,
335
+ "retval": {
336
+ "typestr": "@",
337
+ "typestr_special": false
338
+ },
339
+ "selector": "effectWithIndividually",
340
+ "visibility": "public"
341
+ },
342
+ {
343
+ "args": [],
344
+ "class_method": false,
345
+ "retval": {
346
+ "typestr": "@",
347
+ "typestr_special": false
348
+ },
349
+ "selector": "effectWithReversed",
350
+ "visibility": "public"
351
+ },
352
+ {
353
+ "args": [],
354
+ "class_method": false,
355
+ "retval": {
356
+ "typestr": "@",
357
+ "typestr_special": false
358
+ },
359
+ "selector": "effectWithNonReversed",
360
+ "visibility": "public"
361
+ }
362
+ ],
363
+ "name": "NSSymbolDrawOffEffect",
364
+ "properties": [],
365
+ "protocols": [],
366
+ "super": "NSSymbolEffect"
367
+ },
368
+ "NSSymbolDrawOnEffect": {
369
+ "categories": [],
370
+ "methods": [
371
+ {
372
+ "args": [],
373
+ "class_method": true,
374
+ "retval": {
375
+ "typestr": "@",
376
+ "typestr_special": false
377
+ },
378
+ "selector": "effect",
379
+ "visibility": "public"
380
+ },
381
+ {
382
+ "args": [],
383
+ "class_method": false,
384
+ "retval": {
385
+ "typestr": "@",
386
+ "typestr_special": false
387
+ },
388
+ "selector": "effectWithByLayer",
389
+ "visibility": "public"
390
+ },
391
+ {
392
+ "args": [],
393
+ "class_method": false,
394
+ "retval": {
395
+ "typestr": "@",
396
+ "typestr_special": false
397
+ },
398
+ "selector": "effectWithWholeSymbol",
399
+ "visibility": "public"
400
+ },
401
+ {
402
+ "args": [],
403
+ "class_method": false,
404
+ "retval": {
405
+ "typestr": "@",
406
+ "typestr_special": false
407
+ },
408
+ "selector": "effectWithIndividually",
409
+ "visibility": "public"
410
+ }
411
+ ],
412
+ "name": "NSSymbolDrawOnEffect",
413
+ "properties": [],
414
+ "protocols": [],
415
+ "super": "NSSymbolEffect"
416
+ },
299
417
  "NSSymbolEffect": {
300
418
  "categories": [],
301
419
  "methods": [
@@ -1081,5 +1199,5 @@
1081
1199
  "NSSymbolEffect.h"
1082
1200
  ],
1083
1201
  "release": "10.16",
1084
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk"
1202
+ "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk"
1085
1203
  }
@@ -11,12 +11,11 @@ To change this file:
11
11
 
12
12
  __all__ = ("setup", "Extension", "Command")
13
13
 
14
+ import importlib
14
15
  import os
15
- import pkg_resources
16
16
  import plistlib
17
17
  import re
18
18
  import shlex
19
- import shutil
20
19
  import subprocess
21
20
  import sys
22
21
  import tempfile
@@ -138,10 +137,6 @@ class oc_test(Command):
138
137
  self.verbosity = int(self.verbosity)
139
138
 
140
139
  def cleanup_environment(self):
141
- from pkg_resources import add_activation_listener
142
-
143
- add_activation_listener(lambda dist: dist.activate())
144
-
145
140
  ei_cmd = self.get_finalized_command("egg_info")
146
141
  egg_name = ei_cmd.egg_name.replace("-", "_")
147
142
 
@@ -155,12 +150,9 @@ class oc_test(Command):
155
150
  log.info(f"removing installed {dirname!r} from sys.path before testing")
156
151
  sys.path.remove(dirname)
157
152
 
158
- pkg_resources.working_set.__init__()
153
+ importlib.invalidate_caches()
159
154
 
160
155
  def add_project_to_sys_path(self):
161
- from pkg_resources import normalize_path, add_activation_listener
162
- from pkg_resources import working_set, require
163
-
164
156
  self.reinitialize_command("egg_info")
165
157
  self.run_command("egg_info")
166
158
  self.reinitialize_command("build_ext", inplace=1)
@@ -173,20 +165,16 @@ class oc_test(Command):
173
165
  del sys.modules["PyObjCTools"]
174
166
 
175
167
  ei_cmd = self.get_finalized_command("egg_info")
176
- sys.path.insert(0, normalize_path(ei_cmd.egg_base))
168
+ sys.path.insert(0, os.path.abspath(ei_cmd.egg_base))
177
169
  sys.path.insert(1, os.path.dirname(__file__))
178
170
 
179
- add_activation_listener(lambda dist: dist.activate())
180
- working_set.__init__()
181
- require(f"{ei_cmd.egg_name}=={ei_cmd.egg_version}")
171
+ importlib.invalidate_caches()
182
172
 
183
173
  def remove_from_sys_path(self):
184
- from pkg_resources import working_set
185
-
186
174
  sys.path[:] = self.__old_path
187
175
  sys.modules.clear()
188
176
  sys.modules.update(self.__old_modules)
189
- working_set.__init__()
177
+ importlib.invalidate_caches()
190
178
 
191
179
  def run(self):
192
180
  self.cleanup_environment()
@@ -235,7 +223,6 @@ Development Status :: 5 - Production/Stable
235
223
  Environment :: Console
236
224
  Environment :: MacOS X :: Cocoa
237
225
  Intended Audience :: Developers
238
- License :: OSI Approved :: MIT License
239
226
  Natural Language :: English
240
227
  Operating System :: MacOS :: MacOS X
241
228
  Programming Language :: Python
@@ -247,7 +234,9 @@ Programming Language :: Python :: 3.11
247
234
  Programming Language :: Python :: 3.12
248
235
  Programming Language :: Python :: 3.13
249
236
  Programming Language :: Python :: 3.14
237
+ Programming Language :: Python :: 3.15
250
238
  Programming Language :: Python :: Implementation :: CPython
239
+ Programming Language :: Python :: Free Threading :: 2 - Beta
251
240
  Programming Language :: Objective C
252
241
  Topic :: Software Development :: Libraries :: Python Modules
253
242
  Topic :: Software Development :: User Interfaces
@@ -450,28 +439,7 @@ class pyobjc_build_ext(build_ext.build_ext):
450
439
  # in 2.3 and later the headers are in the egg,
451
440
  # before that we ship a copy.
452
441
  if os.path.exists("Modules") and not os.path.isfile("Modules/pyobjc-api.h"):
453
- (dist,) = pkg_resources.require("pyobjc-core")
454
-
455
- include_root = os.path.join(self.build_temp, "pyobjc-include")
456
- if os.path.exists(include_root):
457
- shutil.rmtree(include_root)
458
-
459
- os.makedirs(include_root)
460
- if dist.has_metadata("include"):
461
- for fn in dist.metadata_listdir("include"):
462
- data = dist.get_metadata(f"include/{fn}")
463
- fp = open(os.path.join(include_root, fn), "w")
464
- try:
465
- fp.write(data)
466
- finally:
467
- fp.close()
468
-
469
- else:
470
- raise SystemExit("pyobjc-core egg-info does not include header files")
471
-
472
- for e in self.extensions:
473
- if include_root not in e.include_dirs:
474
- e.include_dirs.append(include_root)
442
+ raise DistutilsError("pyobjc-api.h not included")
475
443
 
476
444
  # Run the actual build
477
445
  build_ext.build_ext.run(self)
@@ -708,7 +676,7 @@ def setup(
708
676
  dependency_links=[],
709
677
  package_data={"": ["*.bridgesupport"]},
710
678
  zip_safe=False,
711
- license="MIT License",
679
+ license="MIT",
712
680
  classifiers=CLASSIFIERS,
713
681
  python_requires=">=3.9",
714
682
  keywords=["PyObjC"] + [p for p in k["packages"] if p not in ("PyObjCTools",)],
@@ -15,7 +15,7 @@ sys.path.insert(0, os.path.dirname(__file__))
15
15
 
16
16
  from pyobjc_setup import setup # noqa: E402
17
17
 
18
- VERSION = "11.0"
18
+ VERSION = "12.0"
19
19
 
20
20
  setup(
21
21
  name="pyobjc-framework-Symbols",
@@ -1,3 +0,0 @@
1
- macOS 15.3 (24D5040f)
2
- Apple clang version 16.0.0 (clang-1600.0.26.6)
3
- SDK: macOS 15.2
@@ -1,2 +0,0 @@
1
- pyobjc-core>=11.0
2
- pyobjc-framework-Cocoa>=11.0
@@ -1 +0,0 @@
1
- """ test suite """