Alan Coopersmith wrote: > > http://cr.opensolaris.org/~dduvall/pkg-pkginfo/ > > Is there any easy way to export the existing URL's & version info from > src/setup.py for the source_url? Seems like it would be nice to not have > to keep two places in sync.
True, though we already have this problem. All the python packages deliver paths that are specific to their versions, so you end up having to modify the manifests in a bunch of places anyway (not to mention the version in pkg.fmri). I suppose you could forget this one spot but not the others, but you're likely to do a search-and-replace. I'll see if I can figure out something reasonable. Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
