pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/py-notmuch2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr  4 04:21:19 UTC 2024

Added Files:
        pkgsrc/mail/py-notmuch2: DESCR Makefile PLIST

Log Message:
mail/py-notmuch2: import py-notmuch2-0.38.3

Packaged by Malte Dehling in pkgsrc-wip.

Notmuch is a system for indexing, searching, reading, and tagging
large collections of email messages in maildir or mh format. It uses
the Xapian library to provide fast, full-text search with a convenient
search syntax.

This package provides Pythonic bindings using CFFI.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/py-notmuch2/DESCR \
    pkgsrc/mail/py-notmuch2/Makefile pkgsrc/mail/py-notmuch2/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/mail/py-notmuch2/DESCR
diff -u /dev/null pkgsrc/mail/py-notmuch2/DESCR:1.1
--- /dev/null   Thu Apr  4 04:21:19 2024
+++ pkgsrc/mail/py-notmuch2/DESCR       Thu Apr  4 04:21:18 2024
@@ -0,0 +1,6 @@
+Notmuch is a system for indexing, searching, reading, and tagging
+large collections of email messages in maildir or mh format. It uses
+the Xapian library to provide fast, full-text search with a convenient
+search syntax.
+
+This package provides Pythonic bindings using CFFI.
Index: pkgsrc/mail/py-notmuch2/Makefile
diff -u /dev/null pkgsrc/mail/py-notmuch2/Makefile:1.1
--- /dev/null   Thu Apr  4 04:21:19 2024
+++ pkgsrc/mail/py-notmuch2/Makefile    Thu Apr  4 04:21:19 2024
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2024/04/04 04:21:19 wiz Exp $
+
+PYTHON_FOR_BUILD_ONLY=         no
+
+.include "../../mail/notmuch/Makefile.common"
+
+WHEEL_NAME=    ${DISTNAME:S/notmuch-/notmuch2-/}
+PKGNAME=       ${PYPKGPREFIX}-${WHEEL_NAME}
+CATEGORIES+=   python
+
+MAINTAINER=    mdehling%gmail.com@localhost
+COMMENT=       Pythonic bindings for the notmuch mail database using CFFI
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-cffi>=1.0.0:../../devel/py-cffi
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=0:../../devel/py-test-cov
+
+PYSETUPSUBDIR= bindings/python-cffi
+
+.include "../../mail/notmuch/buildlink3.mk"
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/mail/py-notmuch2/PLIST
diff -u /dev/null pkgsrc/mail/py-notmuch2/PLIST:1.1
--- /dev/null   Thu Apr  4 04:21:19 2024
+++ pkgsrc/mail/py-notmuch2/PLIST       Thu Apr  4 04:21:19 2024
@@ -0,0 +1,36 @@
+@comment $NetBSD: PLIST,v 1.1 2024/04/04 04:21:19 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/notmuch2/__init__.py
+${PYSITELIB}/notmuch2/__init__.pyc
+${PYSITELIB}/notmuch2/__init__.pyo
+${PYSITELIB}/notmuch2/_base.py
+${PYSITELIB}/notmuch2/_base.pyc
+${PYSITELIB}/notmuch2/_base.pyo
+${PYSITELIB}/notmuch2/_build.py
+${PYSITELIB}/notmuch2/_build.pyc
+${PYSITELIB}/notmuch2/_build.pyo
+${PYSITELIB}/notmuch2/_capi.abi3.so
+${PYSITELIB}/notmuch2/_config.py
+${PYSITELIB}/notmuch2/_config.pyc
+${PYSITELIB}/notmuch2/_config.pyo
+${PYSITELIB}/notmuch2/_database.py
+${PYSITELIB}/notmuch2/_database.pyc
+${PYSITELIB}/notmuch2/_database.pyo
+${PYSITELIB}/notmuch2/_errors.py
+${PYSITELIB}/notmuch2/_errors.pyc
+${PYSITELIB}/notmuch2/_errors.pyo
+${PYSITELIB}/notmuch2/_message.py
+${PYSITELIB}/notmuch2/_message.pyc
+${PYSITELIB}/notmuch2/_message.pyo
+${PYSITELIB}/notmuch2/_query.py
+${PYSITELIB}/notmuch2/_query.pyc
+${PYSITELIB}/notmuch2/_query.pyo
+${PYSITELIB}/notmuch2/_tags.py
+${PYSITELIB}/notmuch2/_tags.pyc
+${PYSITELIB}/notmuch2/_tags.pyo
+${PYSITELIB}/notmuch2/_thread.py
+${PYSITELIB}/notmuch2/_thread.pyc
+${PYSITELIB}/notmuch2/_thread.pyo



Home | Main Index | Thread Index | Old Index