Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
COMPLETION="${T}"/completion.tmp
- "${PYTHON}" pip/__init__.py completion --bash > "${COMPLETION}" || die
+ "${PYTHON}" -m pip completion --bash > "${COMPLETION}" || die
newbashcomp "${COMPLETION}" ${PN}
- "${PYTHON}" pip/__init__.py completion --zsh > "${COMPLETION}" || die
+ "${PYTHON}" -m pip completion --zsh > "${COMPLETION}" || die
insinto /usr/share/zsh/site-functions
newins "${COMPLETION}" _pip
}