commit:     1af6379556e8faded41a7203eacd2f30738a26c3
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 26 02:51:10 2021 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Jan 26 03:07:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af63795

dev-python/pychroot: remove old

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 dev-python/pychroot/Manifest               |  1 -
 dev-python/pychroot/pychroot-0.10.3.ebuild | 44 ------------------------------
 2 files changed, 45 deletions(-)

diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
index bda37e82073..cf220a4297e 100644
--- a/dev-python/pychroot/Manifest
+++ b/dev-python/pychroot/Manifest
@@ -1,2 +1 @@
-DIST pychroot-0.10.3.tar.gz 23637 BLAKE2B 
9ea0d3fdbabddd2901cf263b9f29eb91a6a6eb732c8973773c69630a320d6e39f458fb4f420f099617ba4f6e43353fe36dc4576cb84bca271a8e7b4db260b36c
 SHA512 
b4d9fab3d2ba9bd5fd9bf6bcb988a1e63ea03aef0c898baf724d51de97943cb41c0223a235f4fa9f733cf737a3089a90006ae5ecb9049d74ec8c78712a1b6e7a
 DIST pychroot-0.10.4.tar.gz 23745 BLAKE2B 
cce7be8c88b193b69838f14dfad62a5374936039bfe6478b8448b9a7f9e1ffcb373d5649ad1953beec6ca9ae138adc6871e129418a6fc64067b09eb6d4b4fa4c
 SHA512 
fd93dba0a104eebe238f56e254fc445e1d34a2dbec6dcc307327fb92ebd7c85b1e729497ec818b756dee934f267cad755037ff004f78623d858617e39b473468

diff --git a/dev-python/pychroot/pychroot-0.10.3.ebuild 
b/dev-python/pychroot/pychroot-0.10.3.ebuild
deleted file mode 100644
index 925ca082a68..00000000000
--- a/dev-python/pychroot/pychroot-0.10.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
-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.9[${PYTHON_USEDEP}]"
-fi
-
-DEPEND="${RDEPEND}"
-BDEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-       esetup.py test
-}
-
-python_install_all() {
-       local DOCS=( NEWS.rst README.rst )
-       [[ ${PV} == *9999 ]] || doman man/*
-       distutils-r1_python_install_all
-}

Reply via email to