[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52075] [PATCH 3/4] gnu: Add python-notmuch2.
From: |
Nicolas Goaziou |
Subject: |
[bug#52075] [PATCH 3/4] gnu: Add python-notmuch2. |
Date: |
Wed, 24 Nov 2021 14:21:29 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Tanguy LE CARROUR <tanguy@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
- [bug#52075] [PATCH 0/4] gnu: alot: Update to 0.10., Tanguy Le Carrour, 2021/11/24
- [bug#52075] [PATCH 1/4] gnu: python-urwidtrees: Update to 1.0.3., Tanguy Le Carrour, 2021/11/24
- [bug#52075] [PATCH 3/4] gnu: Add python-notmuch2., Tanguy Le Carrour, 2021/11/24
- [bug#52075] [PATCH 3/4] gnu: Add python-notmuch2., Nicolas Goaziou, 2021/11/24
- [bug#52075] [PATCH 3/4] gnu: Add python-notmuch2., Tanguy LE CARROUR, 2021/11/24
- [bug#52075] [PATCH 3/4] gnu: Add python-notmuch2.,
Nicolas Goaziou <=
- [bug#52075] [PATCH 3/4] gnu: Add python-notmuch2., Jack Hill, 2021/11/24
- [bug#52075] [PATCH 3/4] gnu: Add python-notmuch2., Nicolas Goaziou, 2021/11/24
- [bug#52075] [PATCH 3/4] gnu: Add python-notmuch2., Jack Hill, 2021/11/24
- bug#52075: [PATCH 3/4] gnu: Add python-notmuch2., Nicolas Goaziou, 2021/11/27
- [bug#52075] [PATCH 3/4] gnu: Add python-notmuch2., Tanguy LE CARROUR, 2021/11/28
[bug#52075] [PATCH 2/4] gnu: notmuch: Update to 0.34.1., Tanguy Le Carrour, 2021/11/24
[bug#52075] [PATCH 4/4] gnu: alot: Update to 0.10., Tanguy Le Carrour, 2021/11/24
[bug#52075] [PATCH v2 1/4] gnu: python-urwidtrees: Update to 1.0.3., Tanguy Le Carrour, 2021/11/24