summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/fyba/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/fyba/package.py')
-rw-r--r--var/spack/repos/builtin/packages/fyba/package.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/var/spack/repos/builtin/packages/fyba/package.py b/var/spack/repos/builtin/packages/fyba/package.py
index 87586d718c..de443965cd 100644
--- a/var/spack/repos/builtin/packages/fyba/package.py
+++ b/var/spack/repos/builtin/packages/fyba/package.py
@@ -12,22 +12,22 @@ class Fyba(AutotoolsPackage):
and write files in the National geodata standard format SOSI."""
homepage = "https://github.com/kartverket/fyba"
- url = "https://github.com/kartverket/fyba/archive/4.1.1.tar.gz"
+ url = "https://github.com/kartverket/fyba/archive/4.1.1.tar.gz"
- version('4.1.1', sha256='99f658d52e8fd8997118bb6207b9c121500700996d9481a736683474e2534179')
+ version("4.1.1", sha256="99f658d52e8fd8997118bb6207b9c121500700996d9481a736683474e2534179")
# configure: error: cannot find install-sh or install.sh
force_autoreconf = True
- depends_on('autoconf', type='build')
- depends_on('automake', type='build')
- depends_on('libtool', type='build')
- depends_on('m4', type='build')
+ depends_on("autoconf", type="build")
+ depends_on("automake", type="build")
+ depends_on("libtool", type="build")
+ depends_on("m4", type="build")
# error: macro "min" passed 3 arguments, but takes just 2
# https://github.com/kartverket/fyba/issues/21
- patch('gcc-6.patch')
+ patch("gcc-6.patch")
# fatal error: 'sys/vfs.h' file not found
# https://github.com/kartverket/fyba/issues/12
- patch('vfs-mount-darwin.patch', when='platform=darwin')
+ patch("vfs-mount-darwin.patch", when="platform=darwin")