GNU bug report logs -
#52075
[PATCH 0/4] gnu: alot: Update to 0.10.
Previous Next
Full log
View this message in rfc822 format
Tanguy LE CARROUR <tanguy <at> bioneland.org> writes:
> (define-public python-notmuch2
> (package
> + (inherit python-notmuch)
> (name "python-notmuch2")
> - (version (package-version notmuch))
> - ;; The bindings are distributed via the notmuch release tarball.
> - (source (package-source notmuch))
> - (build-system python-build-system)
> - (inputs `(("notmuch" ,notmuch)))
> (propagated-inputs `(("python-cffi" ,python-cffi)))
> (arguments
> `(#:phases
> @@ -1528,11 +1524,7 @@ (define-public python-notmuch2
> ;; tree, so chdir into it before building.
> (add-after 'unpack 'enter-python-dir
> (lambda _ (chdir "bindings/python-cffi") #t)))))
You can drop the trailing #t above.
> - (home-page (package-home-page notmuch))
> (synopsis "Pythonic bindings for the notmuch mail database using CFFI")
> - (description
> - "This package provides Python bindings to use the Notmuch mail indexing
> -and search library.")
> (license license:gpl3+)))
> ```
>
> Appropriate? I have no idea!
>
> If this version is OK with you, I can submit a V2 of the patch set.
It looks good, thanks. Please submit a v2 and I'll apply the patch set.
Regards,
--
Nicolas Goaziou
This bug report was last modified 3 years and 178 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.