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

Merge subdirectory editable feature #1215

Merged
merged 9 commits into from
Oct 6, 2013
Merged

Merge subdirectory editable feature #1215

merged 9 commits into from
Oct 6, 2013

Conversation

pnasrat
Copy link
Contributor

@pnasrat pnasrat commented Sep 30, 2013

Merge of PR #1082 fixed up for latest develop.

@pnasrat
Copy link
Contributor Author

pnasrat commented Sep 30, 2013

@niedbalski can you check it works as you intended. @dstufft do you mind casting your eyes over this

@pnasrat
Copy link
Contributor Author

pnasrat commented Oct 1, 2013

Still needs a second pair of eyes - @qwcode

@niedbalski
Copy link
Contributor

@pnasrat looks OK to me.

pnasrat added a commit that referenced this pull request Oct 6, 2013
Merge subdirectory editable feature
@pnasrat pnasrat merged commit ad66052 into pypa:develop Oct 6, 2013
@@ -88,7 +88,7 @@ Examples
$ pip install -e hg+https://hg.repo/some_pkg.git#egg=SomePackage # from mercurial
$ pip install -e svn+svn://svn.repo/some_pkg/trunk/#egg=SomePackage # from svn
$ pip install -e git+https://git.repo/some_pkg.git@feature#egg=SomePackage # from 'feature' branch

$ pip install -e git+https://git.repo/some_repo.git@egg=subdir&subdirectory=subdir_path # install a python package from a repo subdirectory
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

egg=subdir should be egg=SomePackage like the others for consistency. The value for egg= is the project name, not the package directory name. I'll change this.

@qwcode
Copy link
Contributor

qwcode commented Oct 26, 2013

I know it's merged and I'm late to the party, but I put in a few comments : )

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 5, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants