From: kiasoc5 via Guix-patches via <guix-patches@gnu.org>
To: 57668@debbugs.gnu.org
Cc: kiasoc5 <kiasoc5@disroot.org>
Subject: [bug#57668] [PATCH 1/2] gnu: Add txt2tags.
Date: Wed, 7 Sep 2022 23:51:17 -0400 [thread overview]
Message-ID: <9108062aa94dec4677225fa65b4e56ba19c5222d.1662609077.git.kiasoc5@disroot.org> (raw)
* gnu/packages/textutils.scm (txt2tags): New variable.
---
gnu/packages/textutils.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 7898d520f0..dd57a6fd8a 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -68,6 +68,7 @@ (define-module (gnu packages textutils)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages python)
#:use-module (gnu packages python-build)
+ #:use-module (gnu packages python-check)
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages readline)
#:use-module (gnu packages ruby)
@@ -1502,3 +1503,20 @@ (define-public ack
easily specify file types, match highlighting, Perl-Compatible Regular
Expressions, and being faster to type than grep.")
(license license:artistic2.0)))
+
+(define-public txt2tags
+ (package
+ (name "txt2tags")
+ (version "3.7")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "txt2tags" version))
+ (sha256
+ (base32
+ "12hpnvdy7dgarq6ini9jp7dp2zcmvpax04zbl3jb84kd423r75i7"))))
+ (build-system python-build-system)
+ (native-inputs (list python-tox))
+ (home-page "https://txt2tags.org")
+ (synopsis "Convert between markup languages")
+ (description "txt2tags is a document generator. It reads a text file with minimal markup and converts it to multiple formats.")
+ (license license:gpl2)))
base-commit: b45a44eaad890f31d9418dbb8cb14e3ee1d83c19
--
2.37.2
next reply other threads:[~2022-09-08 3:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-08 3:51 kiasoc5 via Guix-patches via [this message]
2022-09-08 3:58 ` [bug#57668] [PATCH 2/2] gnu: Add grml-zsh-config kiasoc5 via Guix-patches via
2022-09-12 13:29 ` bug#57668: [PATCH 1/2] gnu: Add txt2tags Christopher Baines
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=9108062aa94dec4677225fa65b4e56ba19c5222d.1662609077.git.kiasoc5@disroot.org \
--to=guix-patches@gnu.org \
--cc=57668@debbugs.gnu.org \
--cc=kiasoc5@disroot.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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.