# -*- 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 name py-bdist_mpkg version 0.5.0 categories-append devel platforms darwin supported_archs noarch license MIT maintainers jmr openmaintainer description Builds Mac OS X installer packages from distutils long_description \ bdist_mpkg is a distutils plugin that implements the bdist_mpkg \ command, which builds a Mac OS X metapackage for use by Installer.app \ for easy GUI installation of Python modules, much like bdist_wininst. \ It also comes with a bdist_mpkg script, which is a setup.py front-end \ that will allow you to easy build an installer metapackage from nearly \ any existing package that uses distutils. homepage https://pypi.python.org/pypi/bdist_mpkg/ master_sites pypi:b/bdist_mpkg/ distname bdist_mpkg-${version} checksums md5 81f5f8601331acda2926efeb97a0804d \ rmd160 a5550e7d420fde8b7425a273286c5f02b056c8cf \ sha256 1b460cc4ea834f0be9e787759fac542cb2414463a1f7f1aedb5870e90f6beb9d python.versions 26 27 33 34 35 if {$subport ne $name} { depends_lib port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/bdist_mpkg/ livecheck.regex bdist_mpkg (0\.\[0-9\]+\.\[0-9\]+) }