[issue17311] use distutils terminology in "PyPI package display" section

2020-10-22 Thread Éric Araujo

Éric Araujo  added the comment:

That page has been removed in favour of external guide.

--
resolution:  -> out of date
stage: needs patch -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17311] use distutils terminology in "PyPI package display" section

2019-07-29 Thread STINNER Victor


STINNER Victor  added the comment:

This issue is 6 years old and has a patch: it is no newcomer friendly, I remove 
the "easy" keyword.

--
keywords:  -easy
nosy: +vstinner

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17311] use distutils terminology in PyPI package display section

2015-07-06 Thread sanad

sanad added the comment:

In an attempt to fix this issue on lines of the criteria given by nick, have 
uploaded my patch . Please review it so that If mistake is there ,I can fix and 
upload corrected patch again. Thanks for your time.

--
keywords: +patch
nosy: +sanad
Added file: http://bugs.python.org/file39876/issue17311.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17311
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17311] use distutils terminology in PyPI package display section

2015-06-27 Thread Nick Coghlan

Nick Coghlan added the comment:

Sorry for the long silence on this one folks.

I agree the use of package and home page in the referenced section is 
confusing. For home page, I'd suggest using the phrase distribution page 
instead (unless Donald has a different suggestion based on his current work on 
the next generation PyPI implementation).

As far as the ambiguous package goes, for the PyPA docs, we ended up settling 
on the following set of terms (from 
https://packaging.python.org/en/latest/glossary.html):

  import package = the runtime meaning of the term package
  distribution package = the PyPI meaning of the term package
  distribution = shortened term for distribution package
  package = short for either import package or distribution package, 
depending on context. For a great many packages, there's a one-to-one 
correspondence between the import package and the distribution package, which 
is why folks are often surprised to learn there's a difference.

With the distutils docs normally using package to mean import package, then 
they should use the explicit distribution or distribution package when they 
mean the other sense.

--
assignee: ncoghlan - 
nosy: +dstufft

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17311
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17311] use distutils terminology in PyPI package display section

2014-11-21 Thread Éric Araujo

Éric Araujo added the comment:

Nick being the current shepherd for packaging discussions and the instigator of 
the new version-independent documentation, I’d like to let him take a decision 
on this.

--
assignee: eric.araujo - ncoghlan
nosy: +ncoghlan
versions: +Python 3.5 -Python 3.2, Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17311
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17311] use distutils terminology in PyPI package display section

2013-02-27 Thread Chris Jerdonek

New submission from Chris Jerdonek:

As suggested by Éric in a Rietveld comment to issue 16406, this issue is to 
make the PyPI package display section of the distutils docs use the right 
terminology:

It’s too bad this part of the documentation use “package” with the meaning 
used on PyPI instead of following the naming conventions used in the rest of 
the distutils docs (see glossary).  Here I don’t know when “package” and “home 
page” mean pypi.python.org/project or pypi.python.org/project/release (the 
former being a shortcut to the latest release page).

--
assignee: eric.araujo
components: Distutils, Documentation
keywords: easy
messages: 183169
nosy: chris.jerdonek, eric.araujo, tarek
priority: normal
severity: normal
stage: needs patch
status: open
title: use distutils terminology in PyPI package display section
type: enhancement
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17311
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17311] use distutils terminology in PyPI package display section

2013-02-27 Thread Chris Jerdonek

Chris Jerdonek added the comment:

The link for convenience:

http://docs.python.org/dev/distutils/packageindex.html#pypi-package-display

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17311
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com