commit:     2f9c7c06ae380331593930a1fcc0faaa7e75d8e6
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Tue Sep  8 19:47:07 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 20:22:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9c7c06

dev-python/doit: remove old version

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17475
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/doit/doit-0.32.0-r1.ebuild | 54 -----------------------------------
 1 file changed, 54 deletions(-)

diff --git a/dev-python/doit/doit-0.32.0-r1.ebuild 
b/dev-python/doit/doit-0.32.0-r1.ebuild
deleted file mode 100644
index 0bdfcaf80c3..00000000000
--- a/dev-python/doit/doit-0.32.0-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit bash-completion-r1 distutils-r1
-
-DESCRIPTION="Automation tool"
-HOMEPAGE="https://pydoit.org/ https://pypi.org/project/doit/";
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-RDEPEND="
-       dev-python/cloudpickle[${PYTHON_USEDEP}]
-       dev-python/pyinotify[${PYTHON_USEDEP}]
-       dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="
-       test? (
-               ${RDEPEND}
-               $(python_gen_impl_dep sqlite)
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/pyflakes[${PYTHON_USEDEP}]
-               >=dev-python/pytest-5.4[${PYTHON_USEDEP}]
-       )"
-PDEPEND=">=dev-python/doit-py-0.4.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx doc dev-python/sphinx_rtd_theme
-
-PATCHES=(
-       "${FILESDIR}/${P}_pytest5.4.patch"
-       "${FILESDIR}/${P}_unpickable.patch"
-)
-
-src_prepare() {
-       default
-       # Replace custom theme with builtin for documentation
-       sed -i -e "s:'press':'sphinx_rtd_theme':" doc/conf.py || die
-       # Disable test failing due to impact on PATH run in a sandbox
-       sed -i -e "s:test_target:_&:" tests/test_cmd_strace.py || die
-}
-
-src_install() {
-       distutils-r1_src_install
-       newbashcomp bash_completion_doit ${PN}
-       insinto /usr/share/zsh/site-functions
-       newins zsh_completion_doit _${PN}
-}

Reply via email to