Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Add reference and short description for Paver #2831

Merged
merged 1 commit into from
Oct 31, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions docs/development/developer-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,14 @@ setuptools from source. Eventually, this limitation may be lifted as
PEP 517/518 reach ubiquitous adoption, but for now, Setuptools
cannot declare dependencies other than through
``setuptools/_vendor/vendored.txt`` and
``pkg_resources/_vendor/vendored.txt`` and refreshed by way of
``paver update_vendored`` (pavement.py).
``pkg_resources/_vendor/vendored.txt``.

All the dependencies specified in these files are "vendorized" using Paver_, a
simple Python-based project scripting and task running tool.

To refresh the dependencies, you can run the following command (defined in
``pavement.py``)::

$ paver update_vendored

.. _Paver: https://pythonhosted.org/Paver/