Sugar Network/Recipe Specification: Difference between revisions

No edit summary
Line 94: Line 94:


List of [[Activity Team/Zero Sugar/Packaging Guide#Package_names|dependencies]] that should exist before using the package.
List of [[Activity Team/Zero Sugar/Packaging Guide#Package_names|dependencies]] that should exist before using the package.
'''slots'''[<dependency>] = <first-dependency-version> [; ...], <last-dependency-verison>
To specify dependency [[Activity Team/Zero Sugar/Packaging Guide#Slots|slots]].


  '''binding''' = [prepend|append|replace] <variable-name> [<insert-text-to-prepend-variable-value>] [; ...]
  '''binding''' = [prepend|append|replace] <variable-name> [<insert-text-to-prepend-variable-value>] [; ...]
Line 307: Line 303:
  [Component/python]
  [Component/python]
  requires  = python; pygtk; pycairo; %(slug)s
  requires  = python; pygtk; pycairo; %(slug)s
slots[python] = 2.5; 2.6; 2.7; 3.0
  binding  = PYTHONPATH python
  binding  = PYTHONPATH python
  include  = python/**
  include  = python/**