-
Notifications
You must be signed in to change notification settings - Fork 238
Closed
Description
We are using dmgbuild in the Mac build process.
The dmgbuild author has declared to stop maintenance on the project, so we may want to be extra careful here:
- Maybe keep the version pinning from Mac build: Pin dmgbuild to 1.4.2 as 1.5.0 is broken #1796 (would not have been the first time that used open source projects are abandoned and taken over by hostile new maintainers)
- Maybe consider alternatives (
create-dmghas been linked in other places, not sure if it does the same job?). Edit: Seems to be way more popular/feature-rich as well, https://github.com/create-dmg/create-dmg
Also:
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Looking in links: /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpibNJYX
Requirement already satisfied: setuptools in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (41.2.0)
Requirement already satisfied: pip in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (20.3.4)
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
I had a quick stab at py3 support (c66d866), but gave up after problems within biplist code.
ann0see
Metadata
Metadata
Assignees
Labels
No labels