[csw-maintainers] web visibility of packages

Maciej Bliziński maciej at opencsw.org
Fri Aug 19 09:19:39 CEST 2011


2011/8/19 Ben Walton <bwalton at opencsw.org>:
> Excerpts from Ben Walton's message of Thu Aug 18 20:15:09 -0400 2011:
>
>> Oh, and one other teeny, tiny, small little item...a list of all
>> shared libraries that package contains?
>
> Ooops...sorry, this should be "every shared object a package depends
> on by NEEDED items in the binary/library."  This information would
> have been used by checkpkg so maybe it's in the pickled data structure
> for extraction?

I could even return the whole pickled data structure, and you could do
whatever you wanted with it, it has all the information.  There's one
wrinkle, where I was lazy and I pickled a Python object instead of a
plain tuple, so I'll have to modify the code to use the tuple instead
of a timestamp object. It'll require bumping up the data structure
version number, and reindexing of the catalog.

Maciej


More information about the maintainers mailing list