[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#199716: python-apt: support for source packages would be nice



Hello,

On Wed, Jul 02, 2003 at 02:30:12PM -0400, Matt Zimmerman wrote:
> I have implemented simple browsing of available source versions like this:
> 
> #!/usr/bin/python
> 
> import apt_pkg
> 
> apt_pkg.init()
> 
> sources = apt_pkg.GetPkgSrcRecords()
> while sources.Lookup('hello'):
>         print sources.Package, sources.Version, sources.Maintainer, sources.Section, `sources.Binaries`
This is nice :-)  I will wait for it patiently.
I'm especially interested in the BuildDepends,
are these covered, too?

Thank you,
Jochen
-- 
                                         Omm
                                      (0)-(0)
http://www.mathematik.uni-kl.de/~wwwstoch/voss/index.html

Attachment: pgpRCZsFQu6OS.pgp
Description: PGP signature


Reply to: