pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Bump offlineimap to 8.0.2
Module Name: pkgsrc-wip
Committed By: William Brawner <me%wbrawner.com@localhost>
Pushed By: lefteye
Date: Fri Jun 5 17:04:31 2026 -0600
Changeset: f5c5d8b33f4bed70534507f0f669297a1cdeb535
Modified Files:
offlineimap/Makefile
offlineimap/PLIST
offlineimap/distinfo
Removed Files:
offlineimap/patches/patch-pyproject.toml
Log Message:
Bump offlineimap to 8.0.2
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f5c5d8b33f4bed70534507f0f669297a1cdeb535
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
offlineimap/Makefile | 10 ++++-----
offlineimap/PLIST | 1 +
offlineimap/distinfo | 7 +++---
offlineimap/patches/patch-pyproject.toml | 37 --------------------------------
4 files changed, 9 insertions(+), 46 deletions(-)
diffs:
diff --git a/offlineimap/Makefile b/offlineimap/Makefile
index d2d427b98e..6a82700efe 100644
--- a/offlineimap/Makefile
+++ b/offlineimap/Makefile
@@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.42 2024/08/14 17:25:21 wiz Exp $
-DISTNAME= offlineimap3-8.0.0.2024.08.26
+VERSION= 8.0.2
+DISTNAME= offlineimap3-${VERSION}
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GITHUB:=OfflineIMAP/}
-# 8.0.0 is 4 years old, so use snapshot
-GITHUB_TAG= db347452273bb0f1b1a8ea952f6fb46cf95fedbf
+GITHUB_TAG= v${VERSION}
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+MAINTAINER= me%wbrawner.com@localhost
HOMEPAGE= https://github.com/OfflineIMAP/offlineimap3
COMMENT= Powerful IMAP/Maildir synchronization and reader support (v3)
LICENSE= gnu-gpl-v2 # or later
@@ -25,7 +25,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/share/examples/offlineimap/${f}
.endfor
-WHEEL_NAME= offlineimap-8.0.0
+WHEEL_NAME= offlineimap-${VERSION}
# needs imap credentials for testing:
# as of 8.0.0.2024.08.26
diff --git a/offlineimap/PLIST b/offlineimap/PLIST
index abe482dcc0..bd4289a04f 100644
--- a/offlineimap/PLIST
+++ b/offlineimap/PLIST
@@ -3,6 +3,7 @@ bin/offlineimap
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/offlineimap/CustomConfig.py
diff --git a/offlineimap/distinfo b/offlineimap/distinfo
index ae80d1a741..61664cb044 100644
--- a/offlineimap/distinfo
+++ b/offlineimap/distinfo
@@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.13 2021/10/26 10:54:11 nia Exp $
-BLAKE2s (offlineimap3-8.0.0.2024.08.26-db347452273bb0f1b1a8ea952f6fb46cf95fedbf.tar.gz) = 6be2361739174381abf3521a53e8ddb62709933baefc79c385c00bfe8874bd4e
-SHA512 (offlineimap3-8.0.0.2024.08.26-db347452273bb0f1b1a8ea952f6fb46cf95fedbf.tar.gz) = 9b3da6838e02d88dad75259620036d6c864a6b2ff1620cdf83189265a7528d28e809b8779cae589beaf4b163ccd81104f2ad96d2710934c41b691a971354717d
-Size (offlineimap3-8.0.0.2024.08.26-db347452273bb0f1b1a8ea952f6fb46cf95fedbf.tar.gz) = 706499 bytes
-SHA1 (patch-pyproject.toml) = d2f28ccab83abb4e4cb97f41053bf323246d6001
+BLAKE2s (offlineimap3-8.0.2.tar.gz) = 2cd87725398d68a1884ff0dfd23c1bc29198a6c82516d4dba87f7e4ae11f97d6
+SHA512 (offlineimap3-8.0.2.tar.gz) = 971fe76cd5e58fe13faf00ffd069e8de931c1503ef37b9b9e871fdd2f578fb4b56a2e254f160a47531206811b92001ac8e4ec95c744cfa6f7ab35fcb9bab0648
+Size (offlineimap3-8.0.2.tar.gz) = 709438 bytes
diff --git a/offlineimap/patches/patch-pyproject.toml b/offlineimap/patches/patch-pyproject.toml
deleted file mode 100644
index 6967604478..0000000000
--- a/offlineimap/patches/patch-pyproject.toml
+++ /dev/null
@@ -1,37 +0,0 @@
-$NetBSD$
-
-Traceback (most recent call last):
- File "<frozen runpy>", line 198, in _run_module_as_main
- File "<frozen runpy>", line 88, in _run_code
- File "/usr/pkg/lib/python3.13/site-packages/installer/__main__.py", line 105, in <module>
- _main(sys.argv[1:], "python -m installer")
- ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/pkg/lib/python3.13/site-packages/installer/__main__.py", line 101, in _main
- installer.install(source, destination, {})
- ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/pkg/lib/python3.13/site-packages/installer/_core.py", line 109, in install
- record = destination.write_file(
- scheme=scheme,
- ...<2 lines>...
- is_executable=is_executable,
- )
- File "/usr/pkg/lib/python3.13/site-packages/installer/destinations.py", line 203, in write_file
- return self.write_to_fs(
- ~~~~~~~~~~~~~~~~^
- scheme, path_, stream_with_different_shebang, is_executable
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- )
- ^
- File "/usr/pkg/lib/python3.13/site-packages/installer/destinations.py", line 167, in write_to_fs
- raise FileExistsError(message)
-FileExistsError: File already exists: /scratch/mail/offlineimap3/work/.destdir/usr/pkg/bin/offlineimap
-
---- pyproject.toml.orig 2025-04-23 15:36:44.841097452 +0000
-+++ pyproject.toml
-@@ -51,6 +51,3 @@ keyring = ["keyring"]
- cygwin = ["portalocker[cygwin]"]
- kerberos = ["gssapi[kerberos]"]
- testinternet = ["certifi~=2020.6.20"]
--
--[project.scripts]
--offlineimap = "offlineimap.init:main"
Home |
Main Index |
Thread Index |
Old Index