Skip to content

Commit

Permalink
py-pynetdicom 2.0.1; 3.x only now (#13595)
Browse files Browse the repository at this point in the history
  • Loading branch information
eborisch committed Jan 7, 2022
1 parent 6189365 commit 9fce981
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions python/py-pynetdicom/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@ PortSystem 1.0
PortGroup python 1.0
PortGroup github 1.0

github.setup pydicom pynetdicom 1.5.6 v
github.setup pydicom pynetdicom 2.0.1 v
name py-pynetdicom
python.versions 27 36 37 38 39
python.versions 37 38 39 310
platforms darwin
license MIT BSD
maintainers {eborisch @eborisch} openmaintainer
supported_archs noarch

description A Python implementation of the DICOM networking protocol

long_description pynetdicom is a pure Python (2.7/3.4+) package that \
implements the DICOM networking protocol. Working with \
pydicom, it allows the easy creation of DICOM Service \
Class Users (SCUs) and Service Class Providers (SCPs).
long_description pynetdicom is a pure Python 3 package that implements the \
DICOM networking protocol. Working with pydicom, it \
allows the easy creation of DICOM Service Class Users \
(SCUs) and Service Class Providers (SCPs).

checksums \
rmd160 01fba6f5e2bc0f14a036178f996e6221dfcf352f \
sha256 c6ceaf74c2752bb8076cab4abe1147925d6fb21a11b39a6c471fad7606982439 \
size 1754696
rmd160 ab1cc434e974a10c2c2982996e11167bd5fd5aff \
sha256 82c49c17f1fa293bd9526508598712bd719b8716224f8c8ebbdc7cc4a3617865 \
size 1803769

if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-pydicom
Expand Down

0 comments on commit 9fce981

Please sign in to comment.