Skip to content

Commit

Permalink
py-py[net]dicom: Add py313 flavors
Browse files Browse the repository at this point in the history
  • Loading branch information
eborisch authored and reneeotten committed Feb 22, 2025
1 parent f4c6933 commit 996118c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
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"


0 comments on commit 996118c

Please sign in to comment.