add pkg-map to pip-and-virtualenv element

Add a pkg-map file so that Gentoo can avoid polluting the FS with
files not tracked in the package manager.

Changed the directory name so that the source-install method would
actually be disabled when DIB_INSTALLTYPE_pip_and_virtualenv=package
is set.  Also changed source-repository line to be consistent with
the element name.

Change-Id: I5225bd7113ff2588c755ad4cd4ae9a2d78fff196
This commit is contained in:
Matthew Thode 2016-03-19 22:16:49 -05:00
parent db50f8f8e1
commit 66c90cac9b
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
3 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,8 @@
{
"family": {
"gentoo": {
"python-pip": "dev-python/pip",
"python-virtualenv": "dev-python/virtualenv"
}
}
}

View File

@ -1 +1 @@
get-pip-py file /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py
pip-and-virtualenv file /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py