py*-pyregion: unify into python portgroup

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@82756 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Thomas Robitaille
2011-08-19 20:47:39 +00:00
parent b2c4b0668b
commit f19292cdee
3 changed files with 12 additions and 66 deletions
@@ -1,10 +1,10 @@
# -*- 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 python25 1.0
PortSystem 1.0
PortGroup python 1.0
name py25-pyregion
name py-pyregion
version 1.0.1
maintainers robitaille
@@ -21,9 +21,13 @@ checksums md5 3c9fbe2a89311d38cf5ba55f242cac85 \
sha1 ce6016c4066fb8b25dc68f1f316908c417a0860c \
rmd160 c5de67d27f93ff03f239c639516b8aabf833af82
depends_run-append port:py25-numpy \
port:py25-matplotlib \
port:py25-parsing \
port:py25-pyrex \
port:py25-pywcs
python.versions 25 26 27
python.default_version 27
if {${subport} != ${name}} {
depends_run-append port:py${python.version}-numpy \
port:py${python.version}-matplotlib \
port:py${python.version}-parsing \
port:py${python.version}-pyrex \
port:py${python.version}-pywcs
}
-29
View File
@@ -1,29 +0,0 @@
# -*- 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 python26 1.0
name py26-pyregion
version 1.0.1
maintainers robitaille
categories-append science
description pyregion is a Python module to parse ds9 region files
long_description pyregion is a Python module to parse ds9 region files
platforms darwin
homepage http://leejjoon.github.com/pyregion/
master_sites http://cloud.github.com/downloads/leejjoon/pyregion/
distname pyregion-${version}
checksums md5 3c9fbe2a89311d38cf5ba55f242cac85 \
sha1 ce6016c4066fb8b25dc68f1f316908c417a0860c \
rmd160 c5de67d27f93ff03f239c639516b8aabf833af82
depends_run-append port:py26-numpy \
port:py26-matplotlib \
port:py26-parsing \
port:py26-pyrex \
port:py26-pywcs
-29
View File
@@ -1,29 +0,0 @@
# -*- 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 python27 1.0
name py27-pyregion
version 1.0.1
maintainers robitaille
categories-append science
description pyregion is a Python module to parse ds9 region files
long_description pyregion is a Python module to parse ds9 region files
platforms darwin
homepage http://leejjoon.github.com/pyregion/
master_sites http://cloud.github.com/downloads/leejjoon/pyregion/
distname pyregion-${version}
checksums md5 3c9fbe2a89311d38cf5ba55f242cac85 \
sha1 ce6016c4066fb8b25dc68f1f316908c417a0860c \
rmd160 c5de67d27f93ff03f239c639516b8aabf833af82
depends_run-append port:py27-numpy \
port:py27-matplotlib \
port:py27-parsing \
port:py27-pyrex \
port:py27-pywcs