dev-python/pychroot: version bump to 0.9.17

This commit is contained in:
Tim Harder
2017-09-22 17:52:33 -04:00
parent bd13ccc245
commit 10be7674d7
3 changed files with 57 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
inherit git-r3
else
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/pkgcore/${PN}/releases/download/v${PV}/${P}.tar.gz"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
fi
DESCRIPTION="a python library and cli tool that simplify chroot handling"
@@ -20,9 +20,12 @@ LICENSE="BSD"
SLOT="0"
IUSE="test"
RDEPEND="
=dev-python/snakeoil-9999[${PYTHON_USEDEP}]
"
if [[ ${PV} == *9999 ]]; then
RDEPEND="=dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
else
RDEPEND=">=dev-python/snakeoil-0.7.2[${PYTHON_USEDEP}]"
fi
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (