extends: add type kwarg (#20045)

* extends: add type kwarg

* Flake8 fix
This commit is contained in:
Adam J. Stewart
2020-12-30 11:09:58 -06:00
committed by GitHub
parent 717b653bdd
commit 0d95fd6d52
10 changed files with 8 additions and 21 deletions

View File

@@ -120,8 +120,6 @@ so ``PerlPackage`` contains:
extends('perl')
depends_on('perl', type=('build', 'run'))
If your package requires a specific version of Perl, you should
specify this.

View File

@@ -138,7 +138,6 @@ every R package needs this, the ``RPackage`` base class contains:
.. code-block:: python
extends('r')
depends_on('r', type=('build', 'run'))
Take a close look at the homepage for ``caret``. If you look at the

View File

@@ -113,7 +113,6 @@ the base class contains:
.. code-block:: python
extends('ruby')
depends_on('ruby', type=('build', 'run'))
The ``*.gemspec`` file may contain something like: