pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/py-mailsuite



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 24 14:00:31 UTC 2022

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

Log Message:
mail/py-mailsuite: import py-mailsuite-1.9.5

A Python package for retrieving, parsing, and sending emails.

Features

- Simplified IMAP client
  - Retrieve email from any folder
  - Create new folders
  - Move messages to other folders
  - Delete messages
  - Monitor folders for new messages using the IMAP ``IDLE`` command
  - Always use ``/`` as the folder hierarchy separator, and convert to the
    server's hierarchy separator in the background
  - Always remove folder name characters that conflict with the server's
    hierarchy separators
  - Prepend the namespace to the folder path when required


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/py-mailsuite/DESCR \
    pkgsrc/mail/py-mailsuite/Makefile pkgsrc/mail/py-mailsuite/PLIST \
    pkgsrc/mail/py-mailsuite/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-mailsuite/DESCR
diff -u /dev/null pkgsrc/mail/py-mailsuite/DESCR:1.1
--- /dev/null   Wed Aug 24 14:00:31 2022
+++ pkgsrc/mail/py-mailsuite/DESCR      Wed Aug 24 14:00:31 2022
@@ -0,0 +1,15 @@
+A Python package for retrieving, parsing, and sending emails.
+
+Features
+
+- Simplified IMAP client
+  - Retrieve email from any folder
+  - Create new folders
+  - Move messages to other folders
+  - Delete messages
+  - Monitor folders for new messages using the IMAP ``IDLE`` command
+  - Always use ``/`` as the folder hierarchy separator, and convert to the
+    server's hierarchy separator in the background
+  - Always remove folder name characters that conflict with the server's
+    hierarchy separators
+  - Prepend the namespace to the folder path when required
Index: pkgsrc/mail/py-mailsuite/Makefile
diff -u /dev/null pkgsrc/mail/py-mailsuite/Makefile:1.1
--- /dev/null   Wed Aug 24 14:00:31 2022
+++ pkgsrc/mail/py-mailsuite/Makefile   Wed Aug 24 14:00:31 2022
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2022/08/24 14:00:31 wiz Exp $
+
+DISTNAME=      mailsuite-1.9.5
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    mail
+MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mailsuite/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/seanthegeek/mailsuite/
+COMMENT=       Python package for retrieving, parsing, and sending emails
+LICENSE=       apache-2.0
+
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+DEPENDS+=      ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
+DEPENDS+=      ${PYPKGPREFIX}-expiringdict-[0-9]*:../../devel/py-expiringdict
+DEPENDS+=      ${PYPKGPREFIX}-html2text>=2020.1.16:../../textproc/py-html2text
+DEPENDS+=      ${PYPKGPREFIX}-imapclient>=2.1.0:../../mail/py-imapclient
+DEPENDS+=      ${PYPKGPREFIX}-mail-parser>=3.14.0:../../mail/py-mail-parser
+DEPENDS+=      ${PYPKGPREFIX}-publicsuffix2>=2.20190812:../../www/py-publicsuffix2
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/mail/py-mailsuite/PLIST
diff -u /dev/null pkgsrc/mail/py-mailsuite/PLIST:1.1
--- /dev/null   Wed Aug 24 14:00:31 2022
+++ pkgsrc/mail/py-mailsuite/PLIST      Wed Aug 24 14:00:31 2022
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2022/08/24 14:00:31 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/license_files/LICENSE
+${PYSITELIB}/mailsuite/__init__.py
+${PYSITELIB}/mailsuite/__init__.pyc
+${PYSITELIB}/mailsuite/imap.py
+${PYSITELIB}/mailsuite/imap.pyc
+${PYSITELIB}/mailsuite/smtp.py
+${PYSITELIB}/mailsuite/smtp.pyc
+${PYSITELIB}/mailsuite/utils.py
+${PYSITELIB}/mailsuite/utils.pyc
Index: pkgsrc/mail/py-mailsuite/distinfo
diff -u /dev/null pkgsrc/mail/py-mailsuite/distinfo:1.1
--- /dev/null   Wed Aug 24 14:00:31 2022
+++ pkgsrc/mail/py-mailsuite/distinfo   Wed Aug 24 14:00:31 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/08/24 14:00:31 wiz Exp $
+
+BLAKE2s (mailsuite-1.9.5.tar.gz) = 1f6412a5b09ba1582c9b4394c7e46126c58548e56ed2fa0ad83f536f12fddbf7
+SHA512 (mailsuite-1.9.5.tar.gz) = e2a3a6df7ecab24d5099b93467f1011ecf8519b26686bdae96354dcd9c8a4e8428d64f22f3f507772f13ee7567e0cb30441489e9e4c26ce40dc2d2662e9bc3dc
+Size (mailsuite-1.9.5.tar.gz) = 16259 bytes



Home | Main Index | Thread Index | Old Index