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 0570B138334 for ; Sun, 1 Dec 2019 06:16:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9FCCE083D; Sun, 1 Dec 2019 06:16:28 +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 73BF9E083D for ; Sun, 1 Dec 2019 06:16:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A334F34D639 for ; Sun, 1 Dec 2019 06:16:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 811818C2 for ; Sun, 1 Dec 2019 06:16:24 +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: <1575180897.8a358656d82929319c29dab4c45b8f0c56d705f5.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-0.9.18.ebuild X-VCS-Directories: dev-python/pychroot/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 8a358656d82929319c29dab4c45b8f0c56d705f5 X-VCS-Branch: master Date: Sun, 1 Dec 2019 06:16:24 +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: 99dd4c6b-7267-418f-b17c-173d543ffd0e X-Archives-Hash: 9872a88b6e7ef7188e9e0604dfe42f00 commit: 8a358656d82929319c29dab4c45b8f0c56d705f5 Author: Tim Harder gentoo org> AuthorDate: Sun Dec 1 06:14:57 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun Dec 1 06:14:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a358656 dev-python/pychroot: remove old Signed-off-by: Tim Harder gentoo.org> dev-python/pychroot/Manifest | 2 -- dev-python/pychroot/pychroot-0.10.0.ebuild | 48 ----------------------------- dev-python/pychroot/pychroot-0.9.18.ebuild | 49 ------------------------------ 3 files changed, 99 deletions(-) diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest index a384ddf5e76..77041c22743 100644 --- a/dev-python/pychroot/Manifest +++ b/dev-python/pychroot/Manifest @@ -1,3 +1 @@ -DIST pychroot-0.10.0.tar.gz 23960 BLAKE2B 6d22ccbf3d71854d863577f0cf5ec3b1bea40f0f80d5c07942520d5d522ee299222e96cab4893c9cab93866c7f881052f67ad9091267c329a772fc4c3065bae1 SHA512 4a3941da9a94b75963e72536ec8f6218564dbdcb97e6314562044eb55f523e0704aecbc81e8e377338781e8bfd1a2aafb22cdc82f37bdb198a03e0e30d2323e5 DIST pychroot-0.10.1.tar.gz 22169 BLAKE2B 7c39438addfbf9d307ebc751585c8add24712b0a3917986dd76478932389c39b8fbc6238cb21e4c1d13fee08f9478365911e766b676176fe209b4341c551267a SHA512 4df7f405872b693bf9ecac331927f749653b7251a49eaa10c423357f3150bbcbea73052ec4363a0f510aaeecd6b467d985402a8f764e99e67f5882e6b2ea4f97 -DIST pychroot-0.9.18.tar.gz 32879 BLAKE2B 769b3347bae3f7dfb47c0335015cc898ec851a3d45f774a4e21aeaf9b8d7937331bc69aa5bcbb298e76e7e51ffc2e55f049336fd90f6b08fc3bba87089f2205d SHA512 59c8750c9ba8d601eca485079c04d4153bba92531dbd30fba0104694e4435d76e65b762b76ef89a6a6f8908dd6054d1d95fe4be74825ac1c5a56e473370dfa41 diff --git a/dev-python/pychroot/pychroot-0.10.0.ebuild b/dev-python/pychroot/pychroot-0.10.0.ebuild deleted file mode 100644 index e1419b49ab2..00000000000 --- a/dev-python/pychroot/pychroot-0.10.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) -inherit distutils-r1 - -if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="https://github.com/pkgcore/pychroot.git" - inherit git-r3 -else - KEYWORDS="~amd64 ~x86" - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -fi - -DESCRIPTION="a python library and cli tool that simplify chroot handling" -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.1[${PYTHON_USEDEP}]" -fi - -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) -" -[[ ${PV} == *9999 ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]" - -python_compile_all() { - esetup.py build_man -} - -python_test() { - esetup.py test -} - -python_install_all() { - local DOCS=( NEWS.rst README.rst ) - esetup.py install_man --mandir="${ED}/usr/share/man" - distutils-r1_python_install_all -} diff --git a/dev-python/pychroot/pychroot-0.9.18.ebuild b/dev-python/pychroot/pychroot-0.9.18.ebuild deleted file mode 100644 index 465cf543b27..00000000000 --- a/dev-python/pychroot/pychroot-0.9.18.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) -inherit distutils-r1 - -if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="https://github.com/pkgcore/pychroot.git" - inherit git-r3 -else - KEYWORDS="~amd64 ~x86" - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -fi - -DESCRIPTION="a python library and cli tool that simplify chroot handling" -HOMEPAGE="https://github.com/pkgcore/pychroot" - -LICENSE="BSD" -SLOT="0" -IUSE="test" - -if [[ ${PV} == *9999 ]]; then - RDEPEND="=dev-python/snakeoil-9999[${PYTHON_USEDEP}]" -else - RDEPEND=">=dev-python/snakeoil-0.7.4[${PYTHON_USEDEP}]" -fi - -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) - dev-python/pytest[${PYTHON_USEDEP}] - )" -[[ ${PV} == *9999 ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]" - -python_compile_all() { - esetup.py build_man -} - -python_test() { - esetup.py test -} - -python_install_all() { - local DOCS=( NEWS.rst README.rst ) - distutils-r1_python_install install_man - distutils-r1_python_install_all -}