From: gemmaro <gemmaro.dev@gmail.com>
To: 71208@debbugs.gnu.org
Cc: gemmaro <gemmaro.dev@gmail.com>, gemmaro <gemmaro.dev@gmail.com>,
Sjors Provoost <sjors@sprovoost.nl>,
Christopher Baines <guix@cbaines.net>
Subject: [bug#71208] [PATCH] gnu: Add ruby-gemtext.
Date: Wed, 14 Aug 2024 23:05:14 +0900 [thread overview]
Message-ID: <6252020a427a4737a046d23fee39dea01f44016e.1723644314.git.gemmaro.dev@gmail.com> (raw)
In-Reply-To: <10ca1507c6564c1a2f477eac20847ead84d82708.1716726076.git.gemmaro.dev@gmail.com>
* gnu/packages/ruby.scm (ruby-gemtext): New variable.
Change-Id: I21957517a1a3be6b0f5d61a7ba1c8420a884a641
---
gnu/packages/ruby.scm | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 9547481caf..b47fea0391 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -32,7 +32,7 @@
;;; Copyright © 2022-2024 Remco van 't Veer <remco@remworks.net>
;;; Copyright © 2022 Taiju HIGASHI <higashi@taiju.info>
;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
-;;; Copyright © 2023 gemmaro <gemmaro.dev@gmail.com>
+;;; Copyright © 2023, 2024 gemmaro <gemmaro.dev@gmail.com>
;;; Copyright © 2023, 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2023, 2024 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2023, 2024 Hartmut Goebel <h.goebel@crazy-compilers.com>
@@ -7810,6 +7810,26 @@ (define-public ruby-tins
(home-page "https://github.com/flori/tins")
(license license:expat)))
+(define-public ruby-gemtext
+ (package
+ (name "ruby-gemtext")
+ (version "1.0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (rubygems-uri "gemtext" version))
+ (sha256
+ (base32 "1z559f5z0zvwnqgnny0zf4mppiary020ljxwpw3bdxi2hr9aj3gp"))))
+ (build-system ruby-build-system)
+ (synopsis "Gemtext parser for Ruby")
+ (description
+ "This package is a Ruby parser library for Gemtext (hypertext format
+which is intended to serve as the native response format of the Gemini
+file transfer protocol) and produces a document object of various
+nodes.")
+ (home-page "https://github.com/exastencil/gemtext")
+ (license license:expat)))
+
(define-public ruby-gem-hadar
(package
(name "ruby-gem-hadar")
base-commit: ca5ff8aa8b50ac317003d76cc4ea2a621d5a3819
--
2.45.2
prev parent reply other threads:[~2024-08-14 14:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-26 12:21 [bug#71208] [PATCH core-updates] gnu: po4a: Update to 0.72 gemmaro
2024-06-14 23:08 ` gemmaro
2024-06-18 13:22 ` [bug#71208] [PATCH core-updates v2] gnu: po4a: Update to 0.73 gemmaro
2024-08-09 15:21 ` [bug#71208] Sjors Provoost
2024-08-13 15:17 ` [bug#71208] [PATCH core-updates] gnu: po4a: Update to 0.72 gemmaro
2024-08-13 15:46 ` bug#71208: " gemmaro
2024-08-14 14:05 ` gemmaro [this message]
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=6252020a427a4737a046d23fee39dea01f44016e.1723644314.git.gemmaro.dev@gmail.com \
--to=gemmaro.dev@gmail.com \
--cc=71208@debbugs.gnu.org \
--cc=guix@cbaines.net \
--cc=sjors@sprovoost.nl \
/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.