summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2021-07-20 14:58:54 +0200
committerGitHub <noreply@github.com>2021-07-20 07:58:54 -0500
commit889ece85ed4d9305a5b47863ee9579d67ff6a1b2 (patch)
tree06cfe42faf7cdd115c61573aa86c77ef4e464025 /var
parent5d0c7d4ba2c3cce32f134b7c7319e28defcb1899 (diff)
downloadspack-889ece85ed4d9305a5b47863ee9579d67ff6a1b2.tar.gz
spack-889ece85ed4d9305a5b47863ee9579d67ff6a1b2.tar.bz2
spack-889ece85ed4d9305a5b47863ee9579d67ff6a1b2.tar.xz
spack-889ece85ed4d9305a5b47863ee9579d67ff6a1b2.zip
py-annexremote: add new package (#24958)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-annexremote/package.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-annexremote/package.py b/var/spack/repos/builtin/packages/py-annexremote/package.py
new file mode 100644
index 0000000000..8187b70fdc
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-annexremote/package.py
@@ -0,0 +1,18 @@
+# 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 PyAnnexremote(PythonPackage):
+ """git annex special remotes made easy."""
+
+ homepage = "https://github.com/Lykos153/AnnexRemote"
+ pypi = "annexremote/annexremote-1.5.0.tar.gz"
+
+ version('1.5.0', sha256='92f32b6f5461cbaeefe0c60b32f9c1e0c1dbe4e57b8ee425affb56f4060f64ef')
+
+ depends_on('py-setuptools', type='build')
+ depends_on('py-future', type=('build', 'run'))