Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Applencourt committed Jan 30, 2025
1 parent 8e65146 commit b764d49
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/ruby-babeltrace/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *
class RubyBabeltrace(RubyPackage):
"""Ruby libbabeltrace ffi bindings"""

Expand Down
1 change: 1 addition & 0 deletions packages/ruby-babeltrace2/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *
class RubyBabeltrace2(RubyPackage):
"""Ruby libbabeltrace2 ffi bindings"""

Expand Down
1 change: 1 addition & 0 deletions packages/ruby-cast-to-yaml/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *
class RubyCastToYaml(RubyPackage):
"""Extract information fom a C ast"""

Expand Down
1 change: 1 addition & 0 deletions packages/ruby-cast/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *
class RubyCast(RubyPackage):
"""C parser and AST constructor."""

Expand Down
1 change: 1 addition & 0 deletions packages/ruby-ffi/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *
class RubyFfi(RubyPackage):
"""Ruby-FFI is a gem for programmatically loading dynamically-linked native
libraries, binding functions within them, and calling those functions
Expand Down
1 change: 1 addition & 0 deletions packages/ruby-metababel/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *
class RubyMetababel(RubyPackage):
"""YAML to Babeltrace 2 Component compiler-compiler"""

Expand Down
1 change: 1 addition & 0 deletions packages/ruby-mini-portile2/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *
class RubyMiniPortile2(RubyPackage):
"""Simplistic port-like solution for developers. It provides a standard and
simplified way to compile against dependency libraries without messing up
Expand Down
1 change: 1 addition & 0 deletions packages/ruby-narray-ffi/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *
class RubyNarrayFfi(RubyPackage):
"""Ruby narray ffi interface"""

Expand Down
4 changes: 3 additions & 1 deletion packages/ruby-narray-old/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *
class RubyNarrayOld(RubyPackage):
"""Numerical N-dimensional Array class"""
"""Numerical N-dimensional Array from spack.package import *
class"""

homepage = "http://masa16.github.io/narray/"
url = "https://rubygems.org/downloads/narray-0.6.1.2.gem"
Expand Down
1 change: 1 addition & 0 deletions packages/ruby-nokogiri/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *
class RubyNokogiri(RubyPackage):
"""Nokogiri (鋸) makes it easy and painless to work with XML and HTML from
Ruby. It provides a sensible, easy-to-understand API for reading,
Expand Down
1 change: 1 addition & 0 deletions packages/ruby-opencl/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *
class RubyOpencl(RubyPackage):
"""Ruby OpenCL FFI bindings. OpenCL 3.0 ready"""

Expand Down
1 change: 1 addition & 0 deletions packages/ruby-racc/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *
class RubyRacc(RubyPackage):
""" Racc is an LALR(1) parser generator.
It is written in Ruby itself, and generates Ruby program."""
Expand Down
1 change: 1 addition & 0 deletions packages/ruby-ritual/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *
class RubyRitual(RubyPackage):
"""Adds tasks and helpers to your Rakefile to manage releases in a lightweight manner."""

Expand Down
1 change: 1 addition & 0 deletions packages/ruby-walk/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *
class RubyWalk(RubyPackage):
"""Directory tree traversal tool inspired by python os.walk"""

Expand Down

0 comments on commit b764d49

Please sign in to comment.