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 DC45413835A for ; Sun, 28 Jun 2020 10:41:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B792EE08AE; Sun, 28 Jun 2020 10:41:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 93FFAE08AE for ; Sun, 28 Jun 2020 10:41: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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EBBE434F210 for ; Sun, 28 Jun 2020 10:41:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 562C82B0 for ; Sun, 28 Jun 2020 10:41:15 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1593340856.669176a7eef1f4f9f93b20234cdfdbad2556a1be.juippis@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 dev-python/latexcodec/metadata.xml X-VCS-Directories: dev-python/latexcodec/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 669176a7eef1f4f9f93b20234cdfdbad2556a1be X-VCS-Branch: master Date: Sun, 28 Jun 2020 10:41:15 +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: 28f167ff-ccec-463f-be99-e47fd2c4bf1f X-Archives-Hash: 5664630bbbeeb8a7daa02761d2fc2963 commit: 669176a7eef1f4f9f93b20234cdfdbad2556a1be Author: William Pettersson ewpettersson se> AuthorDate: Sat May 2 12:22:31 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Jun 28 10:40:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=669176a7 dev-python/latexcodec: new package Closes: https://bugs.gentoo.org/720456 Package-Manager: Portage-2.3.89, Repoman-2.3.22 Signed-off-by: William Pettersson ewpettersson.se> Signed-off-by: Joonas Niilola gentoo.org> dev-python/latexcodec/Manifest | 1 + dev-python/latexcodec/latexcodec-2.0.0.ebuild | 20 ++++++++++++++++++++ dev-python/latexcodec/metadata.xml | 19 +++++++++++++++++++ 3 files changed, 40 insertions(+) diff --git a/dev-python/latexcodec/Manifest b/dev-python/latexcodec/Manifest new file mode 100644 index 00000000000..cd1b865795d --- /dev/null +++ b/dev-python/latexcodec/Manifest @@ -0,0 +1 @@ +DIST latexcodec-2.0.0.tar.gz 29919 BLAKE2B 163fe7332aba7628265f1462570c8d22ec4044dd7b7383de8280bbc617ba4dc26e90f12e6777d690c7a8ae4f6564dbf7519bd6f57cf3dca2820a1fc647a1d7ef SHA512 3c0540b4e5dbc88908b26c68b4c6fca573b45a6b17053733b35a16716510bb67ef6099fae8e48e094a6f08be4e4eac48e889366f035ab38f80e31dd61f08a3c1 diff --git a/dev-python/latexcodec/latexcodec-2.0.0.ebuild b/dev-python/latexcodec/latexcodec-2.0.0.ebuild new file mode 100644 index 00000000000..d3f8bec601b --- /dev/null +++ b/dev-python/latexcodec/latexcodec-2.0.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Lexer and codec to work with LaTeX code in Python" +HOMEPAGE="https://github.com/mcmtroffaes/latexcodec/ https://pypi.org/project/pybtex/" +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 diff --git a/dev-python/latexcodec/metadata.xml b/dev-python/latexcodec/metadata.xml new file mode 100644 index 00000000000..dda74f681e5 --- /dev/null +++ b/dev-python/latexcodec/metadata.xml @@ -0,0 +1,19 @@ + + + + + william@ewpettersson.se + William Pettersson + + + proxy-maint@gentoo.org + Proxy maintainers + + + Latexcodec provides a convenient way of going between text written in LaTeX and unicode. Since it is not a LaTeX compiler, it is more appropriate for short chunks of text, such as a paragraph or the values of a BibTeX entry, and it is not appropriate for a full LaTeX document. In particular, its behavior on the LaTeX commands that do not simply select characters is intended to allow the unicode representation to be understandable by a human reader, but is not canonical and may require hand tuning to produce the desired effect. + + + latexcodec + mcmtroffaes/latexcodec + +