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 AD12B138350 for ; Mon, 4 May 2020 09:46:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EE83E0AA3; Mon, 4 May 2020 09:45:59 +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 6D77AE0AA3 for ; Mon, 4 May 2020 09:45:59 +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 2C04E34F408 for ; Mon, 4 May 2020 09:45:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DD92219 for ; Mon, 4 May 2020 09:45:55 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1588585500.2a15211a4847ff660aeef79ac9b272e4e2af9afe.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyUtilib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyUtilib/Manifest dev-python/PyUtilib/PyUtilib-5.6.5.ebuild X-VCS-Directories: dev-python/PyUtilib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2a15211a4847ff660aeef79ac9b272e4e2af9afe X-VCS-Branch: master Date: Mon, 4 May 2020 09:45:55 +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: db8b68d3-5b3e-4e9b-af7f-b0517a894281 X-Archives-Hash: 7be92622b118521e5fcdc9e66b7e99b2 commit: 2a15211a4847ff660aeef79ac9b272e4e2af9afe Author: Michał Górny gentoo org> AuthorDate: Mon May 4 09:45:00 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 4 09:45:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a15211a dev-python/PyUtilib: Remove redundant Signed-off-by: Michał Górny gentoo.org> dev-python/PyUtilib/Manifest | 1 - dev-python/PyUtilib/PyUtilib-5.6.5.ebuild | 52 ------------------------------- 2 files changed, 53 deletions(-) diff --git a/dev-python/PyUtilib/Manifest b/dev-python/PyUtilib/Manifest index 7920e7a33a5..728046d1d58 100644 --- a/dev-python/PyUtilib/Manifest +++ b/dev-python/PyUtilib/Manifest @@ -1,2 +1 @@ -DIST PyUtilib-5.6.5.tar.gz 1504220 BLAKE2B 2d00b8b9a0a787413dce5dd4380382efa4c8788e9a8f5188eb0decf9e55bc07ce5ceb8e6f32ed2fa7cf58c331fe936ea07d9b599ff8e7e9593327d3c0f05d4e9 SHA512 5e7f86c29ff81cfffea5862d09ec8d026739f09b172606acd4d08dc4a9bde28c8b63b8e51634d17c3161b46e7e8c8881050044baa22bc07b0926efe46ed7331d DIST PyUtilib-5.7.2.tar.gz 1566034 BLAKE2B 913c6576b39f14c19e2e633c36ade33fe812c77a37374c7c14d2fb4384ca38f68efd55209d70e96d9a78fea2fcf1cf83423680d0787da2d03cab88e59a208b96 SHA512 d9d7d890cdb524bb055885354784f2af01967164ce88cf3b144ccffb0a855ef34243fd518c58193517ecfc50f3c2e3ca333f026951c1ab0b38ce181ecf9e7750 diff --git a/dev-python/PyUtilib/PyUtilib-5.6.5.ebuild b/dev-python/PyUtilib/PyUtilib-5.6.5.ebuild deleted file mode 100644 index 32506e723c9..00000000000 --- a/dev-python/PyUtilib/PyUtilib-5.6.5.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_6 ) -inherit distutils-r1 - -DESCRIPTION="A collection of Python utilities" -HOMEPAGE="https://github.com/PyUtilib/pyutilib" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -BDEPEND="${RDEPEND} - test? ( - dev-python/nose[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - )" - -PATCHES=( - "${FILESDIR}/pyutilib-5.6.5-tests.patch" -) - -python_prepare() { - # shells out to run nosetests - rm pyutilib/dev/tests/test_runtests.py || die -} - -python_install_all() { - distutils-r1_python_install_all - find "${ED}" -name '*.pth' -delete || die -} - -python_install() { - distutils-r1_python_install - - if ! python_is_python3; then - printf "# Placeholder for python2\n" \ - > "${D}$(python_get_sitedir)/${PN,,}/__init__.py" - fi -} - -python_test() { - COLUMNS="80" "${EPYTHON}" -W ignore::DeprecationWarning \ - -m unittest discover -v || die -}