Skip to content
Snippets Groups Projects
Commit a26393e1 authored by Adrian Ciu's avatar Adrian Ciu Committed by Eleni Mathioulaki
Browse files

feat: import spack.package explicitly in all packages

parent 3681ab01
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# #
# SPDX-License-Identifier: (Apache-2.0 OR MIT) # SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import * from spack.package import *
class Acpype(PythonPackage): class Acpype(PythonPackage):
"""A tool based in Python to use Antechamber to generate topologies for chemical """A tool based in Python to use Antechamber to generate topologies for chemical
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# #
# SPDX-License-Identifier: (Apache-2.0 OR MIT) # SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import * from spack.package import *
class Apbs(CMakePackage): class Apbs(CMakePackage):
......
...@@ -7,7 +7,7 @@ import os ...@@ -7,7 +7,7 @@ import os
import unittest.mock import unittest.mock
import xml.etree.ElementTree as ET import xml.etree.ElementTree as ET
from spack import * from spack.package import *
from spack.util.environment import EnvironmentModifications from spack.util.environment import EnvironmentModifications
import spack.build_environment import spack.build_environment
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# #
# SPDX-License-Identifier: (Apache-2.0 OR MIT) # SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import * from spack.package import *
# Usage # Usage
# from clb_nb_utils import oauth # from clb_nb_utils import oauth
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# #
# SPDX-License-Identifier: (Apache-2.0 OR MIT) # SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import * from spack.package import *
class Genpybind(WafPackage): class Genpybind(WafPackage):
......
...@@ -7,7 +7,7 @@ import os ...@@ -7,7 +7,7 @@ import os
import unittest.mock import unittest.mock
import xml.etree.ElementTree as ET import xml.etree.ElementTree as ET
from spack import * from spack.package import *
from spack.util.environment import EnvironmentModifications from spack.util.environment import EnvironmentModifications
import spack.build_environment import spack.build_environment
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# #
# SPDX-License-Identifier: (Apache-2.0 OR MIT) # SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import * from spack.package import *
class Inja(CMakePackage): class Inja(CMakePackage):
......
...@@ -7,7 +7,7 @@ import os ...@@ -7,7 +7,7 @@ import os
import unittest.mock import unittest.mock
import xml.etree.ElementTree as ET import xml.etree.ElementTree as ET
from spack import * from spack.package import *
from spack.util.environment import EnvironmentModifications from spack.util.environment import EnvironmentModifications
import spack.build_environment import spack.build_environment
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# #
# SPDX-License-Identifier: (Apache-2.0 OR MIT) # SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import * from spack.package import *
import re import re
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# #
# SPDX-License-Identifier: (Apache-2.0 OR MIT) # SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import * from spack.package import *
import unittest.mock import unittest.mock
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# #
# SPDX-License-Identifier: (Apache-2.0 OR MIT) # SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import * from spack.package import *
class Psmisc(AutotoolsPackage): class Psmisc(AutotoolsPackage):
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# #
# SPDX-License-Identifier: (Apache-2.0 OR MIT) # SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import * from spack.package import *
class PyAnnarchy(PythonPackage): class PyAnnarchy(PythonPackage):
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# #
# SPDX-License-Identifier: (Apache-2.0 OR MIT) # SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import * from spack.package import *
class PyBct(PythonPackage): class PyBct(PythonPackage):
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# #
# SPDX-License-Identifier: (Apache-2.0 OR MIT) # SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import * from spack.package import *
class PyBiobbAnalysis(PythonPackage): class PyBiobbAnalysis(PythonPackage):
"""Biobb_analysis is the Biobb module collection to perform analysis """Biobb_analysis is the Biobb module collection to perform analysis
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# #
# SPDX-License-Identifier: (Apache-2.0 OR MIT) # SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import * from spack.package import *
class PyBiobbChemistry(PythonPackage): class PyBiobbChemistry(PythonPackage):
"""Biobb_chemistry is the Biobb module collection to perform chemistry """Biobb_chemistry is the Biobb module collection to perform chemistry
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# #
# SPDX-License-Identifier: (Apache-2.0 OR MIT) # SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import * from spack.package import *
class PyCerebstats(PythonPackage): class PyCerebstats(PythonPackage):
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# #
# SPDX-License-Identifier: (Apache-2.0 OR MIT) # SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import * from spack.package import *
class PyCerebunit(PythonPackage): class PyCerebunit(PythonPackage):
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# #
# SPDX-License-Identifier: (Apache-2.0 OR MIT) # SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import * from spack.package import *
class PyClangFormat(PythonPackage): class PyClangFormat(PythonPackage):
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# #
# SPDX-License-Identifier: (Apache-2.0 OR MIT) # SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import * from spack.package import *
class PyCons(PythonPackage): class PyCons(PythonPackage):
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# #
# SPDX-License-Identifier: (Apache-2.0 OR MIT) # SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import * from spack.package import *
class PyDicthash(PythonPackage): class PyDicthash(PythonPackage):
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment