summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-bitstring/package.py
blob: ac8e8da41b8a9c5566d22c4a74368d98d1df9d1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2013-2018 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 import *


class PyBitstring(PythonPackage):
    """Simple construction, analysis and modification of binary data."""

    homepage = "http://pythonhosted.org/bitstring"
    url      = "https://pypi.io/packages/source/b/bitstring/bitstring-3.1.5.zip"

    version('3.1.5', '70689a282f66625d0c7c3579a13e66db')