Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/py-canonicaljson/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile 11 Mar 2022 20:03:15 -0000 1.6
+++ Makefile 18 Aug 2022 08:31:43 -0000
@@ -1,9 +1,8 @@
COMMENT = canonical JSON
-MODPY_EGG_VERSION = 1.4.0
+MODPY_EGG_VERSION = 1.6.2
DISTNAME = canonicaljson-${MODPY_EGG_VERSION}
PKGNAME = py-canonicaljson-${MODPY_EGG_VERSION}
-REVISION = 0
CATEGORIES = textproc
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/py-canonicaljson/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo 23 Oct 2020 16:49:10 -0000 1.3
+++ distinfo 18 Aug 2022 08:31:43 -0000
@@ -1,2 +1,2 @@
-SHA256 (canonicaljson-1.4.0.tar.gz) = iZt2BPWmqKkhCRFdklAULN8LHf3LYs2yHY+1vzd4BjE=
-SIZE (canonicaljson-1.4.0.tar.gz) = 9863
+SHA256 (canonicaljson-1.6.2.tar.gz) = rwC+jOnFiYV98Xa7lFlPDUOw4CfwJ6jXz4l4/bgZAko=
+SIZE (canonicaljson-1.6.2.tar.gz) = 10644
Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/py-unpaddedbase64/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile 11 Mar 2022 20:03:24 -0000 1.5
+++ Makefile 18 Aug 2022 08:34:17 -0000
@@ -1,12 +1,11 @@
COMMENT = Python module implementing Base64 without "=" padding
-MODPY_EGG_VERSION = 1.1.0
+MODPY_EGG_VERSION = 2.1.0
GH_ACCOUNT = matrix-org
GH_PROJECT = python-unpaddedbase64
GH_TAGNAME = v${MODPY_EGG_VERSION}
PKGNAME = py-unpaddedbase64-${MODPY_EGG_VERSION}
-REVISION = 2
CATEGORIES = textproc
@@ -16,10 +15,9 @@ MAINTAINER = Renaud Allard <renaud@alla
PERMIT_PACKAGE = Yes
MODULES = lang/python
+MODPY_PEP517 = poetry-core
FLAVORS = python3
FLAVOR = python3
-
-MODPY_SETUPTOOLS = Yes
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/py-unpaddedbase64/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo 8 Mar 2020 16:19:34 -0000 1.1.1.1
+++ distinfo 18 Aug 2022 08:34:17 -0000
@@ -1,2 +1,2 @@
-SHA256 (python-unpaddedbase64-1.1.0.tar.gz) = Tj/BiD519wOA6QPoWP/ct3uFYkITq5VZxfHlkXSRu3M=
-SIZE (python-unpaddedbase64-1.1.0.tar.gz) = 5889
+SHA256 (python-unpaddedbase64-2.1.0.tar.gz) = jzrq5iqtSe44XBXDe7ZLYlyWu4WoIK6rFJwhlwhDumg=
+SIZE (python-unpaddedbase64-2.1.0.tar.gz) = 5869
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/py-unpaddedbase64/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST 11 Mar 2022 20:03:24 -0000 1.2
+++ pkg/PLIST 18 Aug 2022 08:34:17 -0000
@@ -1,7 +1,11 @@
-lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}unpaddedbase64.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/unpaddedbase64-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
-lib/python${MODPY_VERSION}/site-packages/unpaddedbase64-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
-lib/python${MODPY_VERSION}/site-packages/unpaddedbase64-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
-lib/python${MODPY_VERSION}/site-packages/unpaddedbase64-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
-lib/python${MODPY_VERSION}/site-packages/unpaddedbase64-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
-lib/python${MODPY_VERSION}/site-packages/unpaddedbase64.py
+lib/python${MODPY_VERSION}/site-packages/unpaddedbase64/
+lib/python${MODPY_VERSION}/site-packages/unpaddedbase64-${MODPY_EGG_VERSION}.dist-info/
+lib/python${MODPY_VERSION}/site-packages/unpaddedbase64-${MODPY_EGG_VERSION}.dist-info/LICENSE
+lib/python${MODPY_VERSION}/site-packages/unpaddedbase64-${MODPY_EGG_VERSION}.dist-info/METADATA
+lib/python${MODPY_VERSION}/site-packages/unpaddedbase64-${MODPY_EGG_VERSION}.dist-info/RECORD
+lib/python${MODPY_VERSION}/site-packages/unpaddedbase64-${MODPY_EGG_VERSION}.dist-info/WHEEL
+lib/python${MODPY_VERSION}/site-packages/unpaddedbase64/__init__.py
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/unpaddedbase64/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/unpaddedbase64/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/unpaddedbase64/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/unpaddedbase64/py.typed
Hello,
Here are some diffs for textproc/py-unpaddedbase64 2.1.0 and
textproc/py-unpaddedbase64 1.6.2. They are needed for newer versions of
net/synapse.
Best Regards
No comments:
Post a Comment