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 BD1891382C5 for ; Wed, 16 May 2018 15:58:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AC38E08FC; Wed, 16 May 2018 15:58:21 +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 E9186E08FE for ; Wed, 16 May 2018 15:58: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 EFA42335C78 for ; Wed, 16 May 2018 15:58:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79A062AB for ; Wed, 16 May 2018 15:58:17 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1526486217.71a94e5532fb18fe3b20abe66258f17c219a7072.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scandir/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/scandir/Manifest dev-python/scandir/scandir-1.5.ebuild X-VCS-Directories: dev-python/scandir/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 71a94e5532fb18fe3b20abe66258f17c219a7072 X-VCS-Branch: master Date: Wed, 16 May 2018 15:58: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-Archives-Salt: 2fb106ed-bf19-4e2d-9409-89de6a4b6577 X-Archives-Hash: 665fb5706736e98fc343b8d7bde54c34 commit: 71a94e5532fb18fe3b20abe66258f17c219a7072 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 16 13:43:19 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 16 15:56:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71a94e55 dev-python/scandir: Drop old Package-Manager: Portage-2.3.36, Repoman-2.3.9 dev-python/scandir/Manifest | 1 - dev-python/scandir/scandir-1.5.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/dev-python/scandir/Manifest b/dev-python/scandir/Manifest index dc0d5267b8d..b9f6a616c87 100644 --- a/dev-python/scandir/Manifest +++ b/dev-python/scandir/Manifest @@ -1,3 +1,2 @@ -DIST scandir-1.5.tar.gz 29351 BLAKE2B 12cd7d18515ed597d0dc68ff435a442397a23691a0ad2d11d700f28b8abba58517859808190466fb799bb51a4757c4223fad0b1426c1be19bc1cd8f4ffd2601b SHA512 e6535e92011cc2c5f888ddd083a9dc48921609fd59d9bf9a4bcd596c055dc0510d48f6d3571605bbade3bd0e232e8bae94b44b20ba935e7ffdeec268ba3d2ee4 DIST scandir-1.6.tar.gz 29670 BLAKE2B ad8c231783c14246341cd23bd79185ee10894bb29107ba7c0bfdf51982bda99fd8ce45ea52ff42687371d56b3e6d43cf1d6cc65bdaecf43da9059e524a801e6d SHA512 d01e0551696787caded787a430eea787a69a27c725505277420fd607b3fcc892218377bb340651fd906bdeb3a57e99879df3c86aeadd2399fcbe45cb2118b9db DIST scandir-1.7.tar.gz 32812 BLAKE2B ed80775b5acca85d8829e2fb46df33fdda08d9dad6cc0e175d1270dc51b6eb4d381a5bd813e2dfd2072ac0af0d642d20ae818e569688ffbe5decaf4421f5e979 SHA512 47c6d9642938f374eb03228cdb6c8d77aa2af01a84b7efc518d223851562a615b616e92100bbeb38c4fa7455ef5f7ae4af8d406f5148d1a26a403708b4a27023 diff --git a/dev-python/scandir/scandir-1.5.ebuild b/dev-python/scandir/scandir-1.5.ebuild deleted file mode 100644 index b7fc9cae5d2..00000000000 --- a/dev-python/scandir/scandir-1.5.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) - -inherit distutils-r1 - -DESCRIPTION="A better directory iterator and faster os.walk()" -HOMEPAGE="https://github.com/benhoyt/scandir" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - ${EPYTHON} test/run_tests.py -v || die "tests failed under ${EPYTHON}" -}