[arch-general] Pkgtools v22
Hi All, I'm happy to announce that after a far-too-long wait, the latest version of pkgtools is released! This version is a complete rewrite from the ground up. The slow parts have been rewritten in C for a huge speed increase, and the body has been rewritten in python. Many thanks for brain0 and solstice for doing most of the hard work in making this release happen. It should be hitting the mirrors today, and pkgtools-git from AUR is ready if you just can't wait. Enjoy!
On Sun, Jan 16, 2011 at 12:29 PM, Daenyth Blank <daenyth+arch@gmail.com> wrote:
Hi All,
I'm happy to announce that after a far-too-long wait, the latest version of pkgtools is released! This version is a complete rewrite from the ground up. The slow parts have been rewritten in C for a huge speed increase, and the body has been rewritten in python. Many thanks for brain0 and solstice for doing most of the hard work in making this release happen. It should be hitting the mirrors today, and pkgtools-git from AUR is ready if you just can't wait.
Enjoy!
Great job!
On Sun, 2011-01-16 at 13:24 -0600, Thomas Dziedzic wrote:
On Sun, Jan 16, 2011 at 12:29 PM, Daenyth Blank <daenyth+arch@gmail.com> wrote:
Hi All,
I'm happy to announce that after a far-too-long wait, the latest version of pkgtools is released! This version is a complete rewrite from the ground up. The slow parts have been rewritten in C for a huge speed increase, and the body has been rewritten in python. Many thanks for brain0 and solstice for doing most of the hard work in making this release happen. It should be hitting the mirrors today, and pkgtools-git from AUR is ready if you just can't wait.
Enjoy!
Great job!
Great Job indeed! pkgtools is one of the most briljant and usefull tools of archlinux. always usefull when you are compiling and wondering which package contains some header file. -- Jelle van der Waa
Am 16.01.2011 19:29, schrieb Daenyth Blank:
Hi All,
I'm happy to announce that after a far-too-long wait, the latest version of pkgtools is released! This version is a complete rewrite from the ground up. The slow parts have been rewritten in C for a huge speed increase, and the body has been rewritten in python. Many thanks for brain0 and solstice for doing most of the hard work in making this release happen. It should be hitting the mirrors today, and pkgtools-git from AUR is ready if you just can't wait.
This is awesome. The command-not-found handler is now usable, a search in pkgfile should take less than a second now.
On Sun, 16 Jan 2011 13:29:59 -0500 Daenyth Blank <daenyth+arch@gmail.com> wrote:
Hi All,
I'm happy to announce that after a far-too-long wait, the latest version of pkgtools is released! This version is a complete rewrite from the ground up. The slow parts have been rewritten in C for a huge speed increase, and the body has been rewritten in python. Many thanks for brain0 and solstice for doing most of the hard work in making this release happen. It should be hitting the mirrors today, and pkgtools-git from AUR is ready if you just can't wait.
Enjoy!
just installed pkgtools-22-1 $ pkgfile awesome Traceback (most recent call last): File "/usr/bin/pkgfile", line 434, in <module> main() File "/usr/bin/pkgfile", line 424, in main query_pkg(args[0], options) File "/usr/bin/pkgfile", line 331, in query_pkg del repo_list[repo_list.index(local_db)] ValueError: '/var/cache/pkgtools/lists/local.files.tar.gz' is not in list ? Dieter
On Sun, Jan 16, 2011 at 16:06, Dieter Plaetinck <dieter@plaetinck.be> wrote:
On Sun, 16 Jan 2011 13:29:59 -0500 Daenyth Blank <daenyth+arch@gmail.com> wrote:
Hi All,
I'm happy to announce that after a far-too-long wait, the latest version of pkgtools is released! This version is a complete rewrite from the ground up. The slow parts have been rewritten in C for a huge speed increase, and the body has been rewritten in python. Many thanks for brain0 and solstice for doing most of the hard work in making this release happen. It should be hitting the mirrors today, and pkgtools-git from AUR is ready if you just can't wait.
Enjoy!
just installed pkgtools-22-1
$ pkgfile awesome Traceback (most recent call last): File "/usr/bin/pkgfile", line 434, in <module> main() File "/usr/bin/pkgfile", line 424, in main query_pkg(args[0], options) File "/usr/bin/pkgfile", line 331, in query_pkg del repo_list[repo_list.index(local_db)] ValueError: '/var/cache/pkgtools/lists/local.files.tar.gz' is not in list
? Dieter
It's a bug that's fixed in -git. If you run --update it will clear up
participants (5)
-
Daenyth Blank
-
Dieter Plaetinck
-
Jelle van der Waa
-
Thomas Bächler
-
Thomas Dziedzic