pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-lieer: Add lieer-1.6
Module Name: pkgsrc-wip
Committed By: Malte Dehling <mdehling%gmail.com@localhost>
Pushed By: mdehling
Date: Fri Mar 1 11:54:00 2024 -0800
Changeset: 061b85e5a23bc58d10315e939bb4203795ead8e4
Modified Files:
Makefile
Added Files:
py-lieer/ALTERNATIVES
py-lieer/COMMIT_MSG
py-lieer/DESCR
py-lieer/Makefile
py-lieer/PLIST
py-lieer/distinfo
Log Message:
py-lieer: Add lieer-1.6
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 see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=061b85e5a23bc58d10315e939bb4203795ead8e4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-lieer/ALTERNATIVES | 1 +
py-lieer/COMMIT_MSG | 6 ++++++
py-lieer/DESCR | 4 ++++
py-lieer/Makefile | 27 +++++++++++++++++++++++++++
py-lieer/PLIST | 34 ++++++++++++++++++++++++++++++++++
py-lieer/distinfo | 5 +++++
7 files changed, 78 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 869dfd061f..f64c29e0cf 100644
--- a/Makefile
+++ b/Makefile
@@ -3879,6 +3879,7 @@ SUBDIR+= py-librosa
SUBDIR+= py-libtextcat
SUBDIR+= py-libtorrent-rasterbar
SUBDIR+= py-libvirt
+SUBDIR+= py-lieer
SUBDIR+= py-lifelines
SUBDIR+= py-lightgbm
SUBDIR+= py-linearalgebra
diff --git a/py-lieer/ALTERNATIVES b/py-lieer/ALTERNATIVES
new file mode 100644
index 0000000000..25fa662778
--- /dev/null
+++ b/py-lieer/ALTERNATIVES
@@ -0,0 +1 @@
+bin/gmi @PREFIX@/bin/gmi-@PYVERSSUFFIX@
diff --git a/py-lieer/COMMIT_MSG b/py-lieer/COMMIT_MSG
new file mode 100644
index 0000000000..79db436432
--- /dev/null
+++ b/py-lieer/COMMIT_MSG
@@ -0,0 +1,6 @@
+mail/py-lieer: Add lieer-1.6
+
+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.
diff --git a/py-lieer/DESCR b/py-lieer/DESCR
new file mode 100644
index 0000000000..dd46d57b9d
--- /dev/null
+++ b/py-lieer/DESCR
@@ -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.
diff --git a/py-lieer/Makefile b/py-lieer/Makefile
new file mode 100644
index 0000000000..39b47f101d
--- /dev/null
+++ b/py-lieer/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+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
+
+BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+DEPENDS+= ${PYPKGPREFIX}-notmuch2-[0-9]*:../../wip/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/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-lieer/PLIST b/py-lieer/PLIST
new file mode 100644
index 0000000000..edc1737ea2
--- /dev/null
+++ b/py-lieer/PLIST
@@ -0,0 +1,34 @@
+@comment $NetBSD$
+bin/gmi-${PYVERSSUFFIX}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_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
diff --git a/py-lieer/distinfo b/py-lieer/distinfo
new file mode 100644
index 0000000000..7cd7ed83a7
--- /dev/null
+++ b/py-lieer/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+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