[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#56759] [PATCH 07/20] gnu: Add ruby-rdf.
From: |
Philip McGrath |
Subject: |
[bug#56759] [PATCH 07/20] gnu: Add ruby-rdf. |
Date: |
Mon, 25 Jul 2022 08:16:22 -0400 |
* gnu/packages/ruby.scm (ruby-rdf): New variable.
---
gnu/packages/ruby.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index d03d13371c..d3b50f3202 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -13182,3 +13182,25 @@ (define-public ruby-link-header
JSON-friendly @code{Array} representation. They can also be used to generate
corresponding HTML @code{link} elements.")
(license license:expat)))
+
+(define-public ruby-rdf
+ (package
+ (name "ruby-rdf")
+ (version "3.2.8")
+ (source (origin
+ (method url-fetch)
+ (uri (rubygems-uri "rdf" version))
+ (sha256
+ (base32
+ "1cj0k8ryd8hgbkgqb5swvy6fiygxny3y5bln0my5gv6dbfv3gm20"))))
+ (build-system ruby-build-system)
+ (propagated-inputs (list ruby-link-header))
+ (arguments
+ (list #:tests? #f)) ;; tests have many cyclic dependencies
+ (home-page "https://ruby-rdf.github.io/")
+ (synopsis "Linked Data for Ruby")
+ (description
+ "This gem contains the core algorithms and classes used for doing basic
+programming with @acronym{RDF, Resource Description Framework} data,
+implemented in pure Ruby.")
+ (license license:unlicense)))
--
2.32.0
- [bug#56759] [PATCH 00/20] gnu: Add AnyStyle., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 02/20] gnu: Add ruby-namae., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 04/20] gnu: Add ruby-ritex., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 01/20] gnu: Add ruby-wapiti., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 06/20] gnu: Add ruby-link-header., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 07/20] gnu: Add ruby-rdf.,
Philip McGrath <=
- [bug#56759] [PATCH 08/20] gnu: Add ruby-rdf-vocab., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 03/20] gnu: Add itex2mml., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 09/20] gnu: Add ruby-bibtex-ruby., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 05/20] gnu: Add ruby-latex-decode., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 10/20] gnu: Add ruby-unicode-scripts., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 12/20] gnu: Add ruby-edtf., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 13/20] gnu: Add ruby-gli., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 15/20] gnu: Add ruby-anystyle., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 17/20] gnu: ruby-anystyle-data: Don't write to installed gem., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 11/20] gnu: Add ruby-citeproc., Philip McGrath, 2022/07/25