# -*- 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.4.4 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 http://undefined.org/python/#bdist_mpkg master_sites https://pypi.python.org/packages/source/b/bdist_mpkg/ distname bdist_mpkg-${version} checksums md5 848dfd00fda59092dea4e97f4a711797 \ sha1 9ad0969de75351c265f20366687001b6a990af6e \ rmd160 5e937ba632e7b184bb50e5ed64af8b2d017f5032 python.versions 24 25 26 27 if {$subport != $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\]+) }