summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2019-08-10 11:50:24 -0500
committerGitHub <noreply@github.com>2019-08-10 11:50:24 -0500
commit1d0f61816aaf61f5c89e8f5622c8db22632d2603 (patch)
tree450f7a0c42c34f4c03a483d73c3758966f19b078 /var
parent37e59cbd7e8b4901644adcb73a7f491247fdea69 (diff)
downloadspack-1d0f61816aaf61f5c89e8f5622c8db22632d2603.tar.gz
spack-1d0f61816aaf61f5c89e8f5622c8db22632d2603.tar.bz2
spack-1d0f61816aaf61f5c89e8f5622c8db22632d2603.tar.xz
spack-1d0f61816aaf61f5c89e8f5622c8db22632d2603.zip
Add py-pathlib package (#12374)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-pathlib/package.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-pathlib/package.py b/var/spack/repos/builtin/packages/py-pathlib/package.py
new file mode 100644
index 0000000000..b6b0c9095d
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-pathlib/package.py
@@ -0,0 +1,19 @@
+# Copyright 2013-2019 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/"
+ url = "https://pypi.io/packages/source/p/pathlib/pathlib-1.0.1.tar.gz"
+
+ version('1.0.1', sha256='6940718dfc3eff4258203ad5021090933e5c04707d5ca8cc9e73c94a7894ea9f')