pkgsrc-WIP-changes archive

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

offlineimap: Add dependency on wip/py-rfc6555



Module Name:	pkgsrc-wip
Committed By:	J. Lewis Muir <jlmuir%imca-cat.org@localhost>
Pushed By:	jlmuir
Date:		Tue Aug 13 12:34:51 2024 -0500
Changeset:	1b1c0aaaf7914dc29ef97224556ca1dd7fa10d71

Modified Files:
	offlineimap/Makefile
Added Files:
	offlineimap/COMMIT_MSG

Log Message:
offlineimap: Add dependency on wip/py-rfc6555

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1b1c0aaaf7914dc29ef97224556ca1dd7fa10d71

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

diffstat:
 offlineimap/COMMIT_MSG | 9 +++++++++
 offlineimap/Makefile   | 3 ++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diffs:
diff --git a/offlineimap/COMMIT_MSG b/offlineimap/COMMIT_MSG
new file mode 100644
index 0000000000..8d13f88885
--- /dev/null
+++ b/offlineimap/COMMIT_MSG
@@ -0,0 +1,9 @@
+mail/offlineimap: Add dependency on net/py-rfc6555
+
+OfflineIMAP requires the rfc6555 module, but the package is missing the
+dependency declaration.  Without rfc6555, OfflineIMAP builds but does
+not run; it fails with a stack trace that ends like this:
+
+  File "[...]/offlineimap/imaplibutil.py", line 22, in <module>
+      import rfc6555
+      ImportError: No module named rfc6555
diff --git a/offlineimap/Makefile b/offlineimap/Makefile
index 4ba92414cd..3369b3e905 100644
--- a/offlineimap/Makefile
+++ b/offlineimap/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.41 2023/10/23 06:37:48 wiz Exp $
 
 DISTNAME=	offlineimap-7.3.4
-PKGREVISION=	4
+PKGREVISION=	5
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_GITHUB:=OfflineIMAP/}
 
@@ -15,6 +15,7 @@ GITHUB_TAG=	v${PKGVERSION_NOREV}
 PYTHON_VERSIONS_ACCEPTED=	27 # not yet ported
 
 DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=	${PYPKGPREFIX}-rfc6555-[0-9]*:../../wip/py-rfc6555
 
 INSTALLATION_DIRS=	share/examples/offlineimap
 


Home | Main Index | Thread Index | Old Index