From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id gA7oLlFJxWT1FQEASxT56A (envelope-from ) for ; Sat, 29 Jul 2023 19:16:01 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id cM4AL1FJxWR6nAAA9RJhRA (envelope-from ) for ; Sat, 29 Jul 2023 19:16:01 +0200 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 656A5417A9 for ; Sat, 29 Jul 2023 19:16:01 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=GSu94xIY; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1690650961; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: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=DV8BwT+0BZFvKrrG9it6R+R6EtCGII89HRBAE/mECXM=; b=l1rzkVvBDoh/9Cvap+ZkSY+MewGIaO6ZkTcrRU3uDa9Nt1V8Lwo4V2fpd/EoaP4v6j+m3N Zhay2pAMohGAwzlN0D0FF6rBByoWwXyyqDeSlW4nErBn2hiI6r0nlo3WdkXvh7C4InaRLI VbrgQF2g4HohzouBXByx917IPOjS+oWJDnC7jAlXuSFDZKU2BiziW/VBOuymGfT8691WFE xGiid0foUg/Q8CNlS9Du0//RkmZYy7xhZeJSPZNnCmQNL8Zzq+sylzU968JfO9vhe0ryq7 CpQrzxWYU/t59pRmLO7gijfERZ8gEAi5o6yrK8lAo/VJ9Tqh9rkFv2EHR9tNlA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1690650961; a=rsa-sha256; cv=none; b=JMdwnD5VqBaVZDV0zEjVMfifeTpoxoAAY7hiD+FJwf2Dn1qpenp9anZt9a36mWgu/Mjcee xAtlqOHQOpEjlxSRnwi9fyTzgDlZXD6MDplMRKJ1jUlEgXLeXSxPznlDPxnaCbEvAcd0qV NFAJiAevTp3xpMvr0GEgSDshXJDBs5IDkUO1FcjQ3d6yeBEslEGSa74E2TK8DisSAstOyc kfKJd2f1kRnUYOPpnP4AkdQicmDv0L/6WKx53VBgMLW1dyYKLG/Plj/2DwMQyV+XUCc8rH QYz6xtFv3et9pPT3tPl4bGe15zDMvG9k67CTv1mXoPXgb7vZid9tgZ6dmXtkiw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=GSu94xIY; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qPn9m-0000vA-KI; Sat, 29 Jul 2023 12:51:06 -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 1qPn9l-0000u7-6B for guix-patches@gnu.org; Sat, 29 Jul 2023 12:51:05 -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 1qPn9k-0000ht-PL for guix-patches@gnu.org; Sat, 29 Jul 2023 12:51:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qPn9k-0005Bx-EP; Sat, 29 Jul 2023 12:51:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64934] [PATCH 03/42] gnu: Add java-commons-rdf-simple. Resent-From: Liliana Marie Prikler Original-Sender: "Debbugs-submit" Resent-CC: bjoern.hoefling@bjoernhoefling.de, julien@lepiller.eu, guix-patches@gnu.org Resent-Date: Sat, 29 Jul 2023 16:51:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64934 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64934@debbugs.gnu.org Cc: bjoern.hoefling@bjoernhoefling.de, julien@lepiller.eu X-Debbugs-Original-Xcc: bjoern.hoefling@bjoernhoefling.de, julien@lepiller.eu Received: via spool by 64934-submit@debbugs.gnu.org id=B64934.169064944719674 (code B ref 64934); Sat, 29 Jul 2023 16:51:04 +0000 Received: (at 64934) by debbugs.gnu.org; 29 Jul 2023 16:50:47 +0000 Received: from localhost ([127.0.0.1]:48716 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPn9S-000573-9E for submit@debbugs.gnu.org; Sat, 29 Jul 2023 12:50:46 -0400 Received: from mail-ej1-x642.google.com ([2a00:1450:4864:20::642]:46211) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPn9P-000568-Sq for 64934@debbugs.gnu.org; Sat, 29 Jul 2023 12:50:44 -0400 Received: by mail-ej1-x642.google.com with SMTP id a640c23a62f3a-98377c5d53eso434005766b.0 for <64934@debbugs.gnu.org>; Sat, 29 Jul 2023 09:50:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1690649438; x=1691254238; h=mime-version:to:subject:date:from:references:in-reply-to:message-id :from:to:cc:subject:date:message-id:reply-to; bh=DV8BwT+0BZFvKrrG9it6R+R6EtCGII89HRBAE/mECXM=; b=GSu94xIYJKkJo9e+pNv7uHgwtnrpA95qD5ik8SgS8a07kxL/bOTQpny7d5JjWNws/T BuYtNTjHrnvJOIOjHEsaPLmg0JjH+IwLs2KCtOg5pWPHpK5wYIxXgJxgrwf4QHCmINoG H9s40csCN1jcEdxRVUYAJ6ugO9MGflHklFsRkYZrAdXreTAMtqy+C8hoamP4mvzBIsYl 9ON4KOWB11RIIvGiOY3vYL6E83gZjF1y1NGd0SyXT+39N/uK83vvvqn1sjPCVPESwjC0 RlBWmdwCnk1epygan+/c1mI3rA+SrhVXtYbTbltKX9eDBf+4VJhNCFW0PWOnq1amu5Nv 4htw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690649438; x=1691254238; h=mime-version:to:subject:date:from:references:in-reply-to:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=DV8BwT+0BZFvKrrG9it6R+R6EtCGII89HRBAE/mECXM=; b=BulG1YbDoA16kEGW1ufT/CBKryWfYjsnMXrWK942NDhiB/InICUM54n62dTLMRcbZi YursQN1+qOmxGeE7Ru7sBOFBucqZxUKgY3T7ZosFkwYeU3XSsHWL/uQl0Uxy6WiMp48l F3Tmc7XSZ5IAt1WFEkeymgCxh4krTr/ZyxBoJInbpcRbv/xMH3zHm9NvTYooJq8Yjfvh sLnOdbCan/cFMzs+3TW8tpjKVkGgOC/u0yavl/v5EU0sPtIb8+Fp+fVVVmBeJkCxwQUy 77tQ7CGVokjmIszm0XrNITXpPtUFm/SetrKZ3xX0+VGbBksGnvXUJpagKzfeQeFY0TXq ojTg== X-Gm-Message-State: ABy/qLZv205mXpmvOFEibrVg2Y0Yjv5/QnqeWQrIQuxPkaLaffp8I+Jc 5JFh8/geMSXEvY86p0zO0Fib/oA3g+uxXA== X-Google-Smtp-Source: APBJJlFzVP0RSp172Svoe/wsHhiJT/lZoVy1O9gbamBIHd7C2QKFXCoXPHAj4Fzof4aAPpazXIQkBw== X-Received: by 2002:a17:906:1053:b0:99c:3b4:9407 with SMTP id j19-20020a170906105300b0099c03b49407mr929837ejj.5.1690649438155; Sat, 29 Jul 2023 09:50:38 -0700 (PDT) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id a24-20020a170906245800b0099bcd1fa5b0sm3473807ejb.192.2023.07.29.09.50.37 for <64934@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 29 Jul 2023 09:50:37 -0700 (PDT) Message-ID: <17f0b150799bddf45a0550a70a860cb453b2bbb8.1690646441.git.liliana.prikler@gmail.com> In-Reply-To: References: From: Liliana Marie Prikler Date: Sat, 29 Jul 2023 16:03:46 +0200 MIME-Version: 1.0 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: mx2.migadu.com X-Migadu-Spam-Score: 4.36 X-Spam-Score: 4.36 X-Migadu-Queue-Id: 656A5417A9 X-TUID: Mo5P8wrAeQps * gnu/packages/java-rdf.scm (java-commons-rdf-simple): New variable. --- gnu/packages/java-rdf.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/java-rdf.scm b/gnu/packages/java-rdf.scm index 1f4b679791..066b383c5a 100644 --- a/gnu/packages/java-rdf.scm +++ b/gnu/packages/java-rdf.scm @@ -70,3 +70,32 @@ (define-public java-commons-rdf-api-tests (native-inputs (list unzip)) (description "This package provides common test classes for packages implementing java-commons-rdf-api."))) + +(define-public java-commons-rdf-simple + (package + (inherit java-commons-rdf-api) + (name "java-commons-rdf-simple") + (arguments + (list #:jar-name "commons-rdf-api.jar" + #:source-dir "src/main/java" + #:test-dir "src/test" + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'chdir + (lambda _ (chdir "commons-rdf-simple"))) + (add-after 'chdir 'delete-failing-tests + (lambda _ + (with-directory-excursion "src/test/java/org/apache/commons/" + (delete-file "rdf/simple/SimpleServiceLoaderTest.java")))) + (add-before 'install 'fix-pom + (lambda _ + (substitute* "pom.xml" + (("\\$\\{project\\.parent\\.groupId\\}") + "org.apache.commons")))) + (replace 'install + (install-from-pom "pom.xml"))))) + (propagated-inputs (list java-commons-rdf-api)) + (native-inputs (list java-commons-rdf-api-tests unzip)) + (synopsis "Simple implementation of RDF 1.1 concepts") + (description "This package provides a simple implementation of RDF 1.1 +concepts in Java."))) -- 2.41.0