pyobjc-framework-EventKit 10.1__py2.py3-none-any.whl → 10.3__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.
- EventKit/__init__.py +10 -0
- EventKit/_metadata.py +23 -1
- {pyobjc_framework_EventKit-10.1.dist-info → pyobjc_framework_EventKit-10.3.dist-info}/LICENSE.txt +1 -1
- {pyobjc_framework_EventKit-10.1.dist-info → pyobjc_framework_EventKit-10.3.dist-info}/METADATA +3 -3
- pyobjc_framework_EventKit-10.3.dist-info/RECORD +7 -0
- {pyobjc_framework_EventKit-10.1.dist-info → pyobjc_framework_EventKit-10.3.dist-info}/WHEEL +1 -1
- pyobjc_framework_EventKit-10.1.dist-info/RECORD +0 -7
- {pyobjc_framework_EventKit-10.1.dist-info → pyobjc_framework_EventKit-10.3.dist-info}/top_level.txt +0 -0
EventKit/__init__.py
CHANGED
|
@@ -33,6 +33,16 @@ def _setup():
|
|
|
33
33
|
globals()["__dir__"] = dir_func
|
|
34
34
|
globals()["__getattr__"] = getattr_func
|
|
35
35
|
|
|
36
|
+
for cls, sel in (
|
|
37
|
+
("EKVirtualConferenceRoomTypeDescriptor", b"init"),
|
|
38
|
+
("EKVirtualConferenceRoomTypeDescriptor", b"new"),
|
|
39
|
+
("EKVirtualConferenceURLDescriptor", b"init"),
|
|
40
|
+
("EKVirtualConferenceURLDescriptor", b"new"),
|
|
41
|
+
("EKVirtualConferenceDescriptor", b"init"),
|
|
42
|
+
("EKVirtualConferenceDescriptor", b"new"),
|
|
43
|
+
):
|
|
44
|
+
objc.registerUnavailableMethod(cls, sel)
|
|
45
|
+
|
|
36
46
|
del sys.modules["EventKit._metadata"]
|
|
37
47
|
|
|
38
48
|
|
EventKit/_metadata.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Sat May 18 09:28:43 2024
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -301,6 +301,28 @@ try:
|
|
|
301
301
|
)
|
|
302
302
|
finally:
|
|
303
303
|
objc._updatingMetadata(False)
|
|
304
|
+
|
|
305
|
+
objc.registerNewKeywordsFromSelector("EKEventStore", b"initWithAccessToEntityTypes:")
|
|
306
|
+
objc.registerNewKeywordsFromSelector("EKEventStore", b"initWithSources:")
|
|
307
|
+
objc.registerNewKeywordsFromSelector(
|
|
308
|
+
"EKRecurrenceDayOfWeek", b"initWithDayOfTheWeek:weekNumber:"
|
|
309
|
+
)
|
|
310
|
+
objc.registerNewKeywordsFromSelector(
|
|
311
|
+
"EKRecurrenceRule",
|
|
312
|
+
b"initRecurrenceWithFrequency:interval:daysOfTheWeek:daysOfTheMonth:monthsOfTheYear:weeksOfTheYear:daysOfTheYear:setPositions:end:",
|
|
313
|
+
)
|
|
314
|
+
objc.registerNewKeywordsFromSelector(
|
|
315
|
+
"EKRecurrenceRule", b"initRecurrenceWithFrequency:interval:end:"
|
|
316
|
+
)
|
|
317
|
+
objc.registerNewKeywordsFromSelector(
|
|
318
|
+
"EKVirtualConferenceDescriptor", b"initWithTitle:URLDescriptors:conferenceDetails:"
|
|
319
|
+
)
|
|
320
|
+
objc.registerNewKeywordsFromSelector(
|
|
321
|
+
"EKVirtualConferenceRoomTypeDescriptor", b"initWithTitle:identifier:"
|
|
322
|
+
)
|
|
323
|
+
objc.registerNewKeywordsFromSelector(
|
|
324
|
+
"EKVirtualConferenceURLDescriptor", b"initWithTitle:URL:"
|
|
325
|
+
)
|
|
304
326
|
expressions = {}
|
|
305
327
|
|
|
306
328
|
# END OF FILE
|
{pyobjc_framework_EventKit-10.1.dist-info → pyobjc_framework_EventKit-10.3.dist-info}/LICENSE.txt
RENAMED
|
@@ -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-
|
|
4
|
+
Copyright 2003-2024 - 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
|
|
{pyobjc_framework_EventKit-10.1.dist-info → pyobjc_framework_EventKit-10.3.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-EventKit
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3
|
|
4
4
|
Summary: Wrappers for the framework Accounts on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -34,8 +34,8 @@ License-File: LICENSE.txt
|
|
|
34
34
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
35
35
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
36
36
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
37
|
-
Requires-Dist: pyobjc-core >=10.
|
|
38
|
-
Requires-Dist: pyobjc-framework-Cocoa >=10.
|
|
37
|
+
Requires-Dist: pyobjc-core >=10.3
|
|
38
|
+
Requires-Dist: pyobjc-framework-Cocoa >=10.3
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
Wrappers for the "EventKit" framework on macOS.
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
EventKit/__init__.py,sha256=uHpTThJvwy14MGI9z6Meh94NWk7ms-JSUpcGf4me-SM,1371
|
|
2
|
+
EventKit/_metadata.py,sha256=Sr96c5FA8p-akkdHqsxOzslwxHtNXdIFNFnN27lq6NY,14022
|
|
3
|
+
pyobjc_framework_EventKit-10.3.dist-info/LICENSE.txt,sha256=VBYOCJp5HziM90a14Txl68gt3y2rIJpcoZAoVkfX4Ho,1249
|
|
4
|
+
pyobjc_framework_EventKit-10.3.dist-info/METADATA,sha256=eqNQffFtno-Sd6CfsbehoOrZLZdjCp520QiDWcYUcxg,2259
|
|
5
|
+
pyobjc_framework_EventKit-10.3.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
|
6
|
+
pyobjc_framework_EventKit-10.3.dist-info/top_level.txt,sha256=KzPPjnfngQY3qhxRq-8Alsk84j6xXEgbIyix_Kir8EE,9
|
|
7
|
+
pyobjc_framework_EventKit-10.3.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
EventKit/__init__.py,sha256=z017Vrk8iPTkZeTaQQK1TyuTv64mHani54OqlUQRSV0,961
|
|
2
|
-
EventKit/_metadata.py,sha256=64npx5fCG9F5DTaEnASBk1RhIejFa4QuNZCB0X96_pQ,13102
|
|
3
|
-
pyobjc_framework_EventKit-10.1.dist-info/LICENSE.txt,sha256=Vg9jjlooYr7zwJPEU4XJbglAL2nrA8D_FGJjJqycXJs,1249
|
|
4
|
-
pyobjc_framework_EventKit-10.1.dist-info/METADATA,sha256=NjBGELG6WI1f-ouxlieRZqb-IF1GprsIVgvGoN8-c8c,2259
|
|
5
|
-
pyobjc_framework_EventKit-10.1.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
|
|
6
|
-
pyobjc_framework_EventKit-10.1.dist-info/top_level.txt,sha256=KzPPjnfngQY3qhxRq-8Alsk84j6xXEgbIyix_Kir8EE,9
|
|
7
|
-
pyobjc_framework_EventKit-10.1.dist-info/RECORD,,
|
{pyobjc_framework_EventKit-10.1.dist-info → pyobjc_framework_EventKit-10.3.dist-info}/top_level.txt
RENAMED
|
File without changes
|