pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/py-lieer



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr  4 04:23:55 UTC 2024

Added Files:
        pkgsrc/mail/py-lieer: ALTERNATIVES DESCR Makefile PLIST distinfo

Log Message:
mail/py-lieer: import py-lieer-1.6

Packaged by Malte Dehling in wip.

This program can pull, and send, email and labels (and changes to
labels) from your GMail account and store them locally in a maildir with
the labels synchronized with a notmuch database. The changes to tags in
the notmuch database may be pushed back remotely to your GMail account.


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

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-lieer/ALTERNATIVES
diff -u /dev/null pkgsrc/mail/py-lieer/ALTERNATIVES:1.1
--- /dev/null   Thu Apr  4 04:23:55 2024
+++ pkgsrc/mail/py-lieer/ALTERNATIVES   Thu Apr  4 04:23:55 2024
@@ -0,0 +1 @@
+bin/gmi @PREFIX@/bin/gmi-@PYVERSSUFFIX@
Index: pkgsrc/mail/py-lieer/DESCR
diff -u /dev/null pkgsrc/mail/py-lieer/DESCR:1.1
--- /dev/null   Thu Apr  4 04:23:55 2024
+++ pkgsrc/mail/py-lieer/DESCR  Thu Apr  4 04:23:55 2024
@@ -0,0 +1,4 @@
+This program can pull, and send, email and labels (and changes to
+labels) from your GMail account and store them locally in a maildir with
+the labels synchronized with a notmuch database. The changes to tags in
+the notmuch database may be pushed back remotely to your GMail account.
Index: pkgsrc/mail/py-lieer/Makefile
diff -u /dev/null pkgsrc/mail/py-lieer/Makefile:1.1
--- /dev/null   Thu Apr  4 04:23:55 2024
+++ pkgsrc/mail/py-lieer/Makefile       Thu Apr  4 04:23:55 2024
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2024/04/04 04:23:55 wiz Exp $
+
+DISTNAME=      lieer-1.6
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    mail python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lieer/}
+
+MAINTAINER=    mdehling%gmail.com@localhost
+HOMEPAGE=      https://github.com/gauteh/lieer
+COMMENT=       Email synchronization between notmuch and GMail
+LICENSE=       gnu-gpl-v3
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-notmuch2-[0-9]*:../../mail/py-notmuch2
+DEPENDS+=      ${PYPKGPREFIX}-google-api-python-client-[0-9]*:../../www/py-google-api-python-client
+DEPENDS+=      ${PYPKGPREFIX}-google-auth-oauthlib-[0-9]*:../../security/py-google-auth-oauthlib
+DEPENDS+=      ${PYPKGPREFIX}-tqdm-[0-9]*:../../misc/py-tqdm
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+post-install:
+       cd ${DESTDIR}${PREFIX} && \
+       ${MV} bin/gmi bin/gmi-${PYVERSSUFFIX}
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/mail/py-lieer/PLIST
diff -u /dev/null pkgsrc/mail/py-lieer/PLIST:1.1
--- /dev/null   Thu Apr  4 04:23:55 2024
+++ pkgsrc/mail/py-lieer/PLIST  Thu Apr  4 04:23:55 2024
@@ -0,0 +1,35 @@
+@comment $NetBSD: PLIST,v 1.1 2024/04/04 04:23:55 wiz Exp $
+bin/gmi-${PYVERSSUFFIX}
+${PYSITELIB}/${WHEEL_INFODIR}/COPYING.GPL-3.0+
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.md
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/lieer/__init__.py
+${PYSITELIB}/lieer/__init__.pyc
+${PYSITELIB}/lieer/__init__.pyo
+${PYSITELIB}/lieer/gmailieer.py
+${PYSITELIB}/lieer/gmailieer.pyc
+${PYSITELIB}/lieer/gmailieer.pyo
+${PYSITELIB}/lieer/local.py
+${PYSITELIB}/lieer/local.pyc
+${PYSITELIB}/lieer/local.pyo
+${PYSITELIB}/lieer/nobar.py
+${PYSITELIB}/lieer/nobar.pyc
+${PYSITELIB}/lieer/nobar.pyo
+${PYSITELIB}/lieer/remote.py
+${PYSITELIB}/lieer/remote.pyc
+${PYSITELIB}/lieer/remote.pyo
+${PYSITELIB}/lieer/resume.py
+${PYSITELIB}/lieer/resume.pyc
+${PYSITELIB}/lieer/resume.pyo
+${PYSITELIB}/tests/__init__.py
+${PYSITELIB}/tests/__init__.pyc
+${PYSITELIB}/tests/__init__.pyo
+${PYSITELIB}/tests/conftest.py
+${PYSITELIB}/tests/conftest.pyc
+${PYSITELIB}/tests/conftest.pyo
+${PYSITELIB}/tests/test_local.py
+${PYSITELIB}/tests/test_local.pyc
+${PYSITELIB}/tests/test_local.pyo
Index: pkgsrc/mail/py-lieer/distinfo
diff -u /dev/null pkgsrc/mail/py-lieer/distinfo:1.1
--- /dev/null   Thu Apr  4 04:23:55 2024
+++ pkgsrc/mail/py-lieer/distinfo       Thu Apr  4 04:23:55 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/04/04 04:23:55 wiz Exp $
+
+BLAKE2s (lieer-1.6.tar.gz) = 16fd0f498183abd6ed6ada191dc2195648ede1b8509a164b43900ce8fd237fe8
+SHA512 (lieer-1.6.tar.gz) = 1058cc54229319a02de3806b3d5d9a23fe490b56a8c31cd1db95167e212be219a86857437d5d29dc1ab49529c49cb61c8f98d4422a4004975dc86620296f7491
+Size (lieer-1.6.tar.gz) = 48773 bytes



Home | Main Index | Thread Index | Old Index