Skip to content

Commit

Permalink
arpeggio: update to 1.4.4
Browse files Browse the repository at this point in the history
- remove no longer needed conflict with py312-arpeggio
  • Loading branch information
reneeotten committed Dec 13, 2024
1 parent b01a6e5 commit bad9e53
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 36 deletions.
4 changes: 0 additions & 4 deletions python/py-arpeggio/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,5 @@ checksums rmd160 9384ca40412f52d7efdc28470fdd15c030056a10 \
python.versions 38 39 310 311 312 313

if {${name} ne ${subport}} {
if {${python.version} == 312} {
conflicts arpeggio
}

test.run yes
}
17 changes: 7 additions & 10 deletions science/arpeggio/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ PortSystem 1.0
PortGroup python 1.0
PortGroup github 1.0

github.setup PDBeurope arpeggio 1.4
github.setup PDBeurope arpeggio 1.4.4 v
github.tarball_from archive
revision 3
conflicts arpeggio-devel py312-arpeggio
revision 0
conflicts arpeggio-devel

categories-prepend science
maintainers {reneeotten @reneeotten} openmaintainer
Expand All @@ -18,21 +18,18 @@ platforms {darwin any}
description Calculation of interatomic interactions in molecular structures
long_description {*}${description}

checksums rmd160 9779a1e25114d33dde3fc86942d7e3ca342eaa28 \
sha256 16b98fc0e7d743fe694f1a3e7be882f7ef0fe8ca00b0071edcdeade6c226f2ef \
size 2018129
checksums rmd160 795f9d78a5ffbb5c3ed98c2cae7beac8084d1bb0 \
sha256 29cf3e6f7dcb4ef9e027cf4dbf94ccfc385f0e8f5dbbd85d9887dcc72b26871d \
size 59069

python.default_version 312

patchfiles patch-setup.py.diff

subport arpeggio-devel {
github.setup PDBeurope arpeggio 258855b8ba13447f2776b232ca32884d637c6a9c
github.tarball_from tarball
version 20241024-[string range ${github.version} 0 7]
revision 0
conflicts arpeggio py312-arpeggio
patchfiles patch-setup-devel.py.diff
conflicts arpeggio
checksums rmd160 1abaea6d60d18ea650c6b84f4274051cc74eeebb \
sha256 796581fdb52f028ae9a30c8a184fe67925729accdedea512cb4a77da30dc1076 \
size 59090
Expand Down
11 changes: 0 additions & 11 deletions science/arpeggio/files/patch-setup-devel.py.diff

This file was deleted.

11 changes: 0 additions & 11 deletions science/arpeggio/files/patch-setup.py.diff

This file was deleted.

0 comments on commit bad9e53

Please sign in to comment.