Re: Seeking guidance on submitting several new Python-based ports

2023-10-22 Thread Pat Maddox
On Sun, Oct 22, 2023, at 5:53 AM, Kurt Jaeger wrote: > Hi! > >> > How should I go about submitting these new ports? >> >> If you add one port per PR and set the proper dependencies in each PR, >> it's easy for several committers to work on those ports. > > All the new ports are added to the tree.

Re: Seeking guidance on submitting several new Python-based ports

2023-10-22 Thread Kurt Jaeger
Hi! > > How should I go about submitting these new ports? > > If you add one port per PR and set the proper dependencies in each PR, > it's easy for several committers to work on those ports. All the new ports are added to the tree. I hope I did not miss any. -- p...@freebsd.org +49 17

Re: Seeking guidance on submitting several new Python-based ports

2023-10-18 Thread Pat Maddox
On Wed, Oct 18, 2023, at 2:08 AM, Kurt Jaeger wrote: > Hi! > >> Is it reasonable to submit several ports as part of one PR? >> For my purposes, there are a handful of "leaf" ports: > [...] > > If you add one port per PR and set the proper dependencies in each PR, > it's easy for several committers

Re: Seeking guidance on submitting several new Python-based ports

2023-10-18 Thread Kurt Jaeger
Hi! > Is it reasonable to submit several ports as part of one PR? > For my purposes, there are a handful of "leaf" ports: [...] > So on one extreme, I have to submit each port, one-at-a-time, > in order. On the other extreme, I submit all 12 in one PR. > > How should I go about submitting these n

Seeking guidance on submitting several new Python-based ports

2023-10-18 Thread Pat Maddox
Hi there, I have been working with Snowflake, dbt, and duckdb for the past several months. I have created 12 new ports in support of this. I've read Porter's Handbook a bunch, as well as Python Ports wiki page, and have taken this porting work as far as I can for the time being. I would like to