py-opcodes: add new package (#24372)
This commit is contained in:
parent
d31d339bf6
commit
3adee93d14
1 changed files with 17 additions and 0 deletions
17
var/spack/repos/builtin/packages/py-opcodes/package.py
Normal file
17
var/spack/repos/builtin/packages/py-opcodes/package.py
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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 PyOpcodes(PythonPackage):
|
||||
"""Database of Processor Instructions/Opcodes."""
|
||||
|
||||
homepage = "https://github.com/Maratyszcza/Opcodes"
|
||||
pypi = "opcodes/opcodes-0.3.14.tar.gz"
|
||||
|
||||
version('0.3.14', sha256='16ec1cea4cf3dda767e6c0a718f664ef97a34ed24c91998a3c25c3f960c15fba')
|
||||
|
||||
depends_on('py-setuptools', type=('build', 'run'))
|
Loading…
Reference in a new issue