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 351921382C5 for ; Thu, 7 Jan 2021 09:22:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80BCBE0893; Thu, 7 Jan 2021 09:22:20 +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 66755E0893 for ; Thu, 7 Jan 2021 09:22:20 +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 1C234341386 for ; Thu, 7 Jan 2021 09:22:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9376C4B for ; Thu, 7 Jan 2021 09:22:17 +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: <1610011174.1cdbc6ecbd1f2b8e3e66a9387c911b8e5d8739c7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/natsort/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/natsort/Manifest dev-python/natsort/natsort-7.0.1.ebuild X-VCS-Directories: dev-python/natsort/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1cdbc6ecbd1f2b8e3e66a9387c911b8e5d8739c7 X-VCS-Branch: master Date: Thu, 7 Jan 2021 09:22:17 +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: de9b1de1-7243-4293-b5fd-8bd3f8c638c4 X-Archives-Hash: 20d4aeb2978bdc5e23a5065249ca6a73 commit: 1cdbc6ecbd1f2b8e3e66a9387c911b8e5d8739c7 Author: Michał Górny gentoo org> AuthorDate: Thu Jan 7 09:19:34 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 7 09:19:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cdbc6ec dev-python/natsort: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/natsort/Manifest | 1 - dev-python/natsort/natsort-7.0.1.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/dev-python/natsort/Manifest b/dev-python/natsort/Manifest index 82a64c89ab9..2496903f72a 100644 --- a/dev-python/natsort/Manifest +++ b/dev-python/natsort/Manifest @@ -1,2 +1 @@ -DIST natsort-7.0.1.tar.gz 139272 BLAKE2B 81f75df0868a0810fbc8fef5a499135b5291adde7561a1b0e6b8a94a7f5afc27cd156939119c24749b1ed6983b4a6d63cada3f4a220e785dc06986db099803ba SHA512 48bfda8a42b951287d984e38c474b71233d56a578d8bec12e657413b3cdb71dd27103acda8dca359d87efd761e775deff0775a81d8dfa18df24c364921028c2b DIST natsort-7.1.0.tar.gz 143534 BLAKE2B 3ab6c977aca40330fac0af9e4be36d973e88d931799b3135a81daf0a475988af5cc2f9abb30ade1498aad07d9c986e514c7c8cdbbb63da195a81dded4f6f25da SHA512 41293d70c3dc2214f9dc1c123f31cd7886341ae25c6342ac49f3d53d06ba15ecd8d666f1763fe790848c93668940a81b7e7f1fe896f0b91f180ca557dd922ac3 diff --git a/dev-python/natsort/natsort-7.0.1.ebuild b/dev-python/natsort/natsort-7.0.1.ebuild deleted file mode 100644 index ffdeefd38e3..00000000000 --- a/dev-python/natsort/natsort-7.0.1.ebuild +++ /dev/null @@ -1,25 +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,8} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="Natural sorting for Python" -HOMEPAGE="https://pypi.org/project/natsort/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~ia64 x86" -IUSE="test" - -DEPEND="test? ( - dev-python/hypothesis[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest