[MacPorts] #39968: Create new port for py-fortranformat; Portfile attached
#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
#39968: Create new port for py-fortranformat; Portfile attached -------------------------------+-------------------------------- Reporter: smithsp@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: py-fortranformat | -------------------------------+-------------------------------- Changes (by macsforever2000@…): * keywords: python fortran format => * version: 2.2.0 => * milestone: MacPorts Future => Old description:
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.
New description: I would like to submit a Portfile for a py-fortranformat port 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. -- Comment: In the future, please attach your Portfile and do not set the Milestone field. -- Ticket URL: <https://trac.macports.org/ticket/39968#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#39968: Create new port for py-fortranformat; Portfile attached -------------------------------+-------------------------------- Reporter: smithsp@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: py-fortranformat | -------------------------------+-------------------------------- Comment (by smithsp@…): Replying to [comment:1 macsforever2000@…]:
In the future, please attach your Portfile and do not set the Milestone field. Thanks for the feedback.
-- Ticket URL: <https://trac.macports.org/ticket/39968#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#39968: Create new port for py-fortranformat; Portfile attached -------------------------------+-------------------------------- Reporter: smithsp@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: py-fortranformat | -------------------------------+-------------------------------- Comment (by ryandesign@…): Please add the standard modeline as the first line, and conform to it (indentations at multiples of four spaces). Please add the "# $Id$" line as the second line, and a blank line after it. Since this project is hosted at bitbucket, consider using the bitbucket 1.0 portgroup. -- Ticket URL: <https://trac.macports.org/ticket/39968#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#39968: Create new port for py-fortranformat; Portfile attached -------------------------------+-------------------------------- Reporter: smithsp@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: py-fortranformat | -------------------------------+-------------------------------- Comment (by macsforever2000@…): Also having only a single md5 checksum is not acceptable. The guidelines recommend rmd160 and sha256 at minimum. -- Ticket URL: <https://trac.macports.org/ticket/39968#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#39968: Create new port for py-fortranformat; Portfile attached -------------------------------+-------------------------------- Reporter: smithsp@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: py-fortranformat | -------------------------------+-------------------------------- Comment (by egall@…): Some more feedback: - There isn't currently an "io" category yet: http://www.macports.org/ports.php (or even a "fortran" one for that matter... although I could see arguments for adding the latter to a bunch of ports)
I am not sure what the livecheck.type setting is for.
`port livecheck` can tell if a port has been updated or not. With python ports we generally only livecheck the overall port, and not any of its subports. -- Ticket URL: <https://trac.macports.org/ticket/39968#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
#39968: Create new port for py-fortranformat; Portfile attached -------------------------------+-------------------------------- Reporter: smithsp@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: py-fortranformat | -------------------------------+-------------------------------- Changes (by g5pw@…): * cc: g5pw@… (added) Comment: Hmm... I'm afraid that if the repository is not tagged, you can't use bitbucket.setup like that. Try to contact the developer and ask him if he can tag releases. -- Ticket URL: <https://trac.macports.org/ticket/39968#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
#39968: Create new port for py-fortranformat; Portfile attached -------------------------------+-------------------------------- Reporter: smithsp@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: py-fortranformat | -------------------------------+-------------------------------- Comment (by macsforever2000@…): Since the python portgroup already adds this port to the python category, we prefer to append the other categories. {{{ categories-append science print }}} -- Ticket URL: <https://trac.macports.org/ticket/39968#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X
#39968: Create new port for py-fortranformat; Portfile attached -------------------------------+-------------------------------- Reporter: smithsp@… | Owner: macports-tickets@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: py-fortranformat | -------------------------------+-------------------------------- Changes (by g5pw@…): * status: new => closed * resolution: => fixed Comment: Commited in r112748. -- Ticket URL: <https://trac.macports.org/ticket/39968#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts