Date: Fri, 25 Oct 2024 11:21:40 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 654c49239d2c - main - devel/py-awscrt: Update to 0.22.4 Message-ID: <202410251121.49PBLe9p011749@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=654c49239d2ccc8c1af6e03dedda3ee30bf4b815 commit 654c49239d2ccc8c1af6e03dedda3ee30bf4b815 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-25 11:17:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-25 11:17:38 +0000 devel/py-awscrt: Update to 0.22.4 Changes: https://github.com/awslabs/aws-crt-python/releases --- devel/py-awscrt/Makefile | 2 +- devel/py-awscrt/distinfo | 6 +++--- devel/py-awscrt/files/patch-setup.py | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/devel/py-awscrt/Makefile b/devel/py-awscrt/Makefile index 48f1ae404d6f..d5303991c574 100644 --- a/devel/py-awscrt/Makefile +++ b/devel/py-awscrt/Makefile @@ -1,5 +1,5 @@ PORTNAME= awscrt -PORTVERSION= 0.22.0 +PORTVERSION= 0.22.4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-awscrt/distinfo b/devel/py-awscrt/distinfo index b4e0ae011c00..5adc4ec899f5 100644 --- a/devel/py-awscrt/distinfo +++ b/devel/py-awscrt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728632324 -SHA256 (awscrt-0.22.0.tar.gz) = 4ca2b0b49328f03f5a3dde2d565132df8ad74cba27352612ecd9fe2505e1d770 -SIZE (awscrt-0.22.0.tar.gz) = 64353345 +TIMESTAMP = 1729653342 +SHA256 (awscrt-0.22.4.tar.gz) = 4e30b18a0cd93e759057ca537a7aafe72f264e16687c46979b94c854e5edfc49 +SIZE (awscrt-0.22.4.tar.gz) = 65495591 diff --git a/devel/py-awscrt/files/patch-setup.py b/devel/py-awscrt/files/patch-setup.py index 8da43720c4de..0f9b5b31657a 100644 --- a/devel/py-awscrt/files/patch-setup.py +++ b/devel/py-awscrt/files/patch-setup.py @@ -1,14 +1,14 @@ ---- setup.py.orig 2024-10-01 16:33:58 UTC +--- setup.py.orig 2024-10-21 22:20:04 UTC +++ setup.py @@ -12,7 +12,6 @@ import sysconfig import subprocess import sys import sysconfig -from wheel.bdist_wheel import bdist_wheel - - - def is_64bit(): -@@ -301,20 +300,6 @@ class awscrt_build_ext(setuptools.command.build_ext.bu + if sys.platform == 'win32': + # distutils is deprecated in Python 3.10 and removed in 3.12. However, it still works because Python defines a compatibility interface as long as setuptools is installed. + # We don't have an official alternative for distutils.ccompiler as of September 2024. See: https://github.com/pypa/setuptools/issues/2806 +@@ -306,20 +305,6 @@ class awscrt_build_ext(setuptools.command.build_ext.bu super().run() @@ -31,7 +31,7 @@ extra_compile_args = os.environ.get('CFLAGS', '').split() @@ -468,6 +453,6 @@ setuptools.setup( ], - python_requires='>=3.7', + python_requires='>=3.8', ext_modules=[awscrt_ext()], - cmdclass={'build_ext': awscrt_build_ext, "bdist_wheel": bdist_wheel_abi3}, + cmdclass={'build_ext': awscrt_build_ext},
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410251121.49PBLe9p011749>