summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-whey-pth/package.py
blob: a50c01ce7982c940b9521afc454016b8dabccc6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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 PyWheyPth(PythonPackage):
    """Extension to whey to support .pth files."""

    homepage = "https://github.com/repo-helper/whey-pth"
    pypi = "whey-pth/whey-pth-0.0.5.tar.gz"

    maintainers("LydDeb")

    license("MIT")

    version("0.0.5", sha256="cbfcc723bc587ecde44c6b0c83270673d38d88c3fc8f8268a49b21db1fd60747")

    depends_on("py-wheel@0.34.2:", type="build")
    depends_on("py-setuptools@40.6.0:60,62:", type="build")
    depends_on("py-dom-toml@0.4.0:", type=("build", "run"))
    depends_on("py-whey@0.0.15:", type=("build", "run"))