summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pycifrw/package.py
blob: 758ce9f4aefa59453ee5a4790f33d08aae5624cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2013-2023 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 PyPycifrw(PythonPackage):
    """Python library for interacting with Crystallographic Information
    Framework (CIF) files."""

    homepage = "https://bitbucket.org/jamesrhester/pycifrw/src/development/"
    pypi = "PyCifRW/PyCifRW-4.4.1.tar.gz"

    license("Python-2.0")

    version("4.4.1", sha256="cef7662f475e0eb78a55c2d55774d474e888c96b0539e5f08550afa902cdc4e1")

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