Source
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
# This port was retired on 2017-07-04
# Please remove this Portfile after 2018-07-04.
name py-asdf-devel
version 0.0.1a-4-682a820f90
revision 1
replaced_by py-pyasdf
PortGroup obsolete 1.0
platforms darwin
supported_archs noarch
license LGPL-3
maintainers nomaintainer
# do not add subports for python > 3.4
# (note that replacement for 34 does not work either)
python.versions 27 34
if {${name} ne ${subport}} {
depends_lib
replaced_by py${python.version}-pyasdf
PortGroup obsolete 1.0
}