pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/py-mail-parser



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 24 13:54:02 UTC 2022

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/py-mail-parser/DESCR \
    pkgsrc/mail/py-mail-parser/Makefile pkgsrc/mail/py-mail-parser/PLIST \
    pkgsrc/mail/py-mail-parser/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-mail-parser/DESCR
diff -u /dev/null pkgsrc/mail/py-mail-parser/DESCR:1.1
--- /dev/null   Wed Aug 24 13:54:02 2022
+++ pkgsrc/mail/py-mail-parser/DESCR    Wed Aug 24 13:54:02 2022
@@ -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.
Index: pkgsrc/mail/py-mail-parser/Makefile
diff -u /dev/null pkgsrc/mail/py-mail-parser/Makefile:1.1
--- /dev/null   Wed Aug 24 13:54:02 2022
+++ pkgsrc/mail/py-mail-parser/Makefile Wed Aug 24 13:54:02 2022
@@ -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"
Index: pkgsrc/mail/py-mail-parser/PLIST
diff -u /dev/null pkgsrc/mail/py-mail-parser/PLIST:1.1
--- /dev/null   Wed Aug 24 13:54:02 2022
+++ pkgsrc/mail/py-mail-parser/PLIST    Wed Aug 24 13:54:02 2022
@@ -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
Index: pkgsrc/mail/py-mail-parser/distinfo
diff -u /dev/null pkgsrc/mail/py-mail-parser/distinfo:1.1
--- /dev/null   Wed Aug 24 13:54:02 2022
+++ pkgsrc/mail/py-mail-parser/distinfo Wed Aug 24 13:54:02 2022
@@ -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