<pre style='margin:0'>
Eric A. Borisch (eborisch) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9fce9819324be7f7d4d9937ba4b5e6b455da9903">https://github.com/macports/macports-ports/commit/9fce9819324be7f7d4d9937ba4b5e6b455da9903</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 9fce9819324 py-pynetdicom 2.0.1; 3.x only now (#13595)
</span>9fce9819324 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 9fce9819324be7f7d4d9937ba4b5e6b455da9903
</span>Author: Eric A. Borisch <borisch.eric@mayo.edu>
AuthorDate: Fri Jan 7 08:29:53 2022 -0600
<span style='display:block; white-space:pre;color:#404040;'> py-pynetdicom 2.0.1; 3.x only now (#13595)
</span>---
python/py-pynetdicom/Portfile | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pynetdicom/Portfile b/python/py-pynetdicom/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index eacd3abeb97..ec081e7a7cf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pynetdicom/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pynetdicom/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,9 +4,9 @@ PortSystem 1.0
</span> PortGroup python 1.0
PortGroup github 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup pydicom pynetdicom 1.5.6 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup pydicom pynetdicom 2.0.1 v
</span> name py-pynetdicom
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions 27 36 37 38 39
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions 37 38 39 310
</span> platforms darwin
license MIT BSD
maintainers {eborisch @eborisch} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,15 +14,15 @@ supported_archs noarch
</span>
description A Python implementation of the DICOM networking protocol
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description pynetdicom is a pure Python (2.7/3.4+) package that \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- implements the DICOM networking protocol. Working with \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- pydicom, it allows the easy creation of DICOM Service \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- Class Users (SCUs) and Service Class Providers (SCPs).
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description pynetdicom is a pure Python 3 package that implements the \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ DICOM networking protocol. Working with pydicom, it \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ allows the easy creation of DICOM Service Class Users \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ (SCUs) and Service Class Providers (SCPs).
</span>
checksums \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- rmd160 01fba6f5e2bc0f14a036178f996e6221dfcf352f \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 c6ceaf74c2752bb8076cab4abe1147925d6fb21a11b39a6c471fad7606982439 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 1754696
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ rmd160 ab1cc434e974a10c2c2982996e11167bd5fd5aff \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 82c49c17f1fa293bd9526508598712bd719b8716224f8c8ebbdc7cc4a3617865 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 1803769
</span>
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-pydicom
</pre><pre style='margin:0'>
</pre>