Re: [gentoo-dev] Maintainer needed for app-portage/flagedit app-portage/profuse dev-util/libconf

2010-11-03 Thread Domen Kožar
Just wondering, why did you abuse classes that badly and hack way through optparse? If it limits your needs you might want to take a look at argparse. Domen On Wed, 2010-11-03 at 14:48 +0100, Michał Górny wrote: On Wed, 3 Nov 2010 08:32:07 +0100 Torsten Veller t...@gentoo.org wrote: If

[gentoo-dev] layman and filesystem permissions

2010-07-08 Thread Domen Kožar
As some of developers noticed, current gpypi2[0] implementation (tool for querying Python Package Index to create ebuilds) needs root permissions for two reasons: - to write ebuild in overlay managed by layman - to unpack source for setup.py introspection with ebuild foobar unpack It just seems

Re: [gentoo-dev] council manifesto for ferringb

2010-06-24 Thread Domen Kožar
Clear reference for usnig git http://gitref.org/ On Thu, 2010-06-24 at 07:56 +0200, Jeroen Roovers wrote: On Thu, 24 Jun 2010 07:31:07 +0200 Paweł Hajdan, Jr. phajdan...@gentoo.org wrote: I'd rather have git soon with longer, but acceptable outage, than in the future, with a very small

Re: [gentoo-dev] Adding AdobeFlash-10{,.1} licenses to EULA group

2010-06-23 Thread Domen Kožar
This should probably be updated: http://www.gentoo.org/doc/en/gentoo-amd64-faq.xml#flash On Fri, 2010-06-18 at 15:58 +0200, Angelo Arrifano wrote: On 18-06-2010 12:16, Alec Warner wrote: On Fri, Jun 18, 2010 at 2:08 AM, Lars Wendler polynomia...@gentoo.org wrote: Am Freitag 18 Juni 2010,

[gentoo-dev] [GSOC] Python, GSoC and distutils2

2010-06-17 Thread Domen Kožar
Greetings, I'm working on g-pypi2 project over this summer for Gentoo, and among other things, I learned a lot about how Gentoo handles Python package distributions. There are quite some students working on distutils2 implementations, so I thought Gentoo as source distribution has a lot to say

Re: [gentoo-dev] Actions of python team, especially Arfrever wrt python eclass and python-3*

2010-06-06 Thread Domen Kožar
The current python eclass also uses some vars to specify the supported slots, yes, but it is more complex and harder to maintain in addition to the fact, that the dependency part is hidden from the package manager. I dont think, that you can tell portage with the current implementation,

Re: [gentoo-dev] Actions of python team, especially Arfrever wrt python eclass and python-3*

2010-06-06 Thread Domen Kožar
On Sun, 2010-06-06 at 14:41 +0200, Thomas Sachau wrote: Am 06.06.2010 13:50, schrieb Domen Kožar: And if you add a python slot or remove one, portage currently is not able to see that and to reinstall packages, which had modules installed for that slot. You need another tool (python

Re: [gentoo-dev] showing file diffs as root

2010-05-30 Thread Domen Kožar
Hey! Maybe I am missing something, but why not use difflib and pygments on top of that? Cheers, Domen On Sun, 2010-05-30 at 10:59 -0400, Christopher Harvey wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello gentoo-dev, I'm working on an app for GSoC that needs to show a diff of

Re: [gentoo-dev] showing file diffs as root

2010-05-30 Thread Domen Kožar
On 05/30/10 11:21, Domen Kožar wrote: Hey! Maybe I am missing something, but why not use difflib and pygments on top of that? Cheers, Domen That's a good option. Pros: Can easily integrate the diff viewer into my application. Cons: Doesn't seem to be a way to interactively