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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 93364158094 for ; Wed, 20 Jul 2022 09:35:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE151E0C52; Wed, 20 Jul 2022 09:35:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF037E0C52 for ; Wed, 20 Jul 2022 09:35:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03960340CB4 for ; Wed, 20 Jul 2022 09:35:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFD2155B for ; Wed, 20 Jul 2022 09:35:16 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1658309196.5ceabcac3f85e5cd83d8ebd4f88bec6cb87aef0b.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pylatexenc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pylatexenc/Manifest dev-python/pylatexenc/metadata.xml dev-python/pylatexenc/pylatexenc-2.10.ebuild X-VCS-Directories: dev-python/pylatexenc/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 5ceabcac3f85e5cd83d8ebd4f88bec6cb87aef0b X-VCS-Branch: master Date: Wed, 20 Jul 2022 09:35:16 +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: e25b8da4-1393-4993-8b6d-c7fb33c268fe X-Archives-Hash: f8ae533a3227f9ae3f256c2a506b0d2d Message-ID: <20220720093516.iaxexQNUmqDWAXFdcATOVXIQSeI7NI4XWg3u1p4URLg@z> commit: 5ceabcac3f85e5cd83d8ebd4f88bec6cb87aef0b Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Jul 20 09:26:36 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Jul 20 09:26:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ceabcac dev-python/pylatexenc: remove duplicate Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/pylatexenc/Manifest | 1 - dev-python/pylatexenc/metadata.xml | 14 -------------- dev-python/pylatexenc/pylatexenc-2.10.ebuild | 19 ------------------- 3 files changed, 34 deletions(-) diff --git a/dev-python/pylatexenc/Manifest b/dev-python/pylatexenc/Manifest deleted file mode 100644 index a340c67f9..000000000 --- a/dev-python/pylatexenc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pylatexenc-2.10.tar.gz 721836 BLAKE2B 8512e052271c127809105280360706217f5134b2349d4b21dcec720addb4cff4157173f8350115de4142aea491da2efb1a2854b4310c48ec98061470be21654e SHA512 9728731e0c84324685b77ce17fae0bea445815e2c54394d2722c4412bbd914da49280ef36b5f3a0a0346e5d2129ca2d8d3b3b92356de3c6af9eed4247cf8bd43 diff --git a/dev-python/pylatexenc/metadata.xml b/dev-python/pylatexenc/metadata.xml deleted file mode 100644 index 4bb5426ae..000000000 --- a/dev-python/pylatexenc/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - gaboroszkar@protonmail.com - Gábor Oszkár Dénes - - - Simple LaTeX parser providing latex-to-unicode and unicode-to-latex conversion. - The pylatexenc.latexencode module provides a function unicode_to_latex() which converts a unicode string into LaTeX text and escape sequences. It should recognize accented characters and most math symbols. A couple of switches allow you to alter how this function behaves. - You can also run latexencode in command-line to convert plain unicode text (from the standard input or from files given on the command line) into LaTeX code, written on to the standard output. - - diff --git a/dev-python/pylatexenc/pylatexenc-2.10.ebuild b/dev-python/pylatexenc/pylatexenc-2.10.ebuild deleted file mode 100644 index dcf1d618c..000000000 --- a/dev-python/pylatexenc/pylatexenc-2.10.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Simple LaTeX parser providing latex-to-unicode and unicode-to-latex conversion" -HOMEPAGE="https://github.com/phfaist/pylatexenc" -SRC_URI="https://github.com/phfaist/pylatexenc/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -distutils_enable_tests pytest