summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pywin32/package.py
blob: 5fd774128bba276081e095549934e40ba95800cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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 PyPywin32(PythonPackage):
    """Python for Window Extensions."""

    homepage = "https://github.com/mhammond/pywin32"
    url = "https://github.com/mhammond/pywin32/archive/refs/tags/b306.tar.gz"

    license("PSF-2.0")

    version("306", sha256="16e5ad3efbbf997080f67c3010bd4eb0067d499bbade9be1b240b7e85325c167")

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