Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Adding a mercurial recipe. #14

Merged
merged 1 commit into from
Aug 30, 2013
Merged

Adding a mercurial recipe. #14

merged 1 commit into from
Aug 30, 2013

Conversation

ngoldbaum
Copy link

Mercurial's only dependency is python so this is easy :)

For those of us who aren't git true believers.

@asmeurer
Copy link
Contributor

This doesn't work with Python 3:

BUILD START: mercurial-2.7.0-py33_0
source tree in: /Users/aaronmeurer/anaconda3/conda-bld/work/mercurial-2.7
+ /Users/aaronmeurer/anaconda3/conda-bld/build_env/bin/python3 setup.py install
setup.py with python3 needs --c2to3 (experimental)
Command failed: /bin/bash -x -e /Users/aaronmeurer/Documents/Continuum/conda-recipes/mercurial/build.sh

@ngoldbaum
Copy link
Author

Mercurial doesn't support Python 3: http://mercurial.selenic.com/wiki/SupportedPythonVersions

asmeurer added a commit that referenced this pull request Aug 30, 2013
Adding a mercurial recipe.
@asmeurer asmeurer merged commit 36004c7 into conda-archive:master Aug 30, 2013
@asmeurer
Copy link
Contributor

Hmm, OK. That makes mercurial no better than git in my view then. To me, the biggest advantage to having a VCS in Python would be that you could use it as a library, but the mercurial guys clearly don't have an eye to this use-case.

Anyway, thanks for the recipe. That will help, since some recipes themselves require hg to download the code.

@ngoldbaum
Copy link
Author

@asmeurer I would say git is no better than hg - just a different way of looking at it I guess. IMHO the best aspect of a VCS written in python is that you can quickly and easily write extensions in python.

quasiben pushed a commit to quasiben/conda-recipes that referenced this pull request Apr 20, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants