* The Python bindings are now back on PyPI
@ 2013-05-26 14:27 Julian Berman
2013-05-27 9:31 ` Justus Winter
0 siblings, 1 reply; 3+ messages in thread
From: Julian Berman @ 2013-05-26 14:27 UTC (permalink / raw)
To: notmuch
[-- Attachment #1: Type: text/plain, Size: 859 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 1094 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: The Python bindings are now back on PyPI
2013-05-26 14:27 The Python bindings are now back on PyPI Julian Berman
@ 2013-05-27 9:31 ` Justus Winter
2013-05-27 18:16 ` Julian Berman
0 siblings, 1 reply; 3+ messages in thread
From: Justus Winter @ 2013-05-27 9:31 UTC (permalink / raw)
To: Julian Berman, notmuch
[-- Attachment #1: Type: text/plain, Size: 1112 bytes --]
Hi :)
Quoting Julian Berman (2013-05-26 16:27:31)
> 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
There are two links to documentation, one in the paragraph above
"Requirements", one in the list below the download box. The first link
is correct, http://pythonhosted.org/notmuch/ is severely outdated
(0.9rc1). Dunno who put the docs there (autogenerated from pypi
packages?).
Justus
[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAABCAAGBQJRoyftAAoJENMeiILK3jZYJNIP/1fG1HgmpujU1HzQHbCadmpJ
2uQlmxCCFlzc4hZ7FVsCw5fjpqLFNH+zmhUu9QKOdFeFFveCQVPn7fa0tiQWmosy
2/SWNxbpBMbGdxM7Kc7YKEwTzheEbT9Sy5KAA0yKGgI+7Z/HK9KSAxKKAMyuTT+E
+O9XYixGRPOiuA5yEtMsb9UMhzg4XSpJPz2MlCy87A1f8GZAFiqyd/36FpI/EnAP
bsPMJb52hBKSw9U9tUcTsDdC7MmlPL/fb1dolSorz1D2Cgjf5U6ul+VBa4RPsyyT
Zj5UdZcVx9UsaSxbQEIk/le4M038BWG/FtNJV/Rws+aXPu3+IB+00EG4o1gmNsLK
BmtOQNPgaoWbDTLulL7M2riWBseKNtVs44TQwLCd4yebrFWtmY3SQ/k2sLgE8a0N
/cL0fFb4VWnZ2V2o1iyuVYmimSVGxKVNbpYpaDeEuyvsF1kGGmv/YAHnAgVKWrqE
K0KmBvgXitJsa2uSR+5P96ihzo1xGrOSSPfYX+B1FoN4afM/KJrLDKD5w55o089b
uPQ6oyeqtTyppYaywDbrYnrvjeWeRU5LyVYsAtH7W3h1p3A9ZRTjycTbWX8EWOp1
xI1npmFSNLG6loS+8cXwF12mf9JKYlJ7+3WbMCn2A5HBLoO6nv2Wb0LbbfXWDGJF
Uybhm7JNBl8MRaZoUG0+
=Npsm
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: The Python bindings are now back on PyPI
2013-05-27 9:31 ` Justus Winter
@ 2013-05-27 18:16 ` Julian Berman
0 siblings, 0 replies; 3+ messages in thread
From: Julian Berman @ 2013-05-27 18:16 UTC (permalink / raw)
To: Justus Winter; +Cc: notmuch
[-- Attachment #1: Type: text/plain, Size: 1411 bytes --]
Looks like remnants from the first time it was there. I'll update that link
but it may take a bit, PyPI is being upgraded so the upload mechanism is
down currently.
Julian
On Mon, May 27, 2013 at 5:31 AM, Justus Winter <
4winter@informatik.uni-hamburg.de> wrote:
> Hi :)
>
> Quoting Julian Berman (2013-05-26 16:27:31)
> > 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
>
> There are two links to documentation, one in the paragraph above
> "Requirements", one in the list below the download box. The first link
> is correct, http://pythonhosted.org/notmuch/ is severely outdated
> (0.9rc1). Dunno who put the docs there (autogenerated from pypi
> packages?).
>
> Justus
>
[-- Attachment #2: Type: text/html, Size: 2091 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-05-27 18:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-26 14:27 The Python bindings are now back on PyPI Julian Berman
2013-05-27 9:31 ` Justus Winter
2013-05-27 18:16 ` Julian Berman
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).