Shawn Walker wrote:
Rich Burridge wrote:
Tom Mueller wrote:
The new version of api.py only reads the pkg.summary from the
package. This means that old packages that only have a
"description" attribute won't have anything printed. The bug report
requests reading the description if the pkg.summary is not there.
Good point. Okay, here's a new webrev that fixes that:
http://cr.opensolaris.org/~richb/pkg-4395-8829-v3
I think that api callers are going to want access to the summary and
description.
Assuming that "summary" means the "short description" of something and
"description" is the (possibly) paragraph or two about the package,
then I would:
* add DESCRIPTION to class PackageInfo()
* add description property to class PackageInfo()
* change ImageInterface.info() to return as appropriate
Brock would know best.
I agree, but I'm also fine with that being a follow on RFE.
Brock
Cheers,
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss