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 D99F1158086 for ; Sat, 16 Oct 2021 06:09:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AD87E0864; Sat, 16 Oct 2021 06:09:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC5B5E085A for ; Sat, 16 Oct 2021 06:09:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14CDD34308A for ; Sat, 16 Oct 2021 06:09:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0C2115A for ; Sat, 16 Oct 2021 06:09: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: <1634364505.edab225b2142d7a3f9a2a37e77e2efb422725fbf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pandocfilters/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pandocfilters/Manifest dev-python/pandocfilters/pandocfilters-1.4.3.ebuild X-VCS-Directories: dev-python/pandocfilters/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: edab225b2142d7a3f9a2a37e77e2efb422725fbf X-VCS-Branch: master Date: Sat, 16 Oct 2021 06:09: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: 423c37a7-bd55-48ca-8e97-2b1aae8ba960 X-Archives-Hash: b477604404e5dcab18080b5dfc981985 commit: edab225b2142d7a3f9a2a37e77e2efb422725fbf Author: Michał Górny gentoo org> AuthorDate: Sat Oct 16 06:03:49 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 16 06:08:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edab225b dev-python/pandocfilters: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pandocfilters/Manifest | 1 - dev-python/pandocfilters/pandocfilters-1.4.3.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/dev-python/pandocfilters/Manifest b/dev-python/pandocfilters/Manifest index fbaccdc73a1..a2479851f51 100644 --- a/dev-python/pandocfilters/Manifest +++ b/dev-python/pandocfilters/Manifest @@ -1,2 +1 @@ -DIST pandocfilters-1.4.3.tar.gz 16586 BLAKE2B 975000f96475e8338a54d8a96793a8bcfbf62c5251897a01c185a6708ff7c47f2a1bee617e4e25d3854e7de1d078769bbd887527beb20ebb7e06f0c4da59126c SHA512 9c7ae1329c103ff2baae3488edfcbfaba183bc94146b29e413e7e83ba2ff2dee69823138bf213f5c81a8b0097c2d9329bd05620b10c646662a9617aae7a528a9 DIST pandocfilters-1.5.0.tar.gz 8405 BLAKE2B 962da4f0e0d469f28f35eb181b10df317cb4130d796f62fe7ef27078d257e52a3554f93c64c303f617bbdd8b517868024686c8fd9f82b83a0ae6a923708c21a5 SHA512 32586d4718fd4b7047d850ca767ffacf8fba60844edf8469458e8549286e571774e7178678c7121be62b9a3c819a25de2d30b8fe58a539553336f322b87e836e diff --git a/dev-python/pandocfilters/pandocfilters-1.4.3.ebuild b/dev-python/pandocfilters/pandocfilters-1.4.3.ebuild deleted file mode 100644 index 7f1a789f220..00000000000 --- a/dev-python/pandocfilters/pandocfilters-1.4.3.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Utilities for writing pandoc filters in python" -HOMEPAGE="https://github.com/jgm/pandocfilters" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"