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

PyB needs to allow customizing distutils setup.py with pre- and post- install logic #227

Closed
arcivanov opened this issue Oct 28, 2015 · 2 comments · Fixed by #231
Closed
Assignees

Comments

@arcivanov
Copy link
Member

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

@arcivanov arcivanov self-assigned this Oct 28, 2015
@mriehl
Copy link
Member

mriehl commented Oct 29, 2015

👍

@esc
Copy link
Contributor

esc commented Oct 29, 2015

Yeah, why not.

arcivanov added a commit to arcivanov/pybuilder that referenced this issue Oct 29, 2015
arcivanov added a commit to arcivanov/pybuilder that referenced this issue Nov 2, 2015
arcivanov added a commit to arcivanov/pybuilder that referenced this issue Nov 4, 2015
arcivanov added a commit to arcivanov/pybuilder that referenced this issue Nov 4, 2015
arcivanov added a commit to arcivanov/pybuilder that referenced this issue Nov 5, 2015
arcivanov added a commit to arcivanov/pybuilder that referenced this issue Nov 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants