summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pmw-patched/package.py
blob: f17bf63452e3856fee177dcaea30bf2b2b97f99e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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)


class PyPmwPatched(PythonPackage):
    """Schrodinger's Fork of Python megawidgets with essential patches applied.
       Pmw is a toolkit for building high-level compound widgets, or
       megawidgets, constructed using other widgets as component parts."""
    homepage = "https://github.com/schrodinger/pmw-patched"
    git = "https://github.com/schrodinger/pmw-patched"

    version('02-10-2020', commit='8bedfc8747e7757c1048bc5e11899d1163717a43')