summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/xplor-nih/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/xplor-nih/package.py')
-rw-r--r--var/spack/repos/builtin/packages/xplor-nih/package.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/var/spack/repos/builtin/packages/xplor-nih/package.py b/var/spack/repos/builtin/packages/xplor-nih/package.py
index bbbc122efb..689e44ad54 100644
--- a/var/spack/repos/builtin/packages/xplor-nih/package.py
+++ b/var/spack/repos/builtin/packages/xplor-nih/package.py
@@ -11,18 +11,18 @@ from spack.package import *
class XplorNih(Package):
"""XPLOR-NIH is a structure determination program.
- Note: A manual download is required for XPLOR-NIH.
- Spack will search your current directory for the download file.
- Alternatively, add this file to a mirror so that Spack can find it.
- For instructions on how to set up a mirror, see
- https://spack.readthedocs.io/en/latest/mirrors.html"""
+ Note: A manual download is required for XPLOR-NIH.
+ Spack will search your current directory for the download file.
+ Alternatively, add this file to a mirror so that Spack can find it.
+ For instructions on how to set up a mirror, see
+ https://spack.readthedocs.io/en/latest/mirrors.html"""
homepage = "https://nmr.cit.nih.gov/xplor-nih/"
manual_download = True
- version('2.45', 'ab3e046604beb0effc89a1adb7bab438')
+ version("2.45", "ab3e046604beb0effc89a1adb7bab438")
- depends_on('python', type=('build', 'run'))
+ depends_on("python", type=("build", "run"))
def url_for_version(self, version):
return "file://{0}/xplor-nih-{1}-Linux_x86_64.tar.gz".format(os.getcwd(), version)