pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-parsedmarc: add missing comma to fix build.
Module Name: pkgsrc-wip
Committed By: Amitai Schleier <schmonz-web-git%schmonz.com@localhost>
Pushed By: schmonz
Date: Mon Feb 19 16:51:11 2024 -0500
Changeset: 273841036086aa270cd661bae73c63893332ecac
Modified Files:
py-parsedmarc/distinfo
py-parsedmarc/patches/patch-setup.py
Log Message:
py-parsedmarc: add missing comma to fix build.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=273841036086aa270cd661bae73c63893332ecac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-parsedmarc/distinfo | 2 +-
py-parsedmarc/patches/patch-setup.py | 9 ++++++++-
2 files changed, 9 insertions(+), 2 deletions(-)
diffs:
diff --git a/py-parsedmarc/distinfo b/py-parsedmarc/distinfo
index 8542a9163b..98cda8aa5e 100644
--- a/py-parsedmarc/distinfo
+++ b/py-parsedmarc/distinfo
@@ -3,4 +3,4 @@ $NetBSD$
BLAKE2s (parsedmarc-8.3.0.tar.gz) = 0ded0d325f1ce6a080227b2a562ddaee07866ea61a50a4d59ea260050e9e6b3e
SHA512 (parsedmarc-8.3.0.tar.gz) = 5ab5d5291780525fd7ba728d8321542c49feb8f172894e1ea60e39e761c99bb690786e0ae2529ba47fa96fa77d13f22a431f2682875581b0f12d3938ca5bcc1c
Size (parsedmarc-8.3.0.tar.gz) = 3642199 bytes
-SHA1 (patch-setup.py) = 193f95cd5e1796dd2c1eceb14d64ed167db92a30
+SHA1 (patch-setup.py) = 5c744144eb95f4ed4131619999cedeb120d65263
diff --git a/py-parsedmarc/patches/patch-setup.py b/py-parsedmarc/patches/patch-setup.py
index 6ea542eb1f..cde6278a54 100644
--- a/py-parsedmarc/patches/patch-setup.py
+++ b/py-parsedmarc/patches/patch-setup.py
@@ -4,7 +4,7 @@ Remove bounds.
--- setup.py.orig 2022-06-20 14:35:57.000000000 +0000
+++ setup.py
-@@ -98,8 +98,8 @@ setup(
+@@ -98,14 +98,14 @@ setup(
'requests>=2.22.0', 'imapclient>=2.1.0',
'dateparser>=1.1.1',
'mailsuite>=1.6.1',
@@ -15,3 +15,10 @@ Remove bounds.
'kafka-python>=1.4.4',
'tqdm>=4.31.1',
'lxml>=4.4.0',
+ 'boto3>=1.16.63',
+ 'msgraph-core>=0.2.2',
+- 'azure-identity>=1.8.0'
++ 'azure-identity>=1.8.0',
+ 'google-api-core>=2.4.0',
+ 'google-api-python-client>=2.35.0',
+ 'google-auth>=2.3.3',
Home |
Main Index |
Thread Index |
Old Index