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

Patch our patches #129

Open
andrewbt opened this issue Jun 14, 2013 · 1 comment
Open

Patch our patches #129

andrewbt opened this issue Jun 14, 2013 · 1 comment
Labels
Milestone

Comments

@andrewbt
Copy link
Contributor

OpenTreeMap is a big software package with a large number of dependencies on other Python projects. Currently, some of these require editing/adding manual patches to dependencies (as outlined in the README.md).

OTM would be easier for all to install if we better automated applying these patches instead of users needing to do them manually.

Possible solutions:

  • .diff or .patch files
  • a bash script
  • other ways?
@ahinz
Copy link
Contributor

ahinz commented Jun 14, 2013

The best way would be to clone all of these projects to our github account,
make the patches and then have requirements.txt point to the github versions

On Fri, Jun 14, 2013 at 11:32 AM, Andrew Thompson
notifications@github.comwrote:

OpenTreeMap is a big software package with a large number of dependencies
on other Python projects. Currently, some of these require editing/adding
manual patches to dependencies (as outlined in the README.md).

OTM would be easier for all to install if we better automated applying
these patches instead of users needing to do them manually.

Possible solutions:

  • .diff or .patch files
  • a bash script
  • other ways?


Reply to this email directly or view it on GitHubhttps://github.com//issues/129
.

Adam Hinz
Software Engineer, Azavea
hinz.adam@gmail.com | c: 608-445-8391 | Twitter: @ahinz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants