mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update to offlineimap3-8.0.1
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
COMMENT= powerful IMAP/Maildir synchronization and reader support
|
||||
|
||||
MODPY_DISTV = 8.0.0
|
||||
DISTNAME = offlineimap-${MODPY_DISTV}pl20240826
|
||||
REVISION = 0
|
||||
MODPY_DISTV = 8.0.1
|
||||
|
||||
GH_ACCOUNT = OfflineIMAP
|
||||
GH_PROJECT = offlineimap3
|
||||
GH_COMMIT = db347452273bb0f1b1a8ea952f6fb46cf95fedbf
|
||||
GH_TAGNAME = v${MODPY_DISTV}
|
||||
|
||||
CATEGORIES= mail
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (offlineimap-8.0.0pl20240826-db347452.tar.gz) = D0Tu41C/8f8jJCbxkt7838AbyvWqW+sxCqIy73NwNi0=
|
||||
SIZE (offlineimap-8.0.0pl20240826-db347452.tar.gz) = 706499
|
||||
SHA256 (offlineimap3-8.0.1.tar.gz) = gs5UE2Rl6hzOYvTpYejBVaw+7iFJ+oEnY2KUSJAtfWk=
|
||||
SIZE (offlineimap3-8.0.1.tar.gz) = 706574
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
fix: "module importlib has no attribute 'machinery'"
|
||||
https://github.com/OfflineIMAP/offlineimap3/pull/205
|
||||
|
||||
Index: offlineimap/localeval.py
|
||||
--- offlineimap/localeval.py.orig
|
||||
+++ offlineimap/localeval.py
|
||||
@@ -26,6 +26,8 @@ class LocalEval:
|
||||
self.namespace = {}
|
||||
|
||||
if path is not None:
|
||||
+ import importlib.machinery
|
||||
+
|
||||
# FIXME: limit opening files owned by current user with rights set
|
||||
# to fixed mode 644.
|
||||
importlib.machinery.SOURCE_SUFFIXES.append('') # empty string to allow any file
|
||||
Reference in New Issue
Block a user