From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 774F4138334 for ; Fri, 23 Aug 2019 10:30:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B846EE079E; Fri, 23 Aug 2019 10:30:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B14CE079E for ; Fri, 23 Aug 2019 10:30:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1508234A1ED for ; Fri, 23 Aug 2019 10:30:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E648D266 for ; Fri, 23 Aug 2019 10:30:37 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1566556198.e2bcb9c714347c4140af2433e2011663b85d047f.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pychroot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pychroot/Manifest dev-python/pychroot/pychroot-0.10.0.ebuild dev-python/pychroot/pychroot-9999.ebuild X-VCS-Directories: dev-python/pychroot/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: e2bcb9c714347c4140af2433e2011663b85d047f X-VCS-Branch: master Date: Fri, 23 Aug 2019 10:30:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 064a9b0a-0e6b-4048-baa1-eb73e9e439df X-Archives-Hash: 5c0e4a696b4e7c2d61d106abcd252afb commit: e2bcb9c714347c4140af2433e2011663b85d047f Author: Tim Harder gentoo org> AuthorDate: Fri Aug 23 10:28:57 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Fri Aug 23 10:29:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2bcb9c7 dev-python/pychroot: version bump to 0.10.0 Signed-off-by: Tim Harder gentoo.org> dev-python/pychroot/Manifest | 1 + .../pychroot/{pychroot-9999.ebuild => pychroot-0.10.0.ebuild} | 6 ++++-- dev-python/pychroot/pychroot-9999.ebuild | 6 ++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest index ad01fc99e30..1cd4cc1350f 100644 --- a/dev-python/pychroot/Manifest +++ b/dev-python/pychroot/Manifest @@ -1 +1,2 @@ +DIST pychroot-0.10.0.tar.gz 23960 BLAKE2B 6d22ccbf3d71854d863577f0cf5ec3b1bea40f0f80d5c07942520d5d522ee299222e96cab4893c9cab93866c7f881052f67ad9091267c329a772fc4c3065bae1 SHA512 4a3941da9a94b75963e72536ec8f6218564dbdcb97e6314562044eb55f523e0704aecbc81e8e377338781e8bfd1a2aafb22cdc82f37bdb198a03e0e30d2323e5 DIST pychroot-0.9.18.tar.gz 32879 BLAKE2B 769b3347bae3f7dfb47c0335015cc898ec851a3d45f774a4e21aeaf9b8d7937331bc69aa5bcbb298e76e7e51ffc2e55f049336fd90f6b08fc3bba87089f2205d SHA512 59c8750c9ba8d601eca485079c04d4153bba92531dbd30fba0104694e4435d76e65b762b76ef89a6a6f8908dd6054d1d95fe4be74825ac1c5a56e473370dfa41 diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-0.10.0.ebuild similarity index 87% copy from dev-python/pychroot/pychroot-9999.ebuild copy to dev-python/pychroot/pychroot-0.10.0.ebuild index bda4fc26dfd..e1419b49ab2 100644 --- a/dev-python/pychroot/pychroot-9999.ebuild +++ b/dev-python/pychroot/pychroot-0.10.0.ebuild @@ -19,16 +19,18 @@ HOMEPAGE="https://github.com/pkgcore/pychroot" LICENSE="BSD" SLOT="0" IUSE="test" +RESTRICT="!test? ( test )" if [[ ${PV} == *9999 ]]; then RDEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]" else - RDEPEND=">=dev-python/snakeoil-0.8.0[${PYTHON_USEDEP}]" + RDEPEND=">=dev-python/snakeoil-0.8.1[${PYTHON_USEDEP}]" fi DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" + test? ( dev-python/pytest[${PYTHON_USEDEP}] ) +" [[ ${PV} == *9999 ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]" python_compile_all() { diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-9999.ebuild index bda4fc26dfd..e1419b49ab2 100644 --- a/dev-python/pychroot/pychroot-9999.ebuild +++ b/dev-python/pychroot/pychroot-9999.ebuild @@ -19,16 +19,18 @@ HOMEPAGE="https://github.com/pkgcore/pychroot" LICENSE="BSD" SLOT="0" IUSE="test" +RESTRICT="!test? ( test )" if [[ ${PV} == *9999 ]]; then RDEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]" else - RDEPEND=">=dev-python/snakeoil-0.8.0[${PYTHON_USEDEP}]" + RDEPEND=">=dev-python/snakeoil-0.8.1[${PYTHON_USEDEP}]" fi DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" + test? ( dev-python/pytest[${PYTHON_USEDEP}] ) +" [[ ${PV} == *9999 ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]" python_compile_all() {