Talk:Python package policies: Difference between revisions
(Add suggestion about variable names) |
(Note discussion from IRC) |
||
Line 9: | Line 9: | ||
`_py2_depends` and `_py3_depends` are more consistent with the other variable names and preferable to '_py2_deps' and '_py3_deps' in my opinion. | `_py2_depends` and `_py3_depends` are more consistent with the other variable names and preferable to '_py2_deps' and '_py3_deps' in my opinion. | ||
---- | |||
_pyname is much less common than _pkgname although _pkgname is used for many things; would be good to have a clear recommended name |
Revision as of 20:00, 16 April 2019
This page duplicates quite a bit of details which are already present:
- https://wiki.alpinelinux.org/wiki/Package_policies
- https://wiki.alpinelinux.org/wiki/APKBUILD_examples:Python
Instead of creating a new page the existing information should be updated.
`_py2_depends` and `_py3_depends` are more consistent with the other variable names and preferable to '_py2_deps' and '_py3_deps' in my opinion.
_pyname is much less common than _pkgname although _pkgname is used for many things; would be good to have a clear recommended name