Re: AWS SAM CLI - Looking for help

2019-12-20 Thread Renee Otten
In addition to “pypi2port”, there is also this years GSoC project that implemented an MacPorts backend for UPT (the Universal Packaging Tool). It should do at minimum the same as “pypi2port” and hopefully more ;) The same tool can be used to package perl and ruby packages as well, and supports

Re: AWS SAM CLI - Looking for help

2019-12-20 Thread Björn Raupach via macports-dev
Hi Ryan, hi Jackson, Thank you very much for the help! pypi2port is what I was looking for! > On 20. Dec 2019, at 13:43, Ryan Schmidt wrote: > > > > On Dec 17, 2019, at 13:38, Jackson Isaac wrote: > >> You would need to create py-ports for any >> missing dependency packages e.g., tomlkit. >

Re: How to Git Clone Subrepo for Build (opencv-python)

2019-12-20 Thread Ryan Schmidt
On Dec 10, 2019, at 15:35, Steven Smith wrote: > The opencv-python package needs to clone a subrepo of opencv4 as part of the > build. See: > > https://pypi.org/project/opencv-python/ > https://github.com/skvark/opencv-python > > How should this be done within a Portfile? Effectively, `git c

Re: AWS SAM CLI - Looking for help

2019-12-20 Thread Ryan Schmidt
On Dec 17, 2019, at 13:38, Jackson Isaac wrote: > You would need to create py-ports for any > missing dependency packages e.g., tomlkit. Note that pypi2port (which can be installed using MacPorts) can help you generate those portfiles.