Hi, I'm trying to port spyder-ide to OpenBSD, and i have some doubts about some things:
Question 1: Spyder can be built without docs, to build with docs you need py-sphynx. Should I make a subpackge so we have: +spyder-3.2.6 +spyder-docs-3.26 or just one single package ? I dont see de point in building/installing two packages for a few helper pages, if the package is built in the packages repository its gonna need py-sphynx anyways. also keep in mind that there will be 2 packages: spyder and spyder3 (for python2 and python3 flavors). Question 2: make search key=py-rope Only returns the py-rope package, I guess this means that the package is a dependency to none. The port doesn't have a mantainer, and It doesn't have a flavor for python3 needed for spyder,python3 I will proceed to update it to the latest version. Should I send both to the openbsd-wip on github or just send patches to ports@? Thanks!