From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id D629C158128 for ; Wed, 18 Jun 2025 07:11:51 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C1B33341E7C for ; Wed, 18 Jun 2025 07:11:51 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3A6901104E2; Wed, 18 Jun 2025 07:11:43 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 33C0F1104E2 for ; Wed, 18 Jun 2025 07:11:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0FA7341294 for ; Wed, 18 Jun 2025 07:11:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 307C229FA for ; Wed, 18 Jun 2025 07:11:41 +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: <1750230687.c2d2d7c019ca7f882f2c60175ebb0f424860a9f5.mgorny@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-3.0.1.ebuild X-VCS-Directories: dev-python/latexcodec/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c2d2d7c019ca7f882f2c60175ebb0f424860a9f5 X-VCS-Branch: master Date: Wed, 18 Jun 2025 07:11:41 +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: afd1fdab-8c05-4b45-b68c-4830fa06c211 X-Archives-Hash: 9717fc46fb93b48cfaf36e4cdfaa4693 commit: c2d2d7c019ca7f882f2c60175ebb0f424860a9f5 Author: Michał Górny gentoo org> AuthorDate: Wed Jun 18 05:51:33 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 18 07:11:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2d2d7c0 dev-python/latexcodec: Bump to 3.0.1 Signed-off-by: Michał Górny gentoo.org> dev-python/latexcodec/Manifest | 1 + dev-python/latexcodec/latexcodec-3.0.1.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-python/latexcodec/Manifest b/dev-python/latexcodec/Manifest index 46d0916cf595..bb92234f128f 100644 --- a/dev-python/latexcodec/Manifest +++ b/dev-python/latexcodec/Manifest @@ -1 +1,2 @@ DIST latexcodec-3.0.0.tar.gz 31023 BLAKE2B 3612275cec0d5d20c838dd8edd2799d34da59c5593362a86eb002fde287e3195f7167351f516c4333877798d94e767e7babde144dbf2161dcf82998c67460403 SHA512 f715e61620237267b69f178b620100ac37011093a64e2663fd64b476194e2e0d29ca0ee3169ce3edb11955ef61c64109c8e1b549a800bf4d52e8a75630baaa58 +DIST latexcodec-3.0.1.tar.gz 31222 BLAKE2B 5bd8c40403d121d991fd47e4362d18fe7035836b2ec51dcaee4b3046245af64b83b06cb81f981c42e2cfbf691d7c44222a9572c14b7af302303f332e378ca87a SHA512 d4adb96c74dfe29ca957ed8f49d224af79fa6268faa1fb443da588e5219ba08a57640d726b6f31516e1a154239f0f869efd8be66ac87805b6742a9dd1dcdc5bf diff --git a/dev-python/latexcodec/latexcodec-3.0.1.ebuild b/dev-python/latexcodec/latexcodec-3.0.1.ebuild new file mode 100644 index 000000000000..06bfba7e2ebf --- /dev/null +++ b/dev-python/latexcodec/latexcodec-3.0.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Lexer and codec to work with LaTeX code in Python" +HOMEPAGE=" + https://github.com/mcmtroffaes/latexcodec/ + https://pypi.org/project/latexcodec/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +distutils_enable_tests pytest