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 2576D138350 for ; Sat, 28 Mar 2020 08:34:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 552D7E0D53; Sat, 28 Mar 2020 08:34:11 +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 341E3E0D53 for ; Sat, 28 Mar 2020 08:34:11 +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 EF55034F905 for ; Sat, 28 Mar 2020 08:34:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 986EF199 for ; Sat, 28 Mar 2020 08:34:08 +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: <1585384421.653cd22db0d94f4d4996d7b0b1f3591954270b8e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/meld3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/meld3/Manifest dev-python/meld3/meld3-1.0.2-r2.ebuild X-VCS-Directories: dev-python/meld3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 653cd22db0d94f4d4996d7b0b1f3591954270b8e X-VCS-Branch: master Date: Sat, 28 Mar 2020 08:34:08 +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: 58ec1564-df8a-43aa-8901-c10a6bced219 X-Archives-Hash: f504891b506ab250fce47ab3fa7e4c91 commit: 653cd22db0d94f4d4996d7b0b1f3591954270b8e Author: Michał Górny gentoo org> AuthorDate: Sat Mar 28 08:12:02 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 28 08:33:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=653cd22d dev-python/meld3: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/meld3/Manifest | 1 - dev-python/meld3/meld3-1.0.2-r2.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-python/meld3/Manifest b/dev-python/meld3/Manifest index 11fc9362020..551e27875b5 100644 --- a/dev-python/meld3/Manifest +++ b/dev-python/meld3/Manifest @@ -1,2 +1 @@ -DIST meld3-1.0.2.tar.gz 36478 BLAKE2B 2a11e4a8f3cde98246301438e52061899cdb7471abac0237f5228acee9d6f90bb322178241f6f649d26711265b0a26488fd4387f618f211bd1e896228ae88f62 SHA512 54fe6def7169fb4e3469cad8be58e56984026f27b3b8b2bfd6d53e2296e0c2a5bfb3e67d032ef75edd93306f4115a091930a7aae3573acecd3fed4acd6eeb544 DIST meld3-2.0.0.tar.gz 36464 BLAKE2B f67bce5464dd516443414e5d40c8d7605ef891fb3a7ff3d47e0a065559148494c71174d5a537c9f00a0e6def2302b95938a5912956674aa171ed5ec2a8804a3e SHA512 97f1a892835b8f01dd82de681e684547f1e0b54b74ce63b92eb77fbd2fe436217b84a3c03400256ffca97add3d41e50ca563ec6f15f4f4b0fcda4e849a2d0bbf diff --git a/dev-python/meld3/meld3-1.0.2-r2.ebuild b/dev-python/meld3/meld3-1.0.2-r2.ebuild deleted file mode 100644 index 2e543ecf3d6..00000000000 --- a/dev-python/meld3/meld3-1.0.2-r2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{6,7} ) -PYTHON_REQ_USE="xml(+)" - -inherit distutils-r1 - -DESCRIPTION="meld3 is an HTML/XML templating engine" -HOMEPAGE="https://github.com/supervisor/meld3 https://pypi.org/project/meld3/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="repoze" -SLOT="0" -KEYWORDS="amd64 x86" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - esetup.py test -}