summaryrefslogtreecommitdiff
path: root/mail/py-mailsuite/files/patch-setup.py
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2022-11-16 06:28:17 +0000
committerWen Heping <wen@FreeBSD.org>2022-11-16 06:28:17 +0000
commit23f0d873c2582101777ff7efe67c5d4867018be4 (patch)
treea7877346ea3b564ed8acf52d201846650301d3ba /mail/py-mailsuite/files/patch-setup.py
parentframework: fix grep call in check_files hook (diff)
mail/py-mailsuite: Update to 1.9.14
PR: 267800 Reported by: meka@tilda.center(maintainer)
Diffstat (limited to 'mail/py-mailsuite/files/patch-setup.py')
-rw-r--r--mail/py-mailsuite/files/patch-setup.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/py-mailsuite/files/patch-setup.py b/mail/py-mailsuite/files/patch-setup.py
index 386b312356da..a66e394a9b06 100644
--- a/mail/py-mailsuite/files/patch-setup.py
+++ b/mail/py-mailsuite/files/patch-setup.py
@@ -1,6 +1,6 @@
--- setup.py.orig 2022-07-21 12:47:45 UTC
+++ setup.py
-@@ -0,0 +1,76 @@
+@@ -0,0 +1,75 @@
+#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+
@@ -32,7 +32,7 @@
+ # Versions should comply with PEP440. For a discussion on single-sourcing
+ # the version across setup.py and the project code, see
+ # https://packaging.python.org/en/latest/single_source_version.html
-+ version="1.9.9",
++ version="1.9.14",
+ description=description,
+ long_description=long_description,
+ # The project's main homepage.
@@ -56,7 +56,7 @@
+ "Programming Language :: Python :: 3",
+ ],
+ # What does your project relate to?
-+ keywords="email,SMTP,IMAP, YARA",
++ keywords="email,SMTP,IMAP",
+ # You can just specify the packages manually here if your project is
+ # simple. Or you can use find_packages().
+ packages=["mailsuite"],
@@ -74,6 +74,5 @@
+ "html2text>=2020.1.16",
+ "publicsuffix2>=2.20190812",
+ "expiringdict==1.2.2",
-+ "yara-python>=4.2.0",
+ ],
+)