New package: py-pyassimp (#30762)
* New package: py-pyasimp * Cleaned up dependencies * Fixed liked issue * Fixed linked issue * [py-pyassimp] depends on assimp * [py-pyassimp] added dependency on py-setuptools * [@spackbot] updating style on behalf of qwertos Co-authored-by: Viv Eric Hafener <vehrc@sporcbuild.rc.rit.edu> Co-authored-by: qwertos <qwertos@users.noreply.github.com>
This commit is contained in:
parent
189baa96db
commit
c5d62294b2
19
var/spack/repos/builtin/packages/py-pyassimp/package.py
Normal file
19
var/spack/repos/builtin/packages/py-pyassimp/package.py
Normal file
@ -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.package import *
|
||||
|
||||
|
||||
class PyPyassimp(PythonPackage):
|
||||
"""Python bindings for the Open Asset Import Library (ASSIMP)"""
|
||||
|
||||
homepage = "https://github.com/mikedh/pyassimp"
|
||||
pypi = "pyassimp/pyassimp-4.1.4.tar.gz"
|
||||
|
||||
version("4.1.4", sha256="266bd4be170d46065b8c2ad0f5396dad10938a6bbf9a566c4e4d56456e33aa6a")
|
||||
|
||||
depends_on("py-setuptools", type="build")
|
||||
depends_on("py-numpy", type=("build", "run"))
|
||||
depends_on("assimp")
|
Loading…
Reference in New Issue
Block a user