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 3019F13835A for ; Sat, 23 Jan 2021 03:39:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEFC4E0BE1; Sat, 23 Jan 2021 03:39:38 +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 4FCADE0BCB for ; Sat, 23 Jan 2021 03:39:38 +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 C0F46340E47 for ; Sat, 23 Jan 2021 03:39:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EC0348B for ; Sat, 23 Jan 2021 03:39:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1611373055.86eecd74740898532baf25c926f82d346327de60.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/latexcodec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/latexcodec/Manifest dev-python/latexcodec/latexcodec-2.0.0.ebuild X-VCS-Directories: dev-python/latexcodec/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 86eecd74740898532baf25c926f82d346327de60 X-VCS-Branch: master Date: Sat, 23 Jan 2021 03:39:35 +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: adfbfd5e-a4b5-4168-aaf0-d20c4b2e22ad X-Archives-Hash: 329adca109a7de8622eafa46cbfbbbd1 commit: 86eecd74740898532baf25c926f82d346327de60 Author: William Pettersson ewpettersson se> AuthorDate: Fri Jan 22 11:42:59 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 23 03:37:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86eecd74 dev-python/latexcodec: Drop old version Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: William Pettersson ewpettersson.se> Closes: https://github.com/gentoo/gentoo/pull/19158 Signed-off-by: Sam James gentoo.org> dev-python/latexcodec/Manifest | 1 - dev-python/latexcodec/latexcodec-2.0.0.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-python/latexcodec/Manifest b/dev-python/latexcodec/Manifest index 24e339d1015..769d7951f0d 100644 --- a/dev-python/latexcodec/Manifest +++ b/dev-python/latexcodec/Manifest @@ -1,2 +1 @@ -DIST latexcodec-2.0.0.tar.gz 29919 BLAKE2B 163fe7332aba7628265f1462570c8d22ec4044dd7b7383de8280bbc617ba4dc26e90f12e6777d690c7a8ae4f6564dbf7519bd6f57cf3dca2820a1fc647a1d7ef SHA512 3c0540b4e5dbc88908b26c68b4c6fca573b45a6b17053733b35a16716510bb67ef6099fae8e48e094a6f08be4e4eac48e889366f035ab38f80e31dd61f08a3c1 DIST latexcodec-2.0.1.tar.gz 30131 BLAKE2B 8af9cf81a1e0a8b72bf4eb1be206d2f2029598372872f1c43d8abe5e69efeba957d610102f44a5da552325f5525e1668e52ba2cc6c9a2d3f4b7c59c375f040e0 SHA512 e7f23b91904e0bd4a3f052f5f201b125e84c1f94a247b869e14c8f45ee8bc2c478e8887a792efa8c9b6d2b7fefed43fc66e797206b6e40aedaedc68ce7865cab diff --git a/dev-python/latexcodec/latexcodec-2.0.0.ebuild b/dev-python/latexcodec/latexcodec-2.0.0.ebuild deleted file mode 100644 index d0b505b9f68..00000000000 --- a/dev-python/latexcodec/latexcodec-2.0.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 - -DESCRIPTION="Lexer and codec to work with LaTeX code in Python" -HOMEPAGE="https://github.com/mcmtroffaes/latexcodec/ https://pypi.org/project/latexcodec/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest