From: Patrick Gerken Date: Mon, 20 May 2013 14:14:59 +0000 (+0200) Subject: Python Bindings missing on PyPI X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ba760e5ed1dd2933bb9347637fdd4b260075d841;p=notmuch-archives.git Python Bindings missing on PyPI --- diff --git a/40/cd56b79dc77415fc179001acb508d0d1107818 b/40/cd56b79dc77415fc179001acb508d0d1107818 new file mode 100644 index 000000000..c44de74e5 --- /dev/null +++ b/40/cd56b79dc77415fc179001acb508d0d1107818 @@ -0,0 +1,74 @@ +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 EC0D8431FC0 + for ; Mon, 20 May 2013 07:15:11 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled +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 f7+kCl+5cwad for ; + Mon, 20 May 2013 07:15:07 -0700 (PDT) +Received: from wp164.webpack.hosteurope.de (wp164.webpack.hosteurope.de + [80.237.132.171]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 260C4431FB6 + for ; Mon, 20 May 2013 07:15:07 -0700 (PDT) +Received: from [2001:a60:12c8:da01:9005:d9a9:50e0:f5d8] + (helo=patrick-gerken.de); authenticated + by wp164.webpack.hosteurope.de running ExIM with esmtpsa + (TLS1.0:RSA_AES_128_CBC_SHA1:16) + id 1UeQre-0008IG-5f; Mon, 20 May 2013 16:15:03 +0200 +Received: by patrick-gerken.de (sSMTP sendmail emulation); + Mon, 20 May 2013 16:14:59 +0200 +Content-Type: text/plain; charset="utf-8" +MIME-Version: 1.0 +Content-Transfer-Encoding: quoted-printable +To: notmuch@notmuchmail.org +Message-ID: <20130520141459.30749.80963@mini> +From: Patrick Gerken +User-Agent: alot/0.3.4 +Subject: Python Bindings missing on PyPI +Date: Mon, 20 May 2013 16:14:59 +0200 +X-bounce-key: webpack.hosteurope.de; notmuch@patrick-gerken.de; 1369059307; + 027bb2a9; +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, 20 May 2013 14:15:12 -0000 + +Hi, + +I noticed that the python bindings of notmuch are not available via pypi. +It seems that in the past something was registered but is not any longer. + +Without the bindings, it is not possible to use python packages that +depend on notmuch within virtualenv. Virtualenv is a widely used app +to run python programs in an isolated environment. + +Is there any rationale that prevents registering the python bindings +on pypi? +If this is only because of missing maintainer, would anybody +object if I put the bindings on pypi? +If nobody objects, I as the creator, would have admin permissions to +the pypi entry. I don't hoard these rights, if anybody else wants +access, please tell me your pypi username. Bus factors of 1 are +terrible. + +Thanks and best regards, + + Patrick