Changeset 81297
- Timestamp:
- 07/28/11 21:45:34 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 3 deleted
- 1 edited
-
py-bdist_mpkg/Portfile (modified) (3 diffs)
-
py25-bdist_mpkg (deleted)
-
py26-bdist_mpkg (deleted)
-
py27-bdist_mpkg (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-bdist_mpkg/Portfile
r70583 r81297 3 3 4 4 PortSystem 1.0 5 PortGroup python 241.05 PortGroup python 1.0 6 6 7 7 name py-bdist_mpkg 8 8 version 0.4.4 9 9 categories-append devel 10 maintainers nomaintainer 10 platforms darwin 11 supported_archs noarch 12 license MIT 13 maintainers jmr openmaintainer 11 14 description Builds Mac OS X installer packages from distutils 12 15 long_description \ … … 18 21 any existing package that uses distutils. 19 22 20 platforms darwin21 supported_archs noarch22 23 23 homepage http://undefined.org/python/#bdist_mpkg 24 master_sites http://pypi.python.org/packages/source/b/bdist_mpkg 24 master_sites http://pypi.python.org/packages/source/b/bdist_mpkg/ 25 25 distname bdist_mpkg-${version} 26 26 … … 29 29 rmd160 5e937ba632e7b184bb50e5ed64af8b2d017f5032 30 30 31 depends_lib-append port:py-setuptools 31 python.versions 24 25 26 27 32 33 if {$subport == "py24-bdist_mpkg"} { 34 depends_lib port:py-setuptools 35 } elseif {$subport != $name} { 36 depends_lib port:py${python.version}-distribute 37 } 32 38 33 39 livecheck.type regex
Note: See TracChangeset
for help on using the changeset viewer.

