summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-zope-event/package.py
blob: 5af9a2a28f2ed50a657eed8f38d9476cb65ac82d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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 PyZopeEvent(PythonPackage):
    """Very basic event publishing system."""

    homepage = "https://github.com/zopefoundation/zope.event"
    pypi = "zope.event/zope.event-4.3.0.tar.gz"

    license("ZPL-2.1")

    version("4.6", sha256="81d98813046fc86cc4136e3698fee628a3282f9c320db18658c21749235fce80")
    version("4.5.0", sha256="5e76517f5b9b119acf37ca8819781db6c16ea433f7e2062c4afc2b6fbedb1330")
    version("4.3.0", sha256="e0ecea24247a837c71c106b0341a7a997e3653da820d21ef6c08b32548f733e7")

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