wrappers for lots of Mac OS X API's.
""",
postflight="scripts/postflight.framework",
+ selected='selected',
),
dict(
name="PythonApplications",
It also installs a number of examples and demos.
""",
required=False,
+ selected='selected',
),
dict(
name="PythonUnixTools",
is not necessary to use Python.
""",
required=False,
+ selected='unselected',
),
dict(
name="PythonDocumentation",
""",
postflight="scripts/postflight.documentation",
required=False,
+ selected='selected',
),
dict(
name="PythonProfileChanges",
topdir="/Library/Frameworks/Python.framework",
source="/empty-dir",
required=False,
+ selected='selected',
),
]
topdir="/Library/Frameworks/Python.framework",
source="/empty-dir",
required=False,
+ selected='selected',
)
)
return result
IFPkgFlagPackageList=[
dict(
IFPkgFlagPackageLocation='%s-%s.pkg'%(item['name'], getVersion()),
- IFPkgFlagPackageSelection='selected'
+ IFPkgFlagPackageSelection=item.get('selected', 'selected'),
)
for item in pkg_recipes()
],