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

Conda package for git gud #312

Open
sahansk2 opened this issue Sep 3, 2020 · 6 comments
Open

Conda package for git gud #312

sahansk2 opened this issue Sep 3, 2020 · 6 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@sahansk2
Copy link
Contributor

sahansk2 commented Sep 3, 2020

A company rep mentioned that a conda package would be good for git gud, especially for onboarding junior devs and teaching others about the git workflow (e.g. data scientists).

Feel free to edit this issue

@sahansk2
Copy link
Contributor Author

sahansk2 commented Sep 3, 2020

It should be noted that since git-gud is pip installable, we can use conda skeleton.

@benthayer
Copy link
Owner

benthayer commented Sep 3, 2020 via email

@benthayer
Copy link
Owner

I found this, which should be able to help us with building for other versions and platforms
https://docs.conda.io/projects/conda-build/en/latest/user-guide/tutorials/build-pkgs-skeleton.html#python-versions

conda skeleton pypi git-gud

GG_VERSION=0.3.1

for PY_VERSION in 3.6 
do
    conda-build --python $PY_VERSION --croot git-gud git-gud
    conda convert --platform all /home/ben/canvas/git-gud/linux-64/git-gud-$GG_VERSION-py${PY_VERSION//.}_0.tar.bz2 -o outputdir/
done

There's also the possibility of "noarch" as stated in that guide, but I haven't looked into it

@sahansk2
Copy link
Contributor Author

sahansk2 commented Sep 4, 2020 via email

@benthayer benthayer added this to the 1.x milestone Sep 9, 2020
@benthayer
Copy link
Owner

Marking as part of the 1.x milestone because although this is useful, it can still be installed by people using conda, it would just be by using the pip command. We can still deploy version 1.0 on conda after the official release

@benthayer benthayer added enhancement New feature or request help wanted Extra attention is needed labels Nov 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants