Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py-py[net]dicom: Add py313 flavors #27501

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/py-pydicom/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ github.setup pydicom pydicom 3.0.1 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name py-pydicom
python.versions 39 310 311 312
python.versions 39 310 311 312 313
license MIT BSD
maintainers {eborisch @eborisch} \
openmaintainer
Expand Down
4 changes: 3 additions & 1 deletion python/py-pynetdicom/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ github.setup pydicom pynetdicom 2.1.1 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name py-pynetdicom
python.versions 310 311 312
python.versions 310 311 312 313
platforms {darwin any}
license MIT BSD
maintainers {eborisch @eborisch} openmaintainer
Expand All @@ -27,6 +27,8 @@ checksums \
size 1850292

if {${name} ne ${subport}} {
patchfiles patch-pyproject.toml.diff

depends_build-append port:py${python.version}-poetry-core
depends_lib-append port:py${python.version}-pydicom

Expand Down
9 changes: 9 additions & 0 deletions python/py-pynetdicom/files/patch-pyproject.toml.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
--- pyproject.toml.orig 2025-02-22 13:05:16
+++ pyproject.toml 2025-02-22 13:05:23
@@ -1,5 +1,5 @@
[build-system]
-requires = ["poetry-core >=1.8,<2"]
+requires = ["poetry-core >=1.8"]
build-backend = "poetry.core.masonry.api"