[MacPorts] #64002: Request to add a Port for the py-acefile Program

MacPorts noreply at macports.org
Thu Nov 18 20:52:09 UTC 2021


#64002: Request to add a Port for the py-acefile Program
-------------------------+--------------------
  Reporter:  RobK88      |      Owner:  jmroot
      Type:  request     |     Status:  closed
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.7.1
Resolution:  fixed       |   Keywords:
      Port:  py-acefile  |
-------------------------+--------------------

Comment (by jmroot):

 Replying to [ticket:64002 RobK88]:
 > I do not mind taking a crack at developing a portfile.
 > I have never created a portfile for a python binary.  If one could point
 me to a good template for a portfile for building python binary, that
 would help me out a lot.

 This can now serve as a good minimal example of a python module port. :)

 > Other than declaring python 3 as a dependency in the portfile, does one
 also need to declare pip-install as a dependency?

 The python portgroup actually takes care of the standard dependencies for
 you. In addition to python itself you need the `build` and `python-
 install` modules to do a newfangled PEP 517 build. Apart from dependencies
 needed by the module at runtime (of which this has none), you also have to
 add build-time dependencies on whichever build system is used, which in
 this case is `setuptools` and `wheel`.

-- 
Ticket URL: <https://trac.macports.org/ticket/64002#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list