Skip to content

Commit

Permalink
py-pyasdf: Remove obsolete deactivate hack for py-asdf-devel.
Browse files Browse the repository at this point in the history
  • Loading branch information
petrrr committed Nov 4, 2018
1 parent 52c82c0 commit 32fee54
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions python/py-pyasdf/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@ if {${name} ne ${subport}} {
port:py${python.version}-pytest \
port:py${python.version}-flake8

# deactivate py-asdf-devel
pre-activate {
set port_c py${python.version}-asdf-devel
if {![catch {set installed [lindex [registry_active ${port_c}] 0]}]} {
registry_deactivate_composite ${port_c} "" [list ports_nodepcheck 1]
}
}

livecheck.type none
} else {
livecheck.type regex
Expand Down

0 comments on commit 32fee54

Please sign in to comment.