me
/
guix
Archived
1
0
Fork 0

doc: Mention Python 2 packages should not be added anymore.

* doc/contributing.texi (Python Modules): Mention Python 2 packages should not
be added anymore.
master
Maxim Cournoyer 2023-03-23 22:15:27 -04:00
parent ef71e32909
commit f9ceb205f5
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 3 deletions

View File

@ -776,9 +776,8 @@ the word @code{python}.
Some modules are compatible with only one version of Python, others with Some modules are compatible with only one version of Python, others with
both. If the package Foo is compiled with Python 3, we name it both. If the package Foo is compiled with Python 3, we name it
@code{python-foo}. If it is compiled with Python 2, we name it @code{python-foo}. If it is compiled with Python 2, we name it
@code{python2-foo}. Packages should be added when they are necessary; @code{python2-foo}. Python 2 packages are being removed from the
we don't add Python 2 variants of the package unless we are going to use distribution; please do no not submit any new Python 2 packages.
them.
If a project already contains the word @code{python}, we drop this; If a project already contains the word @code{python}, we drop this;
for instance, the module python-dateutil is packaged under the names for instance, the module python-dateutil is packaged under the names