pyobjc-framework-PHASE 9.2__py2.py3-none-any.whl → 10.0__py2.py3-none-any.whl

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.
PHASE/__init__.py CHANGED
@@ -5,24 +5,30 @@ This module does not contain docstrings for the wrapped code, check Apple's
5
5
  documentation for details on how to use these functions and classes.
6
6
  """
7
7
 
8
- import sys
9
-
10
- import AVFoundation
11
- import objc
12
- from . import _metadata
13
-
14
- sys.modules["PHASE"] = mod = objc.ObjCLazyModule(
15
- "PHASE",
16
- "com.apple.audio.PHASE",
17
- objc.pathForFramework("/System/Library/Frameworks/PHASE.framework"),
18
- _metadata.__dict__,
19
- None,
20
- {
21
- "__doc__": __doc__,
22
- "objc": objc,
23
- "__path__": __path__,
24
- "__loader__": globals().get("__loader__", None),
25
- },
26
- (AVFoundation,),
27
- )
28
- del sys.modules["PHASE._metadata"]
8
+
9
+ def _setup():
10
+ import sys
11
+
12
+ import AVFoundation
13
+ import objc
14
+ from . import _metadata
15
+
16
+ dir_func, getattr_func = objc.createFrameworkDirAndGetattr(
17
+ name="PHASE",
18
+ frameworkIdentifier="com.apple.audio.PHASE",
19
+ frameworkPath=objc.pathForFramework(
20
+ "/System/Library/Frameworks/PHASE.framework"
21
+ ),
22
+ globals_dict=globals(),
23
+ inline_list=None,
24
+ parents=(AVFoundation,),
25
+ metadict=_metadata.__dict__,
26
+ )
27
+
28
+ globals()["__dir__"] = dir_func
29
+ globals()["__getattr__"] = getattr_func
30
+
31
+ del sys.modules["PHASE._metadata"]
32
+
33
+
34
+ globals().pop("_setup")()
PHASE/_metadata.py CHANGED
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Sat Jan 14 22:42:21 2023
3
+ # Last update: Sat Jul 1 13:59:16 2023
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -75,24 +75,24 @@ try:
75
75
  b"PHASEAmbientMixerDefinition",
76
76
  b"initWithChannelLayout:orientation:",
77
77
  {
78
- "full_signature": b"@@:@{_simd_quatf=<4f>}",
79
- "arguments": {3: {"type": b"{_simd_quatf=<4f>}"}},
78
+ "full_signature": b"@@:@{simd_quatf=<4f>}",
79
+ "arguments": {3: {"type": b"{simd_quatf=<4f>}"}},
80
80
  },
81
81
  )
82
82
  r(
83
83
  b"PHASEAmbientMixerDefinition",
84
84
  b"initWithChannelLayout:orientation:identifier:",
85
85
  {
86
- "full_signature": b"@@:@{_simd_quatf=<4f>}@",
87
- "arguments": {3: {"type": b"{_simd_quatf=<4f>}"}},
86
+ "full_signature": b"@@:@{simd_quatf=<4f>}@",
87
+ "arguments": {3: {"type": b"{simd_quatf=<4f>}"}},
88
88
  },
89
89
  )
90
90
  r(
91
91
  b"PHASEAmbientMixerDefinition",
92
92
  b"orientation",
93
93
  {
94
- "full_signature": b"{_simd_quatf=<4f>}@:",
95
- "retval": {"type": b"{_simd_quatf=<4f>}"},
94
+ "full_signature": b"{simd_quatf=<4f>}@:",
95
+ "retval": {"type": b"{simd_quatf=<4f>}"},
96
96
  },
97
97
  )
98
98
  r(
@@ -181,24 +181,24 @@ try:
181
181
  b"PHASEObject",
182
182
  b"setTransform:",
183
183
  {
184
- "full_signature": b"v@:{_simd_float4x4=[4<4f>]}",
185
- "arguments": {2: {"type": b"{_simd_float4x4=[4<4f>]}"}},
184
+ "full_signature": b"v@:{simd_float4x4=[4<4f>]}",
185
+ "arguments": {2: {"type": b"{simd_float4x4=[4<4f>]}"}},
186
186
  },
187
187
  )
188
188
  r(
189
189
  b"PHASEObject",
190
190
  b"setWorldTransform:",
191
191
  {
192
- "full_signature": b"v@:{_simd_float4x4=[4<4f>]}",
193
- "arguments": {2: {"type": b"{_simd_float4x4=[4<4f>]}"}},
192
+ "full_signature": b"v@:{simd_float4x4=[4<4f>]}",
193
+ "arguments": {2: {"type": b"{simd_float4x4=[4<4f>]}"}},
194
194
  },
195
195
  )
196
196
  r(
197
197
  b"PHASEObject",
198
198
  b"transform",
199
199
  {
200
- "full_signature": b"{_simd_float4x4=[4<4f>]}@:",
201
- "retval": {"type": b"{_simd_float4x4=[4<4f>]}"},
200
+ "full_signature": b"{simd_float4x4=[4<4f>]}@:",
201
+ "retval": {"type": b"{simd_float4x4=[4<4f>]}"},
202
202
  },
203
203
  )
204
204
  r(b"PHASEObject", b"up", {"full_signature": b"<3f>@:", "retval": {"type": b"<3f>"}})
@@ -206,8 +206,8 @@ try:
206
206
  b"PHASEObject",
207
207
  b"worldTransform",
208
208
  {
209
- "full_signature": b"{_simd_float4x4=[4<4f>]}@:",
210
- "retval": {"type": b"{_simd_float4x4=[4<4f>]}"},
209
+ "full_signature": b"{simd_float4x4=[4<4f>]}@:",
210
+ "retval": {"type": b"{simd_float4x4=[4<4f>]}"},
211
211
  },
212
212
  )
213
213
  r(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-PHASE
3
- Version: 9.2
3
+ Version: 10.0
4
4
  Summary: Wrappers for the framework PHASE on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -18,22 +18,22 @@ Classifier: Operating System :: MacOS :: MacOS X
18
18
  Classifier: Programming Language :: Python
19
19
  Classifier: Programming Language :: Python :: 3
20
20
  Classifier: Programming Language :: Python :: 3 :: Only
21
- Classifier: Programming Language :: Python :: 3.7
22
21
  Classifier: Programming Language :: Python :: 3.8
23
22
  Classifier: Programming Language :: Python :: 3.9
24
23
  Classifier: Programming Language :: Python :: 3.10
25
24
  Classifier: Programming Language :: Python :: 3.11
25
+ Classifier: Programming Language :: Python :: 3.12
26
26
  Classifier: Programming Language :: Python :: Implementation :: CPython
27
27
  Classifier: Programming Language :: Objective C
28
28
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
29
29
  Classifier: Topic :: Software Development :: User Interfaces
30
- Requires-Python: >=3.7
30
+ Requires-Python: >=3.8
31
31
  Description-Content-Type: text/x-rst; charset=UTF-8
32
32
  Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
33
33
  Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
34
34
  Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
35
- Requires-Dist: pyobjc-core (>=9.2)
36
- Requires-Dist: pyobjc-framework-AVFoundation (>=9.2)
35
+ Requires-Dist: pyobjc-core >=10.0
36
+ Requires-Dist: pyobjc-framework-AVFoundation >=10.0
37
37
 
38
38
 
39
39
  Wrappers for the "PHASE" framework on macOS.
@@ -0,0 +1,6 @@
1
+ PHASE/__init__.py,sha256=8q1fwKm3vlwulq6KtkmnIryxJmstOoOg_NJscIm5UuU,830
2
+ PHASE/_metadata.py,sha256=CMtR3ds-dcR4He1tWrt1FJpkBaWuhidDHQKTNIz8YQE,12501
3
+ pyobjc_framework_PHASE-10.0.dist-info/METADATA,sha256=KEZXa-LOMcyvvE2JonKotXja1yhPCkQ1N3jhrDzk9aw,2177
4
+ pyobjc_framework_PHASE-10.0.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
5
+ pyobjc_framework_PHASE-10.0.dist-info/top_level.txt,sha256=qEtTyMtU1BJvQaRKWSWP5lIybGQEuj2N0UoPSwZWchk,6
6
+ pyobjc_framework_PHASE-10.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.40.0)
2
+ Generator: bdist_wheel (0.41.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any
@@ -1,6 +0,0 @@
1
- PHASE/__init__.py,sha256=A0TAGshmBKFsXOZ46DGcqBxvO-QjPoueePvUdfxo3q0,671
2
- PHASE/_metadata.py,sha256=KajWrt2yRL6WEGbmmQJstBXoQ8EPJoqb6Xe5aANl_PY,12515
3
- pyobjc_framework_PHASE-9.2.dist-info/METADATA,sha256=_2igwhhXEi4phPDep9XM7KLcjWpfpb5oc3l4PrabqfE,2177
4
- pyobjc_framework_PHASE-9.2.dist-info/WHEEL,sha256=a-zpFRIJzOq5QfuhBzbhiA1eHTzNCJn8OdRvhdNX0Rk,110
5
- pyobjc_framework_PHASE-9.2.dist-info/top_level.txt,sha256=qEtTyMtU1BJvQaRKWSWP5lIybGQEuj2N0UoPSwZWchk,6
6
- pyobjc_framework_PHASE-9.2.dist-info/RECORD,,