GNU bug report logs - #75038
[PATCH 01/14] gnu: Add apache-parent-pom-33.

Previous Next

Package: guix-patches;

Reported by: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Date: Sun, 22 Dec 2024 22:51:01 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
To: 75038 <at> debbugs.gnu.org
Subject: [bug#75038] [PATCH 08/14] gnu: Add java-axiom-core-streams.
Date: Sun, 22 Dec 2024 23:51:40 +0100
* gnu/packages/java-xml.scm (java-axiom-core-streams): New variable.
---
 gnu/packages/java-xml.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/java-xml.scm b/gnu/packages/java-xml.scm
index 06762ad614..5abcb9403b 100644
--- a/gnu/packages/java-xml.scm
+++ b/gnu/packages/java-xml.scm
@@ -759,6 +759,33 @@ (define-public java-axiom-base64-utils
 encoded data.")
     (license license:asl2.0)))
 
+(define-public java-axiom-core-streams
+  (package
+    (name "java-axiom-core-streams")
+    (version "1.4.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://repo1.maven.org/maven2/"
+                    "org/apache/ws/commons/axiom/core-streams/" version
+                    "/core-streams-" version "-sources.jar"))
+              (sha256
+               (base32
+                "029gx7jhhpyc10m1ak6qjbs76y110qdfpk9kb1n628jag3db1i3l"))))
+    (build-system ant-build-system)
+    (arguments
+     `(#:tests? #f  ;; require too many yet unpackaged packages
+       #:jar-name "axiom-core-streams.jar"))
+    (inputs
+     (list java-axiom-base64-utils
+           java-axiom-xml-utils
+           java-commons-logging-minimal))
+    (home-page "https://ws.apache.org/axiom/")
+    (synopsis "Stream classes used by Apache Axiom")
+    (description "This package provides stream classes used by the core or
+Apache Axiom.")
+    (license license:asl2.0)))
+
 (define-public java-axiom-xml-utils
   (package
     (name "java-axiom-xml-utils")
-- 
2.41.1





This bug report was last modified 172 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.