summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-planar/package.py
blob: ac3cedffd612a15fe541317d761a343f8424649e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 PyPlanar(PythonPackage):
    """2D planar geometry library for Python."""

    homepage = "https://bitbucket.org/caseman/planar/src/default/"
    pypi = "planar/planar-0.4.zip"

    version('0.4', sha256='cbfb9cbae8b0e296e6e7e3552b7d685c7ed5cae295b7a61f2b2b096b231dad76')