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 880DF138350 for ; Sat, 28 Mar 2020 11:37:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92CAFE0E03; Sat, 28 Mar 2020 11:37:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 799BCE0E03 for ; Sat, 28 Mar 2020 11:37:00 +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 B597234FA15 for ; Sat, 28 Mar 2020 11:36:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2BF81B0 for ; Sat, 28 Mar 2020 11:36:56 +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: <1585395397.35d77122f828428c4c1d292b7e2af6d4b12d7d0d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pathtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pathtools/pathtools-0.1.2-r2.ebuild X-VCS-Directories: dev-python/pathtools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 35d77122f828428c4c1d292b7e2af6d4b12d7d0d X-VCS-Branch: master Date: Sat, 28 Mar 2020 11:36:56 +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: d1d88703-9322-4423-bc0d-cebc6fd0b392 X-Archives-Hash: c9702285896b77cb9d8cd7caa75ee8cd commit: 35d77122f828428c4c1d292b7e2af6d4b12d7d0d Author: Michał Górny gentoo org> AuthorDate: Sat Mar 28 11:32:30 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 28 11:36:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35d77122 dev-python/pathtools: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/pathtools/pathtools-0.1.2-r2.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/dev-python/pathtools/pathtools-0.1.2-r2.ebuild b/dev-python/pathtools/pathtools-0.1.2-r2.ebuild deleted file mode 100644 index aff7a543435..00000000000 --- a/dev-python/pathtools/pathtools-0.1.2-r2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6) -inherit distutils-r1 - -DESCRIPTION="Pattern matching and various utilities for file systems paths" -HOMEPAGE="https://pypi.org/project/pathtools/" -SRC_URI="mirror://pypi/p/pathtools/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"