pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/py-mail-parser mail/py-mail-parser: import py-mai...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d18012b379de
branches:  trunk
changeset: 383944:d18012b379de
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 24 13:54:02 2022 +0000

description:
mail/py-mail-parser: import py-mail-parser-3.15.0

mail-parser is not only a wrapper for email from the Python Standard
Library.  It give you an easy way to pass from raw mail to Python
object that you can use in your code.

diffstat:

 mail/py-mail-parser/DESCR    |   3 +++
 mail/py-mail-parser/Makefile |  25 +++++++++++++++++++++++++
 mail/py-mail-parser/PLIST    |  29 +++++++++++++++++++++++++++++
 mail/py-mail-parser/distinfo |   5 +++++
 4 files changed, 62 insertions(+), 0 deletions(-)

diffs (78 lines):

diff -r 456232a60726 -r d18012b379de mail/py-mail-parser/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/py-mail-parser/DESCR Wed Aug 24 13:54:02 2022 +0000
@@ -0,0 +1,3 @@
+mail-parser is not only a wrapper for email from the Python Standard
+Library.  It give you an easy way to pass from raw mail to Python
+object that you can use in your code.
diff -r 456232a60726 -r d18012b379de mail/py-mail-parser/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/py-mail-parser/Makefile      Wed Aug 24 13:54:02 2022 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2022/08/24 13:54:02 wiz Exp $
+
+DISTNAME=      mail-parser-3.15.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    mail python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mail-parser/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/SpamScope/mail-parser
+COMMENT=       Wrapper for email standard library
+LICENSE=       apache-2.0
+
+DEPENDS+=      ${PYPKGPREFIX}-simplejson>=3.17.0:../../converters/py-simplejson
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.14.0:../../lang/py-six
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 456232a60726 -r d18012b379de mail/py-mail-parser/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/py-mail-parser/PLIST Wed Aug 24 13:54:02 2022 +0000
@@ -0,0 +1,29 @@
+@comment $NetBSD: PLIST,v 1.1 2022/08/24 13:54:02 wiz Exp $
+bin/mailparser
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/mailparser/__init__.py
+${PYSITELIB}/mailparser/__init__.pyc
+${PYSITELIB}/mailparser/__init__.pyo
+${PYSITELIB}/mailparser/__main__.py
+${PYSITELIB}/mailparser/__main__.pyc
+${PYSITELIB}/mailparser/__main__.pyo
+${PYSITELIB}/mailparser/const.py
+${PYSITELIB}/mailparser/const.pyc
+${PYSITELIB}/mailparser/const.pyo
+${PYSITELIB}/mailparser/exceptions.py
+${PYSITELIB}/mailparser/exceptions.pyc
+${PYSITELIB}/mailparser/exceptions.pyo
+${PYSITELIB}/mailparser/mailparser.py
+${PYSITELIB}/mailparser/mailparser.pyc
+${PYSITELIB}/mailparser/mailparser.pyo
+${PYSITELIB}/mailparser/utils.py
+${PYSITELIB}/mailparser/utils.pyc
+${PYSITELIB}/mailparser/utils.pyo
+${PYSITELIB}/mailparser/version.py
+${PYSITELIB}/mailparser/version.pyc
+${PYSITELIB}/mailparser/version.pyo
diff -r 456232a60726 -r d18012b379de mail/py-mail-parser/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/py-mail-parser/distinfo      Wed Aug 24 13:54:02 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/08/24 13:54:02 wiz Exp $
+
+BLAKE2s (mail-parser-3.15.0.tar.gz) = 86bda6090646f9b41f590693354dfaebb606cc859e57a4dee8119da15407936f
+SHA512 (mail-parser-3.15.0.tar.gz) = a8d9b0d2c1bfb4a63fcc556cf8b488d585dacc2c65ddd1a80a13de04926652348df80a9c36b49cae3c401896ba8aa5f6dc24b1129035de68ce1c907959ac393b
+Size (mail-parser-3.15.0.tar.gz) = 18001 bytes



Home | Main Index | Thread Index | Old Index