From debbugs-submit-bounces@debbugs.gnu.org Fri May 21 16:27:35 2021 Received: (at 48575) by debbugs.gnu.org; 21 May 2021 20:27:35 +0000 Received: from localhost ([127.0.0.1]:37769 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lkBk7-0000J5-DS for submit@debbugs.gnu.org; Fri, 21 May 2021 16:27:35 -0400 Received: from mail-wr1-f54.google.com ([209.85.221.54]:40729) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lkBjV-0000Be-SY for 48575@debbugs.gnu.org; Fri, 21 May 2021 16:26:58 -0400 Received: by mail-wr1-f54.google.com with SMTP id z17so22188653wrq.7 for <48575@debbugs.gnu.org>; Fri, 21 May 2021 13:26:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=VOnrUDDdhYIyZ/Ayu3WwM46H5rqFV4TN2tLaIkcakCA=; b=C7yqyIxoUqgXWXPHzbwDUad57WzKeByDg3btL+owXXGBkpiSrwgF4NlBdwXvEeeImH PcxlDYV8lZHYBHbZNl9+0R/aPNoN4Ld2OW8fk8PG7/AORaiOcgqPr8TDYgL4uCOltgQ6 0zstRJJuEJAoY+wv+hu2NTY8BEPMyIm3ttqt9XWJKrlFpIIq3j2tdj5kl0a+u8uztnwI WqTSBHE59xg/hsR0Esh7P+nUfdrdd2+lfAmPZjG3oreBhbbmmBKJsCuXQTcvNtoWWFHR oIEGq91v0sb6mA1qis9BI6AIUmCNzlUU4BSPo8TKR43vXrtors74l26WisJYct6wv3mM pN/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=VOnrUDDdhYIyZ/Ayu3WwM46H5rqFV4TN2tLaIkcakCA=; b=Crmsr9vGYG+TRElqB9xHddy5uJdk/qNkncwodsmVCY50FFKMEBxtuNzmDMNclC7AjT f/alQFXOApDUjRMV1sODf0NskVl06O8YOxabpcfW6WflzAhDjEqEtP/E/uNw9QpXUp/I CIKJsEdLDTWBdQ9maKmEJOfm0cgDBx0lFLX2wmwly/ibPD/VCahwFBodOqCQRdPiy6ck fFU9KI3CY+HflAuS/IzwU/pUDoWs09tptnvgjAnSnTkvj22ukQRGbPxT4U7w+3iUxvU9 s02a2LNc62/URyrpL5Q1CkdUxDi/2MLgpNqcRq+YL/27UUMrcoeni/MNZNyKNNKYrDdR 7cUA== X-Gm-Message-State: AOAM53252a8BsZmJmU+Qd2LS16wrtFAHbveZ9N3Fs3/k4UKEkGhjAOF8 mIBk2FGzVji5+7YnjpNLOTsDvi22GU8= X-Google-Smtp-Source: ABdhPJwdmUfbX3Coy3HS98UktEhqcI9Aoxh5pREBjzVSfUi7Or8aFJBCrv77acSedDqSHMX5UAcnSA== X-Received: by 2002:adf:d1e1:: with SMTP id g1mr11446601wrd.401.1621628812299; Fri, 21 May 2021 13:26:52 -0700 (PDT) Received: from localhost.localdomain ([193.48.40.110]) by smtp.gmail.com with ESMTPSA id j18sm542711wmq.27.2021.05.21.13.26.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 21 May 2021 13:26:52 -0700 (PDT) From: zimoun To: 48575@debbugs.gnu.org. Subject: [PATCH 38/50] gnu: r-zlibbioc: Move to (gnu packages bioconductor). Date: Fri, 21 May 2021 22:26:10 +0200 Message-Id: <20210521202622.26591-38-zimon.toutoune@gmail.com> X-Mailer: git-send-email 2.30.1 In-Reply-To: <20210521202622.26591-1-zimon.toutoune@gmail.com> References: <20210521202622.26591-1-zimon.toutoune@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 48575 Cc: zimoun X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/bioinformatics.scm (r-zlibbioc): Move from here... * gnu/packages/bioconductor.scm (r-zlibbioc): ...to here. --- gnu/packages/bioconductor.scm | 19 +++++++++++++++++++ gnu/packages/bioinformatics.scm | 19 ------------------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index c58c5af5d6..e720d7bf6a 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -3802,6 +3802,25 @@ and specific in detecting differential transcription.") \"externally\" (behind an R external pointer, or on disk).") (license license:artistic2.0))) + (define-public r-zlibbioc + (package + (name "r-zlibbioc") + (version "1.36.0") + (source (origin + (method url-fetch) + (uri (bioconductor-uri "zlibbioc" version)) + (sha256 + (base32 + "0m36ddss0znvm19dhnxcclxjhgjplw8ajk8v419h20ab8an6khxg")))) + (properties + `((upstream-name . "zlibbioc"))) + (build-system r-build-system) + (home-page "https://bioconductor.org/packages/zlibbioc") + (synopsis "Provider for zlib-1.2.5 to R packages") + (description "This package uses the source code of zlib-1.2.5 to create +libraries for systems that do not have these available via other means.") + (license license:artistic2.0))) + (define-public r-geneplotter (package (name "r-geneplotter") diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 9ba818d581..39c437f4a2 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7849,25 +7849,6 @@ including VCF header and contents in RDF and JSON.") (home-page "https://github.com/vcflib/bio-vcf") (license license:expat))) -(define-public r-zlibbioc - (package - (name "r-zlibbioc") - (version "1.36.0") - (source (origin - (method url-fetch) - (uri (bioconductor-uri "zlibbioc" version)) - (sha256 - (base32 - "0m36ddss0znvm19dhnxcclxjhgjplw8ajk8v419h20ab8an6khxg")))) - (properties - `((upstream-name . "zlibbioc"))) - (build-system r-build-system) - (home-page "https://bioconductor.org/packages/zlibbioc") - (synopsis "Provider for zlib-1.2.5 to R packages") - (description "This package uses the source code of zlib-1.2.5 to create -libraries for systems that do not have these available via other means.") - (license license:artistic2.0))) - (define-public r-r4rna (package (name "r-r4rna") -- 2.30.1