pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-parsedmarc: update to 8.6.4. No changelog found.
Module Name: pkgsrc-wip
Committed By: Amitai Schleier <schmonz-web-git%schmonz.com@localhost>
Pushed By: schmonz
Date: Mon Feb 19 17:00:30 2024 -0500
Changeset: 5b2f5fad293ae050646bbfca1516ac4bf81645c7
Modified Files:
py-parsedmarc/Makefile
py-parsedmarc/PLIST
py-parsedmarc/distinfo
Removed Files:
py-parsedmarc/patches/patch-setup.py
Log Message:
py-parsedmarc: update to 8.6.4. No changelog found.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5b2f5fad293ae050646bbfca1516ac4bf81645c7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-parsedmarc/Makefile | 41 +++++++++++++++++++-----------------
py-parsedmarc/PLIST | 23 ++++++++++++++------
py-parsedmarc/distinfo | 7 +++---
py-parsedmarc/patches/patch-setup.py | 24 ---------------------
4 files changed, 41 insertions(+), 54 deletions(-)
diffs:
diff --git a/py-parsedmarc/Makefile b/py-parsedmarc/Makefile
index aae8dc005d..74eed78adc 100644
--- a/py-parsedmarc/Makefile
+++ b/py-parsedmarc/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= parsedmarc-8.3.0
+DISTNAME= parsedmarc-8.6.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= mail python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/parsedmarc/}
@@ -10,30 +10,33 @@ HOMEPAGE= https://domainaware.github.io/parsedmarc
COMMENT= Parse aggregate and forensic DMARC reports
LICENSE= apache-2.0
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.8.1:../../devel/py-hatchling
+
+DEPENDS+= ${PYPKGPREFIX}-azure-identity>=1.8.0:../../wip/py-azure-identity
+# XXX azure-monitor-ingestion>=1.0.0
+DEPENDS+= ${PYPKGPREFIX}-boto3>=1.16.63:../../net/py-boto3
+DEPENDS+= ${PYPKGPREFIX}-dateparser>=1.1.1:../../time/py-dateparser
DEPENDS+= ${PYPKGPREFIX}-dns>=2.0:../../net/py-dns
+DEPENDS+= ${PYPKGPREFIX}-elasticsearch-dsl>=7.4.0:../../wip/py-elasticsearch-dsl
+DEPENDS+= ${PYPKGPREFIX}-elasticsearch>=7:../../databases/py-elasticsearch
DEPENDS+= ${PYPKGPREFIX}-expiringdict>=1.1.4:../../devel/py-expiringdict
-DEPENDS+= ${PYPKGPREFIX}-publicsuffix2>=2.20190812:../../www/py-publicsuffix2
-DEPENDS+= ${PYPKGPREFIX}-xmltodict>=0.12.0:../../textproc/py-xmltodict
DEPENDS+= ${PYPKGPREFIX}-geoip2>=3.0.0:../../geography/py-geoip2
-DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.25.7:../../www/py-urllib3
-DEPENDS+= ${PYPKGPREFIX}-requests>=2.22.0:../../devel/py-requests
-DEPENDS+= ${PYPKGPREFIX}-imapclient>=2.1.0:../../mail/py-imapclient
-DEPENDS+= ${PYPKGPREFIX}-dateparser>=1.1.1:../../time/py-dateparser
-DEPENDS+= ${PYPKGPREFIX}-mailsuite>=1.6.1:../../mail/py-mailsuite
-DEPENDS+= ${PYPKGPREFIX}-elasticsearch>=7:../../databases/py-elasticsearch
-DEPENDS+= ${PYPKGPREFIX}-elasticsearch-dsl>=7.4.0:../../wip/py-elasticsearch-dsl
-DEPENDS+= ${PYPKGPREFIX}-kafka-python>=1.4.4:../../devel/py-kafka-python
-DEPENDS+= ${PYPKGPREFIX}-tqdm>=4.31.1:../../misc/py-tqdm
-DEPENDS+= ${PYPKGPREFIX}-lxml>=4.4.0:../../textproc/py-lxml
-DEPENDS+= ${PYPKGPREFIX}-boto3>=1.16.63:../../net/py-boto3
-DEPENDS+= ${PYPKGPREFIX}-msgraph-core>=0.2.2:../../wip/py-msgraph-core
-DEPENDS+= ${PYPKGPREFIX}-azure-identity>=1.9.0:../../wip/py-azure-identity
DEPENDS+= ${PYPKGPREFIX}-google-api-core>=2.4.0:../../devel/py-google-api-core
-DEPENDS+= ${PYPKGPREFIX}-google-api-core>=0:../../devel/py-google-api-core
DEPENDS+= ${PYPKGPREFIX}-google-api-python-client>=2.35.0:../../www/py-google-api-python-client
-DEPENDS+= ${PYPKGPREFIX}-google-auth>=2.3.3:../../security/py-google-auth
DEPENDS+= ${PYPKGPREFIX}-google-auth-httplib2>=0.1.0:../../security/py-google-auth-httplib2
DEPENDS+= ${PYPKGPREFIX}-google-auth-oauthlib>=0.4.6:../../security/py-google-auth-oauthlib
+DEPENDS+= ${PYPKGPREFIX}-google-auth>=2.3.3:../../security/py-google-auth
+DEPENDS+= ${PYPKGPREFIX}-imapclient>=2.1.0:../../mail/py-imapclient
+DEPENDS+= ${PYPKGPREFIX}-kafka-python>=1.4.4:../../devel/py-kafka-python
+DEPENDS+= ${PYPKGPREFIX}-lxml>=4.4.0:../../textproc/py-lxml
+DEPENDS+= ${PYPKGPREFIX}-mailsuite>=1.6.1:../../mail/py-mailsuite
+DEPENDS+= ${PYPKGPREFIX}-msgraph-core>=0.2.2:../../wip/py-msgraph-core
+# publicsuffixlist>=0.10.0
+DEPENDS+= ${PYPKGPREFIX}-publicsuffix2>=2.20190812:../../www/py-publicsuffix2
+DEPENDS+= ${PYPKGPREFIX}-requests>=2.22.0:../../devel/py-requests
+DEPENDS+= ${PYPKGPREFIX}-tqdm>=4.31.1:../../misc/py-tqdm
+DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.25.7:../../www/py-urllib3
+DEPENDS+= ${PYPKGPREFIX}-xmltodict>=0.12.0:../../textproc/py-xmltodict
USE_LANGUAGES= # none
@@ -42,5 +45,5 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
post-install:
cd ${DESTDIR}${PREFIX}/bin && ${MV} parsedmarc parsedmarc-${PYVERSSUFFIX}
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-parsedmarc/PLIST b/py-parsedmarc/PLIST
index 7754c234d9..8554d17097 100644
--- a/py-parsedmarc/PLIST
+++ b/py-parsedmarc/PLIST
@@ -1,11 +1,10 @@
@comment $NetBSD$
bin/parsedmarc-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/parsedmarc/__init__.py
${PYSITELIB}/parsedmarc/__init__.pyc
${PYSITELIB}/parsedmarc/__init__.pyo
@@ -18,6 +17,12 @@ ${PYSITELIB}/parsedmarc/elastic.pyo
${PYSITELIB}/parsedmarc/kafkaclient.py
${PYSITELIB}/parsedmarc/kafkaclient.pyc
${PYSITELIB}/parsedmarc/kafkaclient.pyo
+${PYSITELIB}/parsedmarc/log.py
+${PYSITELIB}/parsedmarc/log.pyc
+${PYSITELIB}/parsedmarc/log.pyo
+${PYSITELIB}/parsedmarc/loganalytics.py
+${PYSITELIB}/parsedmarc/loganalytics.pyc
+${PYSITELIB}/parsedmarc/loganalytics.pyo
${PYSITELIB}/parsedmarc/mail/__init__.py
${PYSITELIB}/parsedmarc/mail/__init__.pyc
${PYSITELIB}/parsedmarc/mail/__init__.pyo
@@ -36,7 +41,11 @@ ${PYSITELIB}/parsedmarc/mail/mailbox_connection.pyo
${PYSITELIB}/parsedmarc/resources/__init__.py
${PYSITELIB}/parsedmarc/resources/__init__.pyc
${PYSITELIB}/parsedmarc/resources/__init__.pyo
-${PYSITELIB}/parsedmarc/resources/dbip-country-lite.mmdb
+${PYSITELIB}/parsedmarc/resources/dbip/README.md
+${PYSITELIB}/parsedmarc/resources/dbip/__init__.py
+${PYSITELIB}/parsedmarc/resources/dbip/__init__.pyc
+${PYSITELIB}/parsedmarc/resources/dbip/__init__.pyo
+${PYSITELIB}/parsedmarc/resources/dbip/dbip-country-lite.mmdb
${PYSITELIB}/parsedmarc/s3.py
${PYSITELIB}/parsedmarc/s3.pyc
${PYSITELIB}/parsedmarc/s3.pyo
diff --git a/py-parsedmarc/distinfo b/py-parsedmarc/distinfo
index 98cda8aa5e..74e1c7c116 100644
--- a/py-parsedmarc/distinfo
+++ b/py-parsedmarc/distinfo
@@ -1,6 +1,5 @@
$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) = 5c744144eb95f4ed4131619999cedeb120d65263
+BLAKE2s (parsedmarc-8.6.4.tar.gz) = 95d43588f1e133ea6f164c763ec21c1ff679af55f3d66f357d33b9f7ec9152dc
+SHA512 (parsedmarc-8.6.4.tar.gz) = 85e46f4478925e4dba67e8d559f89131d1ca1709c11464fc86adcf72497ff0585e45f2cf27d7fe8cf69b095010a48c3fe412da733bc11c16a0d3abb60b69c936
+Size (parsedmarc-8.6.4.tar.gz) = 3993793 bytes
diff --git a/py-parsedmarc/patches/patch-setup.py b/py-parsedmarc/patches/patch-setup.py
deleted file mode 100644
index cde6278a54..0000000000
--- a/py-parsedmarc/patches/patch-setup.py
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD$
-
-Remove bounds.
-
---- setup.py.orig 2022-06-20 14:35:57.000000000 +0000
-+++ setup.py
-@@ -98,14 +98,14 @@ setup(
- 'requests>=2.22.0', 'imapclient>=2.1.0',
- 'dateparser>=1.1.1',
- 'mailsuite>=1.6.1',
-- 'elasticsearch<7.14.0',
-- 'elasticsearch-dsl==7.4.0',
-+ 'elasticsearch',
-+ 'elasticsearch-dsl',
- '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