summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pymorph/package.py
blob: ac2ac62b49d669922f60f310e0d3579870c8121e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 PyPymorph(PythonPackage):
    """Pymorph is a collection of pure python implementations of many image
    morphology functions.
    """

    homepage = "http://luispedro.org/software/pymorph/"
    pypi = "pymorph/pymorph-0.96.tar.gz"

    version('0.96', sha256='5dd648e4cb4c3495ee6031bc8020ed8216f3d6cb8c0dcd0427b215b75d7d29ad')

    depends_on('py-setuptools', type='build')