Careful, I'm out right now. But I changed the directory from "spyder-kernels" to "py-spyder-kernels". I send a fixed version when I get home.
On Fri, Aug 10, 2018, 7:26 PM Stuart Henderson <[email protected]> wrote: > On 2018/08/10 13:14, Elias M. Mariani wrote: > > Ups, sorry, this wasn't OK sthen@. > > Just recommended the fixes. > > Still needs ,python3 versions in spyder/Makefile (and I'd sort(1) it while > there), no need for a new tgz though, whoever commits can fix that easily > enough. > > --- Makefile.orig Fri Aug 10 23:00:41 2018 > +++ Makefile Fri Aug 10 23:00:53 2018 > @@ -1,7 +1,9 @@ > # $OpenBSD$ > > SUBDIR = > - SUBDIR += spyder-kernels > SUBDIR += spyder > + SUBDIR += spyder,python3 > + SUBDIR += spyder-kernels > + SUBDIR += spyder-kernels,python3 > > .include <bsd.port.subdir.mk> > > > OK sthen@ > > > > Elias. > > > > 2018-08-10 13:11 GMT-03:00 Elias M. Mariani <[email protected]>: > > > Fixes requested by sthen for the OK. > > > > > > Cheers. > > > Elias. > > > > > > 2018-07-30 17:16 GMT-03:00 Elias M. Mariani <[email protected]>: > > >> Small fixes. > > >> > > >> Cheers. > > >> Elias. > > >> > > >> 2018-07-16 19:01 GMT-03:00 Elias M. Mariani <[email protected]>: > > >>> Updated from 3.2.8 to 3.3.0. > > >>> The port is now divided into 2 parts: > > >>> devel/spyder/py-spyder-kernels > > >>> devel/spyder/spyder (depends on py-spyder-kernels) > > >>> > > >>> Cheers. > > >>> Elias. > > >>> > > >>> 2018-06-30 19:50 GMT-03:00 Elias M. Mariani <[email protected] > >: > > >>>> Sorry for spamming but I added some things: > > >>>> - Change @exec to @tags. > > >>>> > > >>>> Cheers. > > >>>> Elias. > > >>>> > > >>>> 2018-06-28 3:56 GMT-03:00 Elias M. Mariani <[email protected] > >: > > >>>>> Weekly bump. > > >>>>> > > >>>>> 2018-06-21 11:42 GMT-03:00 Elias M. Mariani < > [email protected]>: > > >>>>>> Weekly bump. > > >>>>>> > > >>>>>> > > >>>>>> 2018-06-14 3:43 GMT-03:00 Elias M. Mariani < > [email protected]>: > > >>>>>>> Attached is the new version. > > >>>>>>> Decided to build a 3rd package for docs. > > >>>>>>> Sorry for spamming my collection of ports but I don't want anyone > > >>>>>>> grabbing the wrong version. > > >>>>>>> > > >>>>>>> 2018-06-09 15:37 GMT-03:00 Elias M. Mariani < > [email protected]>: > > >>>>>>>> Spyder is an interactive Python development environment > providing > > >>>>>>>> MATLAB-like features in a simple and lightweight software. It > also > > >>>>>>>> provides ready-to-use pure-Python widgets to your PyQt5 or PyQt4 > > >>>>>>>> application: source code editor with syntax highlighting and > code > > >>>>>>>> introspection/analysis features, NumPy array editor, dictionary > > >>>>>>>> editor, Python console, etc. > > >>>>>>>> > > >>>>>>>> This is a work of Alexandr Shadchin and myself, merged in > openbsd-wip. > > >>>>>>>> It uses FLAVOR=python3 to build spyder3 instead of spyder, both > > >>>>>>>> versions can live together, no conflicts, the documentation is > small > > >>>>>>>> so is inside each package. > > >>>>>>>> > > >>>>>>>> I tested both versions (python2 and python3), both worked OK. > > >>>>>>>> > > >>>>>>>> I made a new thread just to avoid confusions with the tar.gz > packages > > >>>>>>>> and to give the proper credit to Alexandr, I started to work on > this > > >>>>>>>> without realizing that he had a previous entry under > editors/spyder > > >>>>>>>> instead of devel/spyder. > > >>>>>>>> > > >>>>>>>> Regression tests on the application require some other ports, I > leave > > >>>>>>>> the TEST_DEPENDS commented until those requirements are present. > > >>>>>>>> > > >>>>>>>> Find attached the port in tar.gz and also available in > openbsd-wip repository. > > >>>>>>>> Looking for testers, OK and committer. :D > > >>>>>>>> > > >>>>>>>> Cheers. > > >>>>>>>> Elias. > > >
