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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D4D43158089 for ; Sat, 7 Oct 2023 07:02:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F078B2BC027; Sat, 7 Oct 2023 07:02:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D63D52BC027 for ; Sat, 7 Oct 2023 07:02:25 +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 EB99B335C67 for ; Sat, 7 Oct 2023 07:02:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46CD893F for ; Sat, 7 Oct 2023 07:02:23 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1696661975.c425da2aec5c33b9b410bb933cb8b8ca5c6aacbd.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/txt2tags/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/txt2tags/Manifest app-text/txt2tags/txt2tags-3.9.ebuild X-VCS-Directories: app-text/txt2tags/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: c425da2aec5c33b9b410bb933cb8b8ca5c6aacbd X-VCS-Branch: master Date: Sat, 7 Oct 2023 07:02:23 +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: d9ff4202-be7b-43ea-a765-74e0c72d3de6 X-Archives-Hash: c5ff6f636d2d821385508971cc3e81df commit: c425da2aec5c33b9b410bb933cb8b8ca5c6aacbd Author: Viorel Munteanu gentoo org> AuthorDate: Sat Oct 7 06:59:35 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sat Oct 7 06:59:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c425da2a app-text/txt2tags: add 3.9 Signed-off-by: Viorel Munteanu gentoo.org> app-text/txt2tags/Manifest | 1 + app-text/txt2tags/txt2tags-3.9.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/app-text/txt2tags/Manifest b/app-text/txt2tags/Manifest index d8d500471721..449bb32fa78f 100644 --- a/app-text/txt2tags/Manifest +++ b/app-text/txt2tags/Manifest @@ -1 +1,2 @@ DIST txt2tags-3.8.tar.gz 252139 BLAKE2B ed830ccd8b8487ce65bdd7a07dba567bb6ea7814d20c38aa7d8a2a5b15f9aa0eca379b0a8f2ff5a0571c151fcdb0152fff4d8a2ae9b4ae275fef8b94d926d0a2 SHA512 a3679505baa12388327a3cdc177c7c218707549140477189960c1172c1c495e193d7d7cb663a546bfec3e6ae6efd4d8936d94f08661ef7195087403855ebe66f +DIST txt2tags-3.9.tar.gz 252334 BLAKE2B 2052af87989b636cc3ed99b3fa8f884abbb175a19af709396b96ede9f10afca4d6764651b3c35ce60e52dad687b8f9b7b7b31f6d01a23a58c7c328a084067f7b SHA512 f2a1b0a671049595f12a05ca68acd860002bde9b8510eb9379ad9bdf94026b30522d670d39f2beffafa50104b44b2a3394aa090297ef92b46837c9a8e7e728ea diff --git a/app-text/txt2tags/txt2tags-3.9.ebuild b/app-text/txt2tags/txt2tags-3.9.ebuild new file mode 100644 index 000000000000..fe069b172276 --- /dev/null +++ b/app-text/txt2tags/txt2tags-3.9.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2023 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 + +DESCRIPTION="Generate marked up documents (HTML, etc.)from a plain text file with markup" +HOMEPAGE="https://txt2tags.org" +SRC_URI="https://codeload.github.com/txt2tags/txt2tags/tar.gz/${PV} -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + +python_test() { + cd test || die + "${EPYTHON}" run.py || die "Tests failed with ${EPYTHON}" +}