summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-pixmap/package.py
blob: 25158831a2b0b4cd9f54afb58ddbf68febf1d5d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2013-2024 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 RPixmap(RPackage):
    """Bitmap Images ("Pixel Maps").

    Functions for import, export, plotting and other manipulations of bitmapped
    images."""

    cran = "pixmap"

    license("GPL-2.0-only")

    version("0.4-12", sha256="893ba894d4348ba05e6edf9c1b4fd201191816b444a214f7a6b2c0a79b0a2aec")
    version("0.4-11", sha256="6fa010749a59cdf56aad9f81271473b7d55697036203f2cd5d81372bcded7412")