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 10F66158041 for ; Wed, 6 Mar 2024 21:18:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DF3DE2A27; Wed, 6 Mar 2024 21:18:52 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 7E86BE2A27 for ; Wed, 6 Mar 2024 21:18:52 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9299134306A for ; Wed, 6 Mar 2024 21:18:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 161EB1501 for ; Wed, 6 Mar 2024 21:18:48 +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: <1709759884.7440546f4657e762ac240d5778d601eb140abcc6.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.0.ebuild X-VCS-Directories: dev-python/latexcodec/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7440546f4657e762ac240d5778d601eb140abcc6 X-VCS-Branch: master Date: Wed, 6 Mar 2024 21:18:48 +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: d8e9595d-45b6-42fb-b0ef-72dba7cb1f03 X-Archives-Hash: 051c72f0b75aae1b5f22db4cff8bd153 commit: 7440546f4657e762ac240d5778d601eb140abcc6 Author: Michał Górny gentoo org> AuthorDate: Wed Mar 6 21:12:56 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 6 21:18:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7440546f dev-python/latexcodec: Bump to 3.0.0 Signed-off-by: Michał Górny gentoo.org> dev-python/latexcodec/Manifest | 1 + dev-python/latexcodec/latexcodec-3.0.0.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-python/latexcodec/Manifest b/dev-python/latexcodec/Manifest index 769d7951f0d7..c27d210ececa 100644 --- a/dev-python/latexcodec/Manifest +++ b/dev-python/latexcodec/Manifest @@ -1 +1,2 @@ DIST latexcodec-2.0.1.tar.gz 30131 BLAKE2B 8af9cf81a1e0a8b72bf4eb1be206d2f2029598372872f1c43d8abe5e69efeba957d610102f44a5da552325f5525e1668e52ba2cc6c9a2d3f4b7c59c375f040e0 SHA512 e7f23b91904e0bd4a3f052f5f201b125e84c1f94a247b869e14c8f45ee8bc2c478e8887a792efa8c9b6d2b7fefed43fc66e797206b6e40aedaedc68ce7865cab +DIST latexcodec-3.0.0.tar.gz 31023 BLAKE2B 3612275cec0d5d20c838dd8edd2799d34da59c5593362a86eb002fde287e3195f7167351f516c4333877798d94e767e7babde144dbf2161dcf82998c67460403 SHA512 f715e61620237267b69f178b620100ac37011093a64e2663fd64b476194e2e0d29ca0ee3169ce3edb11955ef61c64109c8e1b549a800bf4d52e8a75630baaa58 diff --git a/dev-python/latexcodec/latexcodec-3.0.0.ebuild b/dev-python/latexcodec/latexcodec-3.0.0.ebuild new file mode 100644 index 000000000000..3469fee5964e --- /dev/null +++ b/dev-python/latexcodec/latexcodec-3.0.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +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