git-imerge icon indicating copy to clipboard operation
git-imerge copied to clipboard

We need some kind of build/install infrastructure

Open mhagger opened this issue 11 years ago • 3 comments

At the moment, all it would have to do is rewrite the shebang line at the top of git-imerge to cause it to be run with the correct Python interpreter for the target system. Soon we probably want to move part of git-imerge to a library to make testing easier, and that will require a bit more structure in the project.

Something like setuptools is probably the way to go.

mhagger avatar May 14 '13 06:05 mhagger

When the build/install infrastructure has been created, please create a formula for mxcl/hombrew for easy installation on OSX.

tnaumann avatar Jul 24 '13 22:07 tnaumann

It would be great to at least have installation instructions for non-python folks.

alexgorbatchev avatar Apr 13 '16 18:04 alexgorbatchev

btw, brew install works...

➜  ~ brew install git-imerge
==> Downloading https://homebrew.bintray.com/bottles/git-imerge-0.7.0.yosemite.bottle.1.tar.gz
######################################################################## 100.0%
==> Pouring git-imerge-0.7.0.yosemite.bottle.1.tar.gz
🍺  /usr/local/Cellar/git-imerge/0.7.0: 5 files, 142.1K

alexgorbatchev avatar Apr 13 '16 18:04 alexgorbatchev