Skip to content

Commit

Permalink
New package: py-kaldiio (spack#28643)
Browse files Browse the repository at this point in the history
* espnet first build with depends

* fixed flake8

* updated to lastest version and removed python dependency

* changed to pypi and version 2.17.2

* [py-kaldiio] depends on py-pytest-runner

* [py-kaldiio] updated copyright

Co-authored-by: Sid Pendelberry <sid@rit.edu>
  • Loading branch information
qwertos and sidpbury authored Jan 29, 2022
1 parent 813a0d9 commit c78a754
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions var/spack/repos/builtin/packages/py-kaldiio/package.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 2013-2022 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 PyKaldiio(PythonPackage):
"""A pure python module for reading and writing kaldi ark files"""

homepage = "https://github.com/nttcslab-sp/kaldiio"
pypi = "kaldiio/kaldiio-2.17.2.tar.gz"

version('2.17.2', sha256='51bc2d805ed5b15403501d410adcb2e79fe2bd7f5ef63c20b4ddb345c6a8de01')

depends_on('py-setuptools', type='build')
depends_on('py-numpy', type=('build', 'run'))
depends_on('py-pytest-runner', type='build')

0 comments on commit c78a754

Please sign in to comment.