-
Notifications
You must be signed in to change notification settings - Fork 248
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
PyB needs to allow customizing distutils setup.py with pre- and post- install logic #227
Labels
Comments
👍 |
Yeah, why not. |
arcivanov
added a commit
to arcivanov/pybuilder
that referenced
this issue
Oct 29, 2015
fixes pybuilder#227, connected to pybuilder#227
arcivanov
added a commit
to arcivanov/pybuilder
that referenced
this issue
Nov 2, 2015
fixes pybuilder#227, connected to pybuilder#227
arcivanov
added a commit
to arcivanov/pybuilder
that referenced
this issue
Nov 4, 2015
fixes pybuilder#227, connected to pybuilder#227
arcivanov
added a commit
to arcivanov/pybuilder
that referenced
this issue
Nov 4, 2015
fixes pybuilder#227, connected to pybuilder#227
arcivanov
added a commit
to arcivanov/pybuilder
that referenced
this issue
Nov 5, 2015
fixes pybuilder#227, connected to pybuilder#227
arcivanov
added a commit
to arcivanov/pybuilder
that referenced
this issue
Nov 5, 2015
fixes pybuilder#227, connected to pybuilder#227
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A simple example for this is: I need to move packaged config files (data_files) to some other location. Installing in a non-package location isn't possible by design and requires custom deployment logic. This deployment logic cannot be implemented without custom post-install handler
The customization will be implemented via a method similar to this: https://github.com/eliben/pycparser/blob/aa47db488c2966c2c998abe8853f881bf8feb37e/setup.py
The text was updated successfully, but these errors were encountered: