[PATCH 2/2] bindings/python-cffi: update version from global version.

2020-06-30 Thread David Bremner
Copy machinery from the older python bindings --- Makefile.global | 1 + Makefile.local | 2 +- bindings/python-cffi/notmuch2/version.py | 3 +++ bindings/python-cffi/setup.py| 9 - bindings/python/setup.py | 2

Re: [PATCH 2/2] bindings/python-cffi: update version from global version.

2020-06-29 Thread Floris Bruynooghe
On Thu 25 Jun 2020 at 10:34 -0300, David Bremner wrote: > David Bremner writes: > >> Copy machinery from the older python bindings > >> >> +# get the notmuch version number without importing the notmuch module >> +version_file = os.path.join(os.path.dirname(__file__), >> +

Re: [PATCH 2/2] bindings/python-cffi: update version from global version.

2020-06-25 Thread David Bremner
David Bremner writes: > Copy machinery from the older python bindings > > +# get the notmuch version number without importing the notmuch module > +version_file = os.path.join(os.path.dirname(__file__), > +'notmuch2', 'version.py') >