[Pythonmac-SIG] Package Manager idea, adding a URL scheme
Ronald Oussoren
oussoren at cistron.nl
Wed Oct 1 15:11:48 EDT 2003
On 1 okt 2003, at 5:58, Bob Ippolito wrote:
> How about making up a URL scheme for Package Manager.. for example:
>
> pypimp://undefined.org/pimp/?Numeric
This might be pretty usefull, and might reduce the load on the central
scapegoat.
Another idea: Add a function of comparing versions to pimp. The current
plists seem to use a simple string comparison for comparing versions
and that doesn't always work. As an example, the entry for PyObjC
contains something like:
import objc
if objc.__version__ < "1.0b1":
raise "old version installed"
That won't work whenever we get around releasing pyobjc-1.0, as "1.0" <
"1.0b1" :-(.
Ronald
More information about the Pythonmac-SIG
mailing list