# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 # This port was retired on 2016-02-10, r145602. # Please remove this Portfile after 2017-02-10. name py-pep8-157 version 1.5.7 revision 1 replaced_by py-pep8 PortGroup obsolete 1.0 platforms darwin supported_archs noarch license MIT maintainers nomaintainer python.versions 27 34 35 if {${name} ne ${subport}} { depends_lib replaced_by py${python.version}-pep8 PortGroup obsolete 1.0 } livecheck.type none