Skip to content

Can a single package produce multiple versions? #1187

Answered by davidlatwe
melMass asked this question in Q&A
Discussion options

You must be logged in to vote

Additionally, to answer the title of this thread, there is one type of package that is not being documented in Wiki but actually does what you've asked for. It's called "combined-package", which looks like this (an example used in tests) :

https://github.com/nerdvegas/rez/blob/master/src/rez/data/tests/packages/py_packages/multi.py

That kind of packages aren't being structured with a package/version named directory plus a package.py in it, but only a python file exposed in packages dir path and named as {pkg_name}.py, e.g. foo.py, nuke.py.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@melMass
Comment options

Answer selected by melMass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants