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 BB467138350 for ; Fri, 27 Mar 2020 11:45:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB348E0ECD; Fri, 27 Mar 2020 11:45:04 +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 B9088E0ECD for ; Fri, 27 Mar 2020 11:45:04 +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 A9D1234F0E0 for ; Fri, 27 Mar 2020 11:45:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DEFC1AA for ; Fri, 27 Mar 2020 11:45:00 +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: <1585309316.8b7d7119ee6299f04e77fe1fb6f0cfc1bb7a111e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/humanfriendly/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/humanfriendly/Manifest dev-python/humanfriendly/humanfriendly-4.17.ebuild X-VCS-Directories: dev-python/humanfriendly/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8b7d7119ee6299f04e77fe1fb6f0cfc1bb7a111e X-VCS-Branch: master Date: Fri, 27 Mar 2020 11:45:00 +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: 0ee01c48-e094-4cfb-9d5a-969bf794afc8 X-Archives-Hash: fcbce003ef23f51b23c71793e485f679 commit: 8b7d7119ee6299f04e77fe1fb6f0cfc1bb7a111e Author: Michał Górny gentoo org> AuthorDate: Fri Mar 27 11:41:56 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 27 11:41:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7d7119 dev-python/humanfriendly: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/humanfriendly/Manifest | 1 - dev-python/humanfriendly/humanfriendly-4.17.ebuild | 40 ---------------------- 2 files changed, 41 deletions(-) diff --git a/dev-python/humanfriendly/Manifest b/dev-python/humanfriendly/Manifest index 696f85ba420..3a5643b6a47 100644 --- a/dev-python/humanfriendly/Manifest +++ b/dev-python/humanfriendly/Manifest @@ -1,2 +1 @@ -DIST humanfriendly-4.17.tar.gz 344455 BLAKE2B 985ae142ea5378fcceb9f5f28773ac4dcaf0ea55ef1a7269fd1840a0b7119b54362aa93c330aa62e5424cc6f329e88717b45255c62b8e1d3f9ff5dd43a3c16c2 SHA512 a5786f28eaa0ff33919d9164ff30037fef5dbf60a31aece7679d1dddf3239f5a0d27209c710053cb0ac6779c1ef39102b1441fc620063283e90ef2ae11f8b621 DIST humanfriendly-4.18.tar.gz 345853 BLAKE2B 9b03ea0679f787e216ee78efe8feb77f83562998813718845f4d21b7ce3f42cadff0e80b96f02da3cf6dc7f35cb0714f746940cf2ac0ec8e8981377989650c8a SHA512 01c7ee50d35154fe0b7ad39662ca6ff2dcd3e0f2a2eacc62f0184102c9db1c0fd99257273982aff56710b4e59024e8c20ee77ddd10c68e427c077ed4ca7e0022 diff --git a/dev-python/humanfriendly/humanfriendly-4.17.ebuild b/dev-python/humanfriendly/humanfriendly-4.17.ebuild deleted file mode 100644 index 9fe2f4da94e..00000000000 --- a/dev-python/humanfriendly/humanfriendly-4.17.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_6 ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 - -MY_PN="python-${PN}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Human friendly output for text interfaces using Python" -HOMEPAGE="https://pypi.org/project/humanfriendly/ https://humanfriendly.readthedocs.org" -SRC_URI="https://github.com/xolox/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-python/monotonic[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - >=dev-python/capturer-2.1[${PYTHON_USEDEP}] - >=dev-python/coloredlogs-2.0[${PYTHON_USEDEP}] - >=dev-python/pytest-3.0.7[${PYTHON_USEDEP}] - ) - " - -S="${WORKDIR}/${MY_P}" - -python_test() { - pytest -v || die -}