diff options
Diffstat (limited to 'devel/py-awscrt')
| -rw-r--r-- | devel/py-awscrt/Makefile | 2 | ||||
| -rw-r--r-- | devel/py-awscrt/distinfo | 6 | ||||
| -rw-r--r-- | devel/py-awscrt/files/patch-pyproject.toml | 4 | ||||
| -rw-r--r-- | devel/py-awscrt/files/patch-setup.py | 16 |
4 files changed, 20 insertions, 8 deletions
diff --git a/devel/py-awscrt/Makefile b/devel/py-awscrt/Makefile index c65f8e7868c9..96ba0f981df7 100644 --- a/devel/py-awscrt/Makefile +++ b/devel/py-awscrt/Makefile @@ -1,5 +1,5 @@ PORTNAME= awscrt -PORTVERSION= 0.27.1 +PORTVERSION= 0.30.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-awscrt/distinfo b/devel/py-awscrt/distinfo index eb8fc82ea07c..a4a85f206306 100644 --- a/devel/py-awscrt/distinfo +++ b/devel/py-awscrt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546494 -SHA256 (awscrt-0.27.1.tar.gz) = fceb989c91001934c7a764e5c0ba68d7cbd339e054260dc35291f3245b8859cb -SIZE (awscrt-0.27.1.tar.gz) = 36843962 +TIMESTAMP = 1766036385 +SHA256 (awscrt-0.30.0.tar.gz) = e1a133430e71116e9c0f101b0d11227f47b7c561ad5303f5af00f6c33a16f382 +SIZE (awscrt-0.30.0.tar.gz) = 38023382 diff --git a/devel/py-awscrt/files/patch-pyproject.toml b/devel/py-awscrt/files/patch-pyproject.toml index 50d9fde94c87..cd8fab8c2d2f 100644 --- a/devel/py-awscrt/files/patch-pyproject.toml +++ b/devel/py-awscrt/files/patch-pyproject.toml @@ -1,10 +1,10 @@ ---- pyproject.toml.orig 2025-03-14 16:53:45 UTC +--- pyproject.toml.orig 2025-08-12 19:03:48 UTC +++ pyproject.toml @@ -1,6 +1,6 @@ requires = [ [build-system] requires = [ - "setuptools>=75.3.1", + "setuptools>=61", - "wheel>=0.45.1", # used by our setup.py ] build-backend = "setuptools.build_meta" + diff --git a/devel/py-awscrt/files/patch-setup.py b/devel/py-awscrt/files/patch-setup.py index 03e5b1f520eb..2081586faada 100644 --- a/devel/py-awscrt/files/patch-setup.py +++ b/devel/py-awscrt/files/patch-setup.py @@ -1,6 +1,18 @@ ---- setup.py.orig 2024-12-06 18:35:30 UTC +--- setup.py.orig 2025-08-12 19:03:48 UTC +++ setup.py -@@ -359,7 +359,7 @@ def awscrt_ext(): +@@ -11,7 +11,10 @@ import sysconfig + import subprocess + import sys + import sysconfig +-from setuptools.command.bdist_wheel import bdist_wheel ++try: ++ from setuptools.command.bdist_wheel import bdist_wheel ++except: ++ from wheel.bdist_wheel import bdist_wheel + + 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. +@@ -435,7 +438,7 @@ def awscrt_ext(): # So it's simpler to link them in statically and have less runtime dependencies. # # Don't apply this trick to dependencies that are always on the OS (e.g. librt) |
