mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
mail/py-offlineimap3: Update to 8.0.2
- Project is now (back) in PyPI as offlineimap - Move to mail/py-offlineimap - Upstream moved to PEP 517 PR: 294454 Changelog: https://github.com/OfflineIMAP/offlineimap3/releases/tag/v8.0.2
This commit is contained in:
committed by
Michael Osipov
parent
2c5d3da1a2
commit
83efe4171e
@@ -5235,3 +5235,4 @@ textproc/py-asciinema|textproc/asciinema|2026-04-06|No longer based on python, u
|
||||
multimedia/jellyfin-media-player|multimedia/jellyfin-desktop|2026-04-08|Project has been renamed
|
||||
databases/movine||2026-04-11|Remove: abandoned upstream
|
||||
java/openjdk22||2026-04-12|Has expired: No longer supported by upstream
|
||||
mail/py-offlineimap3|mail/py-offlineimap|2026-04-16|Project is now in PyPi as offlineimap
|
||||
|
||||
+1
-1
@@ -533,7 +533,7 @@
|
||||
SUBDIR += py-managesieve3
|
||||
SUBDIR += py-notmuch
|
||||
SUBDIR += py-notmuch2
|
||||
SUBDIR += py-offlineimap3
|
||||
SUBDIR += py-offlineimap
|
||||
SUBDIR += py-postfix-mta-sts-resolver
|
||||
SUBDIR += py-premailer
|
||||
SUBDIR += py-pyisemail
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
PORTNAME= offlineimap3
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 8.0.1
|
||||
PORTNAME= offlineimap
|
||||
DISTVERSION= 8.0.2
|
||||
CATEGORIES= mail python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dereks@lifeofadishwasher.com
|
||||
@@ -18,21 +18,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distro>=0:sysutils/py-distro@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}imaplib2>=3.5:mail/py-imaplib2@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}keyring>0:security/py-keyring@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}rfc6555>=0:mail/py-rfc6555@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.9:net/py-urllib3@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.9:net/py-urllib3@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
|
||||
# Project is currently not publishing to pypi sdist. pypi/naming status:
|
||||
# https://github.com/OfflineIMAP/offlineimap3/issues/111
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= OfflineIMAP
|
||||
|
||||
USE_PYTHON= autoplist concurrent distutils pytest
|
||||
USE_PYTHON= autoplist concurrent pep517 pytest
|
||||
TEST_ARGS= "-k not TestBasicFunctions or test_01_MappedImap"
|
||||
|
||||
CONFLICTS_INSTALL= mail/py-offlineimap
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTDOCS= *
|
||||
@@ -41,7 +34,7 @@ PORTEXAMPLES= offlineimap.conf
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES GSSAPI KEYRING MANPAGES
|
||||
OPTIONS_DEFAULT= KEYRING MANPAGES
|
||||
|
||||
KEYRING_DESC= GNOME keyring support
|
||||
KEYRING_DESC= GNOME keyring support
|
||||
|
||||
COMMON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rfc6555>=0:mail/py-rfc6555@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1776035904
|
||||
SHA256 (offlineimap-8.0.2.tar.gz) = 73c0a3e2a88df7c8600fe5e42dd2a34502304c4ea560522e21fb541fc8ad3f12
|
||||
SIZE (offlineimap-8.0.2.tar.gz) = 221404
|
||||
@@ -0,0 +1,12 @@
|
||||
--- pyproject.toml.orig 2026-04-12 23:06:42 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -10,8 +10,7 @@ authors = [
|
||||
authors = [
|
||||
{ name = "John Goerzen & contributors", email = "jgoerzen@complete.org" }
|
||||
]
|
||||
-license = "GPL-2.0-or-later"
|
||||
-license-files = ["COPYING"]
|
||||
+license = { text = "GPL-2.0-or-later" }
|
||||
readme = "README.md"
|
||||
keywords = ["client", "imap", "cli", "email", "mail", "synchronization", "sync", "offline"]
|
||||
requires-python = ">=3.6"
|
||||
@@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1761725040
|
||||
SHA256 (OfflineIMAP-offlineimap3-v8.0.1_GH0.tar.gz) = 82ce54136465ea1cce62f4e961e8c155ac3eee2149fa812763629448902d7d69
|
||||
SIZE (OfflineIMAP-offlineimap3-v8.0.1_GH0.tar.gz) = 706574
|
||||
Reference in New Issue
Block a user