summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorketsubouchi <kenta.tsubouchi@allin-one.jp>2021-02-22 18:51:45 +0900
committerGitHub <noreply@github.com>2021-02-22 09:51:45 +0000
commit3a5ee398f42f4197975f99228537d5a1585c8623 (patch)
tree35946a8271a42e6be2bc592ebac6fe0bdf3c86c2 /var
parent074a6f224f17812b06a9e269d756aeb53c5d8a85 (diff)
downloadspack-3a5ee398f42f4197975f99228537d5a1585c8623.tar.gz
spack-3a5ee398f42f4197975f99228537d5a1585c8623.tar.bz2
spack-3a5ee398f42f4197975f99228537d5a1585c8623.tar.xz
spack-3a5ee398f42f4197975f99228537d5a1585c8623.zip
rasqal: add new package at v0.9.33 (#21836)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/rasqal/package.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/rasqal/package.py b/var/spack/repos/builtin/packages/rasqal/package.py
new file mode 100644
index 0000000000..d6926edd31
--- /dev/null
+++ b/var/spack/repos/builtin/packages/rasqal/package.py
@@ -0,0 +1,22 @@
+# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+from spack import *
+
+
+class Rasqal(AutotoolsPackage):
+ """Rasqal is a free software / Open Source C library that
+ handles Resource Description Framework (RDF) query language
+ syntaxes, query construction and execution of queries returning
+ results as bindings, boolean, RDF graphs/triples or syntaxes."""
+
+ homepage = "http://librdf.org/"
+ url = "http://download.librdf.org/source/rasqal-0.9.33.tar.gz"
+
+ version('0.9.33', sha256='6924c9ac6570bd241a9669f83b467c728a322470bf34f4b2da4f69492ccfd97c')
+ version('0.9.32', sha256='eeba03218e3b7dfa033934d523a1a64671a9a0f64eadc38a01e4b43367be2e8f')
+ version('0.9.31', sha256='28d743c9f1b0e5b0486ae4a945fa1e021c8495707e7adbfa0e232244b28b7fee')
+
+ depends_on('raptor2')