libgff: new package at version 2.0.0 (#20233)

* libgff: new package at version 2.0.0

* Removed default cmake function, fixed flake8 error

* Fixed errors
This commit is contained in:
Alexander Baumgarten 2020-12-24 16:48:01 -06:00 committed by GitHub
parent 2d1c4e4b5d
commit 91e106ae7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,19 @@
# Copyright 2013-2020 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 Libgff(CMakePackage):
"""Lightweight GTF/GFF Parser, exposes a C++ interface without drawing in
a heavyweight dependency."""
homepage = "https://github.com/COMBINE-lab/libgff/"
url = "https://github.com/COMBINE-lab/libgff/archive/v2.0.0.tar.gz"
# notify when the package is updated.
maintainers = ['ajxander12']
version('2.0.0', sha256='7656b19459a7ca7d2fd0fcec4f2e0fd0deec1b4f39c703a114e8f4c22d82a99c')