public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/txt2tags/
Date: Sat,  7 Oct 2023 07:02:23 +0000 (UTC)	[thread overview]
Message-ID: <1696661975.c425da2aec5c33b9b410bb933cb8b8ca5c6aacbd.ceamac@gentoo> (raw)

commit:     c425da2aec5c33b9b410bb933cb8b8ca5c6aacbd
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  7 06:59:35 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> 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 <ceamac <AT> 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}"
+}


             reply	other threads:[~2023-10-07  7:02 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-07  7:02 Viorel Munteanu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-17 15:03 [gentoo-commits] repo/gentoo:master commit in: app-text/txt2tags/ Viorel Munteanu
2023-11-17 11:09 Sam James
2023-03-23  4:49 Viorel Munteanu
2023-03-22 22:36 Sam James
2023-02-17 16:13 Viorel Munteanu
2022-05-20 19:36 Jakov Smolić
2021-09-23  9:13 Arthur Zamarin
2021-09-23  9:13 Arthur Zamarin
2021-09-23  9:13 Arthur Zamarin
2021-09-23  9:13 Arthur Zamarin
2021-01-06 13:46 Fabian Groffen
2020-12-20 17:35 Sam James
2020-12-20 16:30 Thomas Deutschmann
2020-12-19 19:36 Sam James
2020-12-17 13:11 Sam James
2020-10-11  9:30 Joonas Niilola
2020-10-11  9:30 Joonas Niilola
2020-08-05 14:02 Agostino Sarubbo
2020-08-05 13:53 Agostino Sarubbo
2020-01-09 18:41 Rafael Martins
2019-12-06 23:42 David Seifert
2019-12-06 22:16 Christoph Junghans
2018-05-16 22:50 Aaron Bauman
2017-02-18  9:54 David Seifert
2016-10-18 19:26 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1696661975.c425da2aec5c33b9b410bb933cb8b8ca5c6aacbd.ceamac@gentoo \
    --to=ceamac@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox