Re: [arch-general] a python rewrite of pkgfile

2011-01-16 Thread Thomas Bächler
Am 16.01.2011 17:16, schrieb Ionuț Bîru: > On 01/16/2011 05:54 PM, solsTiCe d'Hiver wrote: > >> By accident, on IRC, I learned that it was brain0 that wrote the module >> and picked it up on its git repo. I modifed my python code, and made >> addition to the C module. >> > > have you sent the cha

Re: [arch-general] a python rewrite of pkgfile

2011-01-16 Thread Daenyth Blank
On Sun, Jan 16, 2011 at 11:26, Thomas Dziedzic wrote: > Maybe you could provide the PKGBUILD in the AUR? I'll have the package pushed to community by the end of the day, so it shouldn't be needed.

Re: [arch-general] a python rewrite of pkgfile

2011-01-16 Thread Thomas Dziedzic
On Sun, Jan 16, 2011 at 9:54 AM, solsTiCe d'Hiver wrote: > hi. > I started in August a rewrite in python of pkgfile from pkgtools > package. > > The idea was to speed it up and avoid the use of a tree of file and use > a sqlite3 db instead. > > I wrote it quickly and proposed a merge (on github) t

Re: [arch-general] a python rewrite of pkgfile

2011-01-16 Thread Ionuț Bîru
On 01/16/2011 05:54 PM, solsTiCe d'Hiver wrote: By accident, on IRC, I learned that it was brain0 that wrote the module and picked it up on its git repo. I modifed my python code, and made addition to the C module. have you sent the changes to Thomas to incorporate in his git repo? -- Ionuț

Re: [arch-general] a python rewrite of pkgfile

2011-01-16 Thread solsTiCe d'Hiver
Le dimanche 16 janvier 2011 à 11:02 -0500, Daenyth Blank a écrit : > Wow, was it really way back in August? Wow... I started it. That last time we talked about it must have been in december though

Re: [arch-general] a python rewrite of pkgfile

2011-01-16 Thread Daenyth Blank
On Sun, Jan 16, 2011 at 10:54, solsTiCe d'Hiver wrote: > hi. > I started in August a rewrite in python of pkgfile from pkgtools > package. Wow, was it really way back in August? Wow... It's been a really busy year for me. I'll try to get that release out today, since I have time. I've been sitting

[arch-general] a python rewrite of pkgfile

2011-01-16 Thread solsTiCe d'Hiver
hi. I started in August a rewrite in python of pkgfile from pkgtools package. The idea was to speed it up and avoid the use of a tree of file and use a sqlite3 db instead. I wrote it quickly and proposed a merge (on github) to Daenyth. He seems to respond well, reviewing the code. But then nothin