Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hook for eel to collect eel.js and an import #6

Merged
merged 1 commit into from
Jun 20, 2020
Merged

Add hook for eel to collect eel.js and an import #6

merged 1 commit into from
Jun 20, 2020

Conversation

samuelhwilliams
Copy link
Contributor

Hi! I hope this is the correct place to put up a contribution and the right way to do it.

I'm maintaining a project called Eel which currently has a custom build script to help pull in the correct files. It would be nice if that was less necessary by having a pyinstaller hook for it.

Please let me know if anything more is needed.

@samuelhwilliams samuelhwilliams requested a review from a team June 19, 2020 18:28
Copy link
Member

@Legorooj Legorooj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A model PR! And yes, this is the right place for new hooks. Thanks for this contribution!

@Legorooj Legorooj merged commit 9d6952a into pyinstaller:master Jun 20, 2020
@samuelhwilliams samuelhwilliams deleted the add-eel-hook branch June 21, 2020 16:10
samuelhwilliams added a commit to python-eel/Eel that referenced this pull request Jun 21, 2020
PyInstaller now has a custom hook for Eel
(pyinstaller/pyinstaller-hooks-contrib#6) that
tells it how to collect eel.js and our hidden imports
(bottle-websocket), so we don't need our own code to enable this.

We can also define a 'distribution' extra for Eel to additionally
install PyInstaller for the user.
samuelhwilliams added a commit to python-eel/Eel that referenced this pull request Feb 6, 2023
PyInstaller now has a custom hook for Eel
(pyinstaller/pyinstaller-hooks-contrib#6) that
tells it how to collect eel.js and our hidden imports
(bottle-websocket), so we don't need our own code to enable this.

We can also define a 'distribution' extra for Eel to additionally
install PyInstaller for the user.
samuelhwilliams added a commit to python-eel/Eel that referenced this pull request Feb 6, 2023
PyInstaller now has a custom hook for Eel
(pyinstaller/pyinstaller-hooks-contrib#6) that
tells it how to collect eel.js and our hidden imports
(bottle-websocket), so we don't need our own code to enable this.

We can also define a 'distribution' extra for Eel to additionally
install PyInstaller for the user.
samuelhwilliams added a commit to python-eel/Eel that referenced this pull request Feb 6, 2023
PyInstaller now has a custom hook for Eel
(pyinstaller/pyinstaller-hooks-contrib#6) that
tells it how to collect eel.js and our hidden imports
(bottle-websocket), so we don't need our own code to enable this.

We can also define a 'distribution' extra for Eel to additionally
install PyInstaller for the user.
samuelhwilliams added a commit to python-eel/Eel that referenced this pull request Feb 6, 2023
PyInstaller now has a custom hook for Eel
(pyinstaller/pyinstaller-hooks-contrib#6) that
tells it how to collect eel.js and our hidden imports
(bottle-websocket), so we don't need our own code to enable this.

We can also define a 'distribution' extra for Eel to additionally
install PyInstaller for the user.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants