pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun May  7 20:52:58 UTC 2023

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

Log Message:
py-authheaders: add version 0.15.2

Python module for generating email authentication headers: Authheaders can
generate both authentication results header fields and DKIM/ ARC signatures.
It can perform DKIM, SPF, and DMARC validation, and the results are packaged
into a single Authentication-Results header. It can also DKIM and ARC sign
messages and output the corresponding signature header fields.


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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/Makefile
diff -u pkgsrc/mail/Makefile:1.598 pkgsrc/mail/Makefile:1.599
--- pkgsrc/mail/Makefile:1.598  Sun May  7 20:37:52 2023
+++ pkgsrc/mail/Makefile        Sun May  7 20:52:58 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.598 2023/05/07 20:37:52 markd Exp $
+# $NetBSD: Makefile,v 1.599 2023/05/07 20:52:58 markd Exp $
 #
 
 COMMENT=       Electronic mail utilities
@@ -303,6 +303,7 @@ SUBDIR+=    proxsmtp
 SUBDIR+=       pst-utils
 SUBDIR+=       pulsar
 SUBDIR+=       py-aiosmtpd
+SUBDIR+=       py-authheaders
 SUBDIR+=       py-authres
 SUBDIR+=       py-checkdmarc
 SUBDIR+=       py-dkim

Added files:

Index: pkgsrc/mail/py-authheaders/DESCR
diff -u /dev/null pkgsrc/mail/py-authheaders/DESCR:1.1
--- /dev/null   Sun May  7 20:52:58 2023
+++ pkgsrc/mail/py-authheaders/DESCR    Sun May  7 20:52:58 2023
@@ -0,0 +1,5 @@
+Python module for generating email authentication headers: Authheaders can
+generate both authentication results header fields and DKIM/ ARC signatures.
+It can perform DKIM, SPF, and DMARC validation, and the results are packaged
+into a single Authentication-Results header. It can also DKIM and ARC sign
+messages and output the corresponding signature header fields.
Index: pkgsrc/mail/py-authheaders/Makefile
diff -u /dev/null pkgsrc/mail/py-authheaders/Makefile:1.1
--- /dev/null   Sun May  7 20:52:58 2023
+++ pkgsrc/mail/py-authheaders/Makefile Sun May  7 20:52:58 2023
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2023/05/07 20:52:58 markd Exp $
+
+DISTNAME=      authheaders-0.15.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    mail python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=a/authheaders/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/ValiMail/authentication-headers/
+COMMENT=       Library for email authentication header verification and generation
+LICENSE=       zpl-2.1
+
+DEPENDS+=      ${PYPKGPREFIX}-dkim>=0.7.1:../../mail/py-dkim
+DEPENDS+=      ${PYPKGPREFIX}-authres>=1.2.0:../../mail/py-authres
+DEPENDS+=      ${PYPKGPREFIX}-publicsuffix2-[0-9]*:../../www/py-publicsuffix2
+DEPENDS+=      ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/mail/py-authheaders/PLIST
diff -u /dev/null pkgsrc/mail/py-authheaders/PLIST:1.1
--- /dev/null   Sun May  7 20:52:58 2023
+++ pkgsrc/mail/py-authheaders/PLIST    Sun May  7 20:52:58 2023
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1 2023/05/07 20:52:58 markd Exp $
+bin/dmarc-policy-find
+${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}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/authheaders/__init__.py
+${PYSITELIB}/authheaders/__init__.pyc
+${PYSITELIB}/authheaders/__init__.pyo
+${PYSITELIB}/authheaders/dmarc_lookup.py
+${PYSITELIB}/authheaders/dmarc_lookup.pyc
+${PYSITELIB}/authheaders/dmarc_lookup.pyo
+${PYSITELIB}/authheaders/dmarcpolicyfind.py
+${PYSITELIB}/authheaders/dmarcpolicyfind.pyc
+${PYSITELIB}/authheaders/dmarcpolicyfind.pyo
+${PYSITELIB}/authheaders/public_suffix_list.txt
Index: pkgsrc/mail/py-authheaders/distinfo
diff -u /dev/null pkgsrc/mail/py-authheaders/distinfo:1.1
--- /dev/null   Sun May  7 20:52:58 2023
+++ pkgsrc/mail/py-authheaders/distinfo Sun May  7 20:52:58 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/05/07 20:52:58 markd Exp $
+
+BLAKE2s (authheaders-0.15.2.tar.gz) = f84d080f5ffbfa1cb257bc7bb662ca5599a075c81dd6ba60d7e6644561ff9ee2
+SHA512 (authheaders-0.15.2.tar.gz) = 487bb7d7128e98fa673c0fd0038ce1c3042a5b49fc7a6ddb896b464543ffa9fa8112b80259c4d0bbb5f02f2d077dd8d75c478b55b5c0229c538416460e215c2c
+Size (authheaders-0.15.2.tar.gz) = 107991 bytes



Home | Main Index | Thread Index | Old Index