From: Julian Berman Date: Sun, 26 May 2013 14:27:31 +0000 (+2000) Subject: The Python bindings are now back on PyPI X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a9ad4c37064bf397297196c468af8e6038a04221;p=notmuch-archives.git The Python bindings are now back on PyPI --- diff --git a/27/d6a06de1fbe959020de97937e8e9a7d87e70fc b/27/d6a06de1fbe959020de97937e8e9a7d87e70fc new file mode 100644 index 000000000..d4d6eec50 --- /dev/null +++ b/27/d6a06de1fbe959020de97937e8e9a7d87e70fc @@ -0,0 +1,110 @@ +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 58F56431FBF + for ; Sun, 26 May 2013 07:27:39 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.699 +X-Spam-Level: +X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5 + tests=[HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 KVwONbyfG-gP for ; + Sun, 26 May 2013 07:27:35 -0700 (PDT) +Received: from mail-la0-f53.google.com (mail-la0-f53.google.com + [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 05E58431FAE + for ; Sun, 26 May 2013 07:27:34 -0700 (PDT) +Received: by mail-la0-f53.google.com with SMTP id ea20so5824286lab.12 + for ; Sun, 26 May 2013 07:27:32 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=google.com; s=20120113; + h=mime-version:date:message-id:subject:from:to:content-type + :x-gm-message-state; + bh=pKfBbTL9LLArNA4Z7Mv5qdh8JC171zePSnb9ScrIEwE=; + b=oZ7SQDydid62JiiaSrt3KpS1tTxGloz2c9AzylosxAZO5N5WLd8aMveKi12XydWor2 + HhwIG6KqWUwABcz9lJlLPF89UVTfQlUi3DJwoeiVdLbUQyJf5vhlhEZPvpzLI9tgDm9v + NhfnZoQbwKiXFpmrpKnQjZXcdDmGX45e+R+y04Ia4Y9opn9cFv754AuY2Dwpxkmwlmi4 + 6pyJYhq33xGHNphmhn1IYgKrTJCdSjzGGOR1CC3BuB3lCYLd9//g87/7Q9vjxeVKEmgq + nnT/PbUpMiOSiB4V6Mwd+t72Iw9ACDgId6K6YZA3sD8oljNaj4uqytYElIwUHq586GqE + 8ycA== +MIME-Version: 1.0 +X-Received: by 10.112.172.40 with SMTP id az8mr12512178lbc.88.1369578451993; + Sun, 26 May 2013 07:27:31 -0700 (PDT) +Received: by 10.114.28.104 with HTTP; Sun, 26 May 2013 07:27:31 -0700 (PDT) +Date: Sun, 26 May 2013 10:27:31 -0400 +Message-ID: + +Subject: The Python bindings are now back on PyPI +From: Julian Berman +To: notmuch@notmuchmail.org +Content-Type: multipart/alternative; boundary=001a11c2b1601f984404dd9fd5b0 +X-Gm-Message-State: + ALoCoQmUp9lFDNLSMJ4FcsRvpkqitzpl5HcrIz0tIGrE9NhfAdiSHELwp7rbFDQ/Fd3yQVl9iznk +X-Mailman-Approved-At: Mon, 27 May 2013 00:22:47 -0700 +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: Sun, 26 May 2013 14:27:39 -0000 + +--001a11c2b1601f984404dd9fd5b0 +Content-Type: text/plain; charset=ISO-8859-1 + +Hi, + +I've queried gently to find out if anyone was interested in putting the +Python bindings back on PyPI a few times in IRC before, and didn't really +see much interest one way or the other. I saw a mailing list post that +seemed indifferent, though it brought up that version mismatches would +cause runtime errors,which I think is OK, it's still useful to be able to +install the corresponding version (e.g. homebrew on OSX currently packages +notmuch 0.14 but does not by default install the bindings, which is good +for me, because I only want them installed in a virtualenv, so I'd like to +be able to `pip install notmuch==0.14). + + +So I took the liberty of re-uploading them. They're here: +https://pypi.python.org/pypi/notmuch + +If anyone strongly objects, or would like to take over ownership of that +package, please feel free to let me know. + +Cheers, +Julian + +--001a11c2b1601f984404dd9fd5b0 +Content-Type: text/html; charset=ISO-8859-1 +Content-Transfer-Encoding: quoted-printable + +
Hi,

I've queried gently = +to find out if anyone was interested in putting the Python bindings back on= + PyPI a few times in IRC before, and didn't really see much interest on= +e way or the other. I saw a mailing list post that seemed indifferent, thou= +gh it brought up that version mismatches would cause runtime errors,which I= + think is OK, it's still useful to be able to install the corresponding= + version (e.g. homebrew on OSX currently packages notmuch 0.14 but does not= + by default install the bindings, which is good for me, because I only want= + them installed in a virtualenv, so I'd like to be able to `pip install= + notmuch=3D=3D0.14).
+ +


So I took the liberty of re-uploading them. T= +hey're here:=A0https://pypi.python.org/pypi/notmuch

If = +anyone strongly objects, or would like to take over ownership of that packa= +ge, please feel free to let me know.
+

Cheers,
Julian
+ +--001a11c2b1601f984404dd9fd5b0--