Skip to content

knotsanimation/rez_extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rez_extensions

Extend rez behavior using its native plugins features.

development

content

include/

Install:

Path to the directory must be added to the package_definition_python_path config key.

Usage:

It's content can then be used with the include decorator.

Example:

name = "myPackage"

@include("rezprovides")
def commands():
    rezprovides.is_provided(this.name, env, defined)
    # ...

rezplugins/

Install:

The root of this repository must be added to the rez's config plugin_path.

release_vcs/

Usage:

To be used with rez-release --vcs argument.

  • none: to release without using a vcs at all
  • simple: store the changelog in a CHANGELOG.md file at root

release_hook

Install:

Enable each hook in the rez config file :

release_hooks:
  - doc-publish

Configure:

# configure settings
plugins:
  release_hooks:
    doc-publish:
      # name of the attributes in the package.py of the package being released 
      publish_command_attr_name: doc_publish_command
      publish_require_attr_name: doc_publish_requires

About

rez package for Extend rez features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages