# -*- 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: Portfile 114324 2013-12-05 08:44:51Z ryandesign@macports.org $ 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://github.com/matthew-brett/bdist_mpkg master_sites https://pypi.python.org/packages/source/b/bdist_mpkg/ distname bdist_mpkg-${version} checksums md5 81f5f8601331acda2926efeb97a0804d \ rmd160 a5550e7d420fde8b7425a273286c5f02b056c8cf \ sha256 1b460cc4ea834f0be9e787759fac542cb2414463a1f7f1aedb5870e90f6beb9d python.versions 24 25 26 27 31 32 33 if {${name} ne ${subport}} { depends_lib port:py${python.version}-setuptools if {${python.version} < 25} { version 0.4.4 distname bdist_mpkg-${version} checksums md5 848dfd00fda59092dea4e97f4a711797 \ sha1 9ad0969de75351c265f20366687001b6a990af6e \ rmd160 5e937ba632e7b184bb50e5ed64af8b2d017f5032 } 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\]+) }