mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/pychroot: version bump to 0.9.17
This commit is contained in:
@@ -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? (
|
||||
|
||||
Reference in New Issue
Block a user