From 91e106ae7cda2c64b57d40c02c6bcc721b3526c8 Mon Sep 17 00:00:00 2001 From: Alexander Baumgarten <57231081+ajxander12@users.noreply.github.com> Date: Thu, 24 Dec 2020 16:48:01 -0600 Subject: 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 --- var/spack/repos/builtin/packages/libgff/package.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 var/spack/repos/builtin/packages/libgff/package.py (limited to 'var') diff --git a/var/spack/repos/builtin/packages/libgff/package.py b/var/spack/repos/builtin/packages/libgff/package.py new file mode 100644 index 0000000000..17ad18cc7e --- /dev/null +++ b/var/spack/repos/builtin/packages/libgff/package.py @@ -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') -- cgit v1.2.3-70-g09d2