New package: py-morph (#12550)

This commit is contained in:
Sinan 2019-08-23 18:08:26 -07:00 committed by Peter Scheibel
parent e9d8071086
commit a7e9f477fc

View File

@ -0,0 +1,19 @@
# 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 PyPymorph(PythonPackage):
"""Pymorph is a collection of pure python implementations of many image
morphology functions.
"""
homepage = "http://luispedro.org/software/pymorph/"
url = "https://pypi.io/packages/source/p/pymorph/pymorph-0.96.tar.gz"
version('0.96', sha256='5dd648e4cb4c3495ee6031bc8020ed8216f3d6cb8c0dcd0427b215b75d7d29ad')
depends_on('py-setuptools', type='build')