py-pyfaidx: new package at 0.5.5.2 (#10376)
This commit is contained in:
parent
ab00de9e81
commit
bb1f8b0e3e
1 changed files with 17 additions and 0 deletions
17
var/spack/repos/builtin/packages/py-pyfaidx/package.py
Normal file
17
var/spack/repos/builtin/packages/py-pyfaidx/package.py
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Copyright 2013-2019 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 PyPyfaidx(PythonPackage):
|
||||||
|
"""pyfaidx: efficient pythonic random access to fasta subsequences"""
|
||||||
|
|
||||||
|
homepage = "https://pypi.org/project/pyfaidx/"
|
||||||
|
url = "https://pypi.io/packages/source/p/pyfaidx/pyfaidx-0.5.5.2.tar.gz"
|
||||||
|
|
||||||
|
version('0.5.5.2', sha256='9ac22bdc7b9c5d995d32eb9dc278af9ba970481636ec75c0d687d38c26446caa')
|
||||||
|
|
||||||
|
depends_on('py-setuptools', type='build')
|
Loading…
Reference in a new issue