unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 9a8693d65d712ab9101ebd2b1f9183fc19d3e020 345 bytes (raw)
name: bindings/python-cffi/setup.py 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
import setuptools


setuptools.setup(
    name='notdb',
    version='0.1',
    description='Pythonic bindings for the notmuch mail database using CFFI',
    author='Floris Bruynooghe',
    author_email='flub@devork.be',
    setup_requires=['cffi>=1.0.0'],
    cffi_modules=['notdb/_build.py:ffibuilder'],
    install_requires=['cffi>=1.0.0'],
)

debug log:

solving 9a8693d6 ...
found 9a8693d6 in https://yhetil.org/notmuch/20171128204608.12210-2-flub@devork.be/

applying [1/1] https://yhetil.org/notmuch/20171128204608.12210-2-flub@devork.be/
diff --git a/bindings/python-cffi/setup.py b/bindings/python-cffi/setup.py
new file mode 100644
index 00000000..9a8693d6

Checking patch bindings/python-cffi/setup.py...
Applied patch bindings/python-cffi/setup.py cleanly.

index at:
100644 9a8693d65d712ab9101ebd2b1f9183fc19d3e020	bindings/python-cffi/setup.py

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

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).