Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 156DF4196F0 for ; Mon, 19 Apr 2010 12:50:20 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.8 X-Spam-Level: X-Spam-Status: No, score=0.8 tagged_above=-999 required=5 tests=[BAYES_50=0.8] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jtFtyXOVNGmJ for ; Mon, 19 Apr 2010 12:50:19 -0700 (PDT) Received: from homiemail-a21.g.dreamhost.com (caiajhbdccac.dreamhost.com [208.97.132.202]) by olra.theworths.org (Postfix) with ESMTP id 5176D431FC1 for ; Mon, 19 Apr 2010 12:50:19 -0700 (PDT) Received: from sspaeth.de (unknown [195.190.188.219]) by homiemail-a21.g.dreamhost.com (Postfix) with ESMTPA id 60955300059 for ; Mon, 19 Apr 2010 12:50:17 -0700 (PDT) Received: by sspaeth.de (sSMTP sendmail emulation); Mon, 19 Apr 2010 21:50:13 +0200 From: "Sebastian Spaeth" To: "Notmuch list" Subject: python cnotmuch -> notmuch Date: Mon, 19 Apr 2010 21:50:13 +0200 Message-ID: <87aaszmdca.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2010 19:50:20 -0000 I believe that Carl pursues an evil plan of converting unsuspicious mercurial users to git. At least that is what I suspect when he asked whether it would make sense to get my cnotmuch python bindings into the notmuch repo. :-) Well, here it is, I converted my good old bitbucket hg repo to git, so he can merge it (but thanks to the good old hg-git plugin I did not even had to leave mercurial once, so the evil part of his plan failed miserably :-)) http://github.com/spaetz/python-notmuch respectively: git@github.com:spaetz/python-notmuch.git Carl, I did not update the .hgignore to be .gitignore yet. I recommend to just ignore *.pyc and the docs/html dir (just have a look at .hgignore). As for the directory to stick this in, I don't care. Does "bindings/python" make sense? Also, I have a debian dir to produce a .deb package, not sure what to do with that. I took the opportunity to change the semantics and did away with the "c" in cnotmuch. Carl felt comfortable to just name it 'notmuch' and I am happy to oblige. So rather than the ugly "from cnotmuch.notmuch import Database" this works not simply with "import notmuch" or "from notmuch import Database". I'll still need to think about how I should handle the transition on the python package page, but fortunately the current user base of cnotmuch is still not too big :-). Sorry for the long blurb, I know I should not distract Carl from merging David's patches... :-) Sebastian