From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id kDgmLw9HQ2W3ngAA9RJhRA:P1 (envelope-from ) for ; Thu, 02 Nov 2023 07:51:59 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id kDgmLw9HQ2W3ngAA9RJhRA (envelope-from ) for ; Thu, 02 Nov 2023 07:51:59 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9FB68111F1 for ; Thu, 2 Nov 2023 07:51:59 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lepiller.eu header.s=dkim header.b=UDqhRpsp; dmarc=fail reason="SPF not aligned (relaxed)" header.from=lepiller.eu (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1698907919; a=rsa-sha256; cv=none; b=N/4zWsbxbARA38P4mfVe23JpmFjwv9hiuaH/BP9bYnWMVLu0xODgUUPQQdxUIAj952SCVC Q4N6R7whjA7J/c0aLci6KEjh1HydwoDliNWogSSSNio2rVVbhIt5X5mTd492i8XhKESk/3 YazOA82GR+NlUnTLpTjF/AZauCbnBqANhpXHFMQ+h2eLvZLEp938jpAzTNPOPh+DQ9NvUm 0nA4KX/iIwW4zZAs/yPvxJGMb/jdXTvWvMBn6Xw7v5dMchqKLtHIPuF/B9b1vCwfGW28kB KqhDQ8RpkF0HpVMhE5UTZzOSwlJcASuvMuMDNFaY4Wp4n0C/BLnKwhU4SE1FLg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1698907919; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=sz3eNGC5KzGXUq7/KXqXWfaqufBnyikpo8KmCMiz+S4=; b=hMvQGeLa7N8fEzhCgsdtFur4+aYlg7kSa4lQnpiCuGlKn/ki9gmC5N+3dFsTiXcC8It+RA AbzySohlXBwlUyBhcXHkZwbDMd66Cm6uf5oP2fFKoSkvDxNBzlNeG0+6NsRdx5KiQEIrso s1lhyB5EAxkD3RAapJu7jl1xVXHZbKw0myeZ06jdNbplcTpLK+jZ6/UouPH//en4z0OkSI c0Doj3NDNZoky5vu7leXhM3tB50u33/ejRJclYsSnIO0Nlws6s0EsbK07CSgzx9Lq686on iLg3Xmc8M4+qfuRjOpE7g8CbKaATzK1txiCvUTwZ+SkQ8tEXlx/47o2umhT5WA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lepiller.eu header.s=dkim header.b=UDqhRpsp; dmarc=fail reason="SPF not aligned (relaxed)" header.from=lepiller.eu (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qyRYD-0005Bb-EW; Thu, 02 Nov 2023 02:51:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qyRYA-0005AQ-Gu for guix-patches@gnu.org; Thu, 02 Nov 2023 02:51:30 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qyRYA-0001PA-8O for guix-patches@gnu.org; Thu, 02 Nov 2023 02:51:30 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qyRYh-0004ru-MW; Thu, 02 Nov 2023 02:52:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66879] [PATCH v2 4/5] gnu: Add java-parsson. Resent-From: Julien Lepiller Original-Sender: "Debbugs-submit" Resent-CC: bjoern.hoefling@bjoernhoefling.de, julien@lepiller.eu, guix-patches@gnu.org Resent-Date: Thu, 02 Nov 2023 06:52:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66879 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66879@debbugs.gnu.org Cc: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= , Julien Lepiller X-Debbugs-Original-Xcc: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= , Julien Lepiller Received: via spool by 66879-submit@debbugs.gnu.org id=B66879.169890789318634 (code B ref 66879); Thu, 02 Nov 2023 06:52:03 +0000 Received: (at 66879) by debbugs.gnu.org; 2 Nov 2023 06:51:33 +0000 Received: from localhost ([127.0.0.1]:53788 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qyRY9-0004qQ-7u for submit@debbugs.gnu.org; Thu, 02 Nov 2023 02:51:33 -0400 Received: from lepiller.eu ([89.234.186.109]:36628 helo=hermes.lepiller.eu) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qyRXu-0004pB-NN for 66879@debbugs.gnu.org; Thu, 02 Nov 2023 02:51:19 -0400 Received: from hermes.lepiller.eu (localhost [127.0.0.1]) by hermes.lepiller.eu (OpenSMTPD) with ESMTP id 14bba3c1 for <66879@debbugs.gnu.org>; Thu, 2 Nov 2023 06:50:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=from:to :subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; s=dkim; bh=vbj+Kd8Pw+jNV/DwcrixkS9Jc NBAXP7J1pX1wvmC8iA=; b=UDqhRpspB3pJLvxnlHR56dIpbjIFmCH/ZNmcy9WAV iQNici5unjwG25yOvUEGMZDNfdIJmZcHeudgQ9ZWbPV0xuJlQL/+AugMZdLm0LTf P7Oe7t+tvqeBK605tue69J8l3G4S9gbk1Vi//OOkiwrCcuVSaxl+8i8GqQM7V8jB znGiAH+0iiOzZzvk7IxaAC4uvm3Fkw+eL8RgKbKT8XwQTenbc1QoGb/ToHAOSklY NO0j0jhQ5EZM06eqG4IYOZ7NcRwHDuKfHYaPUWVGU4nEQUPoQIqPreZlPc1lbbMS ZHZ0JkLOlygYl+oR2Chw9DKVn3gZxX6O9XkmHaotuMeCw== Received: by hermes.lepiller.eu (OpenSMTPD) with ESMTPSA id 4d885adb (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <66879@debbugs.gnu.org>; Thu, 2 Nov 2023 06:50:33 +0000 (UTC) From: Julien Lepiller Date: Thu, 2 Nov 2023 07:50:12 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx11.migadu.com X-Spam-Score: 4.39 X-Migadu-Queue-Id: 9FB68111F1 X-Migadu-Spam-Score: 4.39 X-TUID: pPWJeOY0EP67 * gnu/packages/java.scm (java-parsson): New variable. Change-Id: Ie564924329e4e0a866e6ed5fe9135c841fb66ae8 --- gnu/packages/java.scm | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index d80e0e9be8..13b5961c3c 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -13680,6 +13680,43 @@ (define-public java-jakarta-json ;; with classpath exception (license license:epl2.0))) +(define-public java-parsson + (package + (name "java-parsson") + (version "1.1.5") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/eclipse-ee4j/parsson") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06vvr6qv1ihnk212gdxg4x0sd61lgxk7wf062s7gym5k2h7fms0p")))) + (build-system ant-build-system) + (arguments + `(#:jar-name "parsson.jar" + #:source-dir "impl/src/main/java" + #:test-dir "impl/src/test" + #:use-java-modules? #t + #:jdk ,openjdk11 + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'copy-resources + (lambda _ + (copy-recursively "impl/src/main/resources" + "build/classes")))))) + (inputs + (list java-jakarta-json)) + (native-inputs + (list java-junit)) + (home-page "https://github.com/eclipse-ee4j/parsson") + (synopsis "Implementation of Jakarta JSON API") + (description "Eclipse Parsson is an implementation of the Jakarta JSON +Processing specification.") + ;; with classpath exception + (license license:epl2.0))) + (define-public java-xmp (package (name "java-xmp") -- 2.41.0