[MacPorts] #39968: Create new port for py-fortranformat; Portfile attached

MacPorts noreply at macports.org
Fri Aug 2 15:11:55 PDT 2013


#39968: Create new port for py-fortranformat; Portfile attached
-----------------------------------+--------------------------------
 Reporter:  smithsp@…              |      Owner:  macports-tickets@…
     Type:  submission             |     Status:  new
 Priority:  Normal                 |  Milestone:  MacPorts Future
Component:  ports                  |    Version:  2.2.0
 Keywords:  python fortran format  |       Port:  py-fortranformat
-----------------------------------+--------------------------------
 I would like to submit a Portfile for a py-fortranformat port
 {{{
 PortSystem          1.0
 PortGroup           python 1.0

 name                py-fortranformat
 set real_name       fortranformat

 version             0.2.3
 platforms           darwin
 supported_archs     noarch
 license             MIT
 maintainers         nomaintainer
 description         Mimics Fortran textual IO in Python
 long_description    Generates text from a Python list of variables or will
 \
   read a line of text into Python variables according to the FORTRAN
 format \
   statement passed.

 checksums           md5 d78c5a320fedcbdf21f823cd18e28ac0
 python.versions     26 27 31 32 33
 homepage            https://bitbucket.org/brendanarnold/${name}

 master_sites       \
         https://bitbucket.org/brendanarnold/py-fortranformat/downloads/ \
         https://pypi.python.org/packages/source/f/fortranformat/

 distname            ${real_name}-${version}


 if {$subport != $name} {
     depends_build-append port:py${python.version}-setuptools
     livecheck.type       none
 }

 }}}

 Note that when I tested it, I had to change the name to py27-fortranformat
 to allow installation.  I don't know if I missed a setting.  I have
 changed it back to py-fortranformat.  I am not sure what the
 livecheck.type setting is for.

-- 
Ticket URL: <https://trac.macports.org/ticket/39968>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list