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

from spack import *


class PyPathlib(PythonPackage):
    """Object-oriented filesystem paths.

    Attention: this backport module isn't maintained anymore. If you want to
    report issues or contribute patches, please consider the pathlib2 project
    instead."""

    homepage = "https://pathlib.readthedocs.org/"
    pypi = "pathlib/pathlib-1.0.1.tar.gz"

    version('1.0.1', sha256='6940718dfc3eff4258203ad5021090933e5c04707d5ca8cc9e73c94a7894ea9f')