rasqal: add new package at v0.9.33 (#21836)

This commit is contained in:
ketsubouchi 2021-02-22 18:51:45 +09:00 committed by GitHub
parent 074a6f224f
commit 3a5ee398f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')