Hullo;
Andrea Riciputi noted that fink's pyobjc-py22 and pyobjc-py23 explicitly
'Conflict' with each other. I responded that I meant to do that. The
packages would refuse to install at the same time anyway, and I thought
that marking them as Conflicting would give the user better feedback.
The two packages share the single file /sw/bin/nibclassbuilder, which
differs in the first line:
#!/sw/bin/python2.2
versus
#!/sw/bin/python2.3
or even
#!/sw/bin/python
fink has packages python, python22, and python23, and the binaries are
so-named. Currently nibclassbuilder wants to be run using whatever
python was used to build it.
Since others have also asked why the two packages can't be installed
simultaneously, and I'm getting embarrassed explaining the reason, I
thought I'd ask how you would prefer I try fixing this?
A possibility is renaming nibclassbuilder to nibclassbuilder-py{22,23}.
I don't know how this would collide with nibclassbuilder's intended use.
-- Kaben
|