Changeset 82224
- Timestamp:
- 08/10/11 12:02:11 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 3 deleted
- 1 edited
-
py-pyxg/Portfile (modified) (2 diffs)
-
py25-pyxg (deleted)
-
py26-pyxg (deleted)
-
py27-pyxg (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-pyxg/Portfile
r81291 r82224 3 3 4 4 PortSystem 1.0 5 PortGroup python241.05 PortGroup python 1.0 6 6 7 7 name py-pyxg 8 8 version 0.3.0 9 python.versions 24 25 26 27 10 python.default_version 27 9 11 categories python devel 10 12 platforms darwin … … 23 25 sha256 6a551af355939d102fba1fd22e1cd4a7f12ba3387b612008565f36fdaa772fc4 24 26 25 depends_lib port:py-bdist_mpkg \ 26 port:py-pyobjc 27 supported_archs noarch 27 28 28 supported_archs noarch 29 30 if {$subport != $name} { 31 if {${python.version} == 24} { 32 depends_lib-append port:py-bdist_mpkg \ 33 port:py-pyobjc 34 if {${os.major} > 8} { 35 notes-append "#29462: py-pyobjc2: unrecognized command line option '-Wno-long-double'" 36 depends_lib-delete port:py-pyobjc 37 depends_lib-append port:py-pyobjc2 38 } 39 } 40 41 if {${python.version} == 25} { 42 depends_lib-append port:py${python.version}-bdist_mpkg 43 } 44 45 if {${python.version} == 25 || ${python.version} == 26 || ${python.version} == 27} { 46 depends_lib-append port:py${python.version}-pyobjc-cocoa 47 } 48 } 29 49 30 50 livecheck.url http://github.com/pyxg/pyxg/downloads
Note: See TracChangeset
for help on using the changeset viewer.

