[Patches] [ python-Patches-683939 ] Add download_url to setup()

SourceForge.net noreply@sourceforge.net
Mon, 10 Feb 2003 07:34:03 -0800


Patches item #683939, was opened at 2003-02-10 15:58
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=683939&group_id=5470

Category: Distutils and setup.py
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: A.M. Kuchling (akuchling)
Assigned to: Anthony Baxter (anthonybaxter)
Summary: Add download_url to setup()

Initial Comment:
For a Python package installer, it would be a good idea to provide a "download URL" metadata keyword in the next release of Python. 


----------------------------------------------------------------------

>Comment By: Thomas Heller (theller)
Date: 2003-02-10 16:34

Message:
Logged In: YES 
user_id=11105

What will this line contain, if there are several download
URLs possible (zip, tar.gz, multiple exe fir different
Python versions?)

Will it work with redirects a la Sourceforge?

----------------------------------------------------------------------

Comment By: A.M. Kuchling (akuchling)
Date: 2003-02-10 16:00

Message:
Logged In: YES 
user_id=11375

The attached patch implements the new metadata keyword.

Open question: if a value isn't provided, the PKG-INFO file 
will contain the line "Download-URL: UNKNOWN".  Should the line 
simply be omitted in this case?

There should be an updated metadata PEP; I'm not sure if PEP 241 should be edited or what, but will ask the relevant people.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=683939&group_id=5470