Skip to content

Commit

Permalink
Merge pull request #2831 from abravalheri/improve-docs-paver
Browse files Browse the repository at this point in the history
[Docs] Add reference and short description for Paver
  • Loading branch information
jaraco committed Oct 31, 2021
2 parents 1473924 + 4d8c122 commit cb9856f
Showing 1 changed file with 11 additions and 2 deletions.
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/

0 comments on commit cb9856f

Please sign in to comment.