Re: NEW: Spyder + UPDATE: py-rope

2018-05-21 Thread Elias M. Mariani
Looking for someone to check and commit the port to the CVS.
devel/spyder 3.2.8

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.

Cheers.

2018-05-13 15:15 GMT-03:00 Elias M. Mariani :
> Looking for someone to check and commit the port to the CVS.
> devel/spyder 3.2.8
>
> Cheers.
> Elias.
>
> 2018-05-07 22:52 GMT-03:00 Daniel Jakots :
>> Please wait at least a week between your ping. If no one look at it,
>> it's sadly either no one cares about this software or no one has the
>> time to look at it and frequent ping won't solve any of these issues.
>>
>> Thanks
>>
>> On Mon, 7 May 2018 20:33:09 -0300, "Elias M. Mariani"
>>  wrote:
>>
>>> Looking for someone to check and commit the change to the CVS.
>>> Elias.
>>>
>>> 2018-05-04 21:00 GMT-03:00 Elias M. Mariani :
>>> > Updated to 3.2.8 from 3.2.6.
>>> > New spyder.tar.gz attached and also in openbsd-wip:
>>> > https://github.com/jasperla/openbsd-wip/tree/master/devel/spyder
>>> >
>>> > Again, thanks Stuart for the help.
>>> > Elias.
>>> >
>>> > 2018-05-04 17:13 GMT-03:00 Elias M. Mariani
>>> > :
>>> >> Thanks for the help Stuart,
>>> >>
>>> >>> - stray whitespace in Makefile ( and
>>> >>> )
>>> >> Fixed.
>>> >>
>>> >>> - don't include a maintainer line if it's the default (i.e.
>>> >>> ports@)
>>> >> Fixed.
>>> >>
>>> >>> - would prefer to see the FLAVOR bits next to MODULES for python
>>> >>> things so it's obvious
>>> >> Done.
>>> >>
>>> >>> - RUN_DEPENDS etc should be one entry per line
>>> >> Done.
>>> >>
>>> >>> - why do you @comment the appdata.xml file?
>>> >> My mistake, replaced by ${MODPY_COMMENT}, is only for the python3
>>> >> flavor.
>>> >>> - it doesn't use our standard handling for multi-version python
>>> >>> ports with py- and py3- prefixes. I think in this case that's
>>> >>> alright as it's more of an application than library and upstream
>>> >>> has their own py3 renaming so it seems better to keep that,
>>> >>> however this is a bit ugly:
>>> >>>
>>> >>> MAJOR_VERSION=
>>> >>> .if ${FLAVOR:Mpython3}
>>> >>> MAJOR_VERSION=  3
>>> >>> PKGNAME =
>>> >>> spyder${MODPY_MAJOR_VERSION}-${MODPY_EGG_VERSION} .endif
>>> >>>
>>> >>> I'd replace it with:
>>> >>>
>>> >>> .if ${FLAVOR:Mpython3}
>>> >>> MAJOR_VERSION=  3
>>> >>> PKGNAME=spyder3-${MODPY_EGG_VERSION}
>>> >>> .else
>>> >>> MAJOR_VERSION=
>>> >>> .endif
>>> >> Changed in the Makefile, yes, it was ugly...
>>> >> The naming convention seems to be attaching a 3 at the end of the
>>> >> application name in this cases, even the setup.py itself makes
>>> >> spyder or spyder3 executable for the python and python3 version.
>>> >>
>>> >> I'm working on openbsd-wip, but I will send here a new tar.gz
>>> >> version when finished.
>>>
>>


spyder.tar.gz
Description: GNU Zip compressed data


Re: NEW: Spyder + UPDATE: py-rope

2018-05-13 Thread Elias M. Mariani
Looking for someone to check and commit the port to the CVS.
devel/spyder 3.2.8

Cheers.
Elias.

2018-05-07 22:52 GMT-03:00 Daniel Jakots :
> Please wait at least a week between your ping. If no one look at it,
> it's sadly either no one cares about this software or no one has the
> time to look at it and frequent ping won't solve any of these issues.
>
> Thanks
>
> On Mon, 7 May 2018 20:33:09 -0300, "Elias M. Mariani"
>  wrote:
>
>> Looking for someone to check and commit the change to the CVS.
>> Elias.
>>
>> 2018-05-04 21:00 GMT-03:00 Elias M. Mariani :
>> > Updated to 3.2.8 from 3.2.6.
>> > New spyder.tar.gz attached and also in openbsd-wip:
>> > https://github.com/jasperla/openbsd-wip/tree/master/devel/spyder
>> >
>> > Again, thanks Stuart for the help.
>> > Elias.
>> >
>> > 2018-05-04 17:13 GMT-03:00 Elias M. Mariani
>> > :
>> >> Thanks for the help Stuart,
>> >>
>> >>> - stray whitespace in Makefile ( and
>> >>> )
>> >> Fixed.
>> >>
>> >>> - don't include a maintainer line if it's the default (i.e.
>> >>> ports@)
>> >> Fixed.
>> >>
>> >>> - would prefer to see the FLAVOR bits next to MODULES for python
>> >>> things so it's obvious
>> >> Done.
>> >>
>> >>> - RUN_DEPENDS etc should be one entry per line
>> >> Done.
>> >>
>> >>> - why do you @comment the appdata.xml file?
>> >> My mistake, replaced by ${MODPY_COMMENT}, is only for the python3
>> >> flavor.
>> >>> - it doesn't use our standard handling for multi-version python
>> >>> ports with py- and py3- prefixes. I think in this case that's
>> >>> alright as it's more of an application than library and upstream
>> >>> has their own py3 renaming so it seems better to keep that,
>> >>> however this is a bit ugly:
>> >>>
>> >>> MAJOR_VERSION=
>> >>> .if ${FLAVOR:Mpython3}
>> >>> MAJOR_VERSION=  3
>> >>> PKGNAME =
>> >>> spyder${MODPY_MAJOR_VERSION}-${MODPY_EGG_VERSION} .endif
>> >>>
>> >>> I'd replace it with:
>> >>>
>> >>> .if ${FLAVOR:Mpython3}
>> >>> MAJOR_VERSION=  3
>> >>> PKGNAME=spyder3-${MODPY_EGG_VERSION}
>> >>> .else
>> >>> MAJOR_VERSION=
>> >>> .endif
>> >> Changed in the Makefile, yes, it was ugly...
>> >> The naming convention seems to be attaching a 3 at the end of the
>> >> application name in this cases, even the setup.py itself makes
>> >> spyder or spyder3 executable for the python and python3 version.
>> >>
>> >> I'm working on openbsd-wip, but I will send here a new tar.gz
>> >> version when finished.
>>
>


spyder.tar.gz
Description: GNU Zip compressed data


Re: NEW: Spyder + UPDATE: py-rope

2018-05-07 Thread Daniel Jakots
Please wait at least a week between your ping. If no one look at it,
it's sadly either no one cares about this software or no one has the
time to look at it and frequent ping won't solve any of these issues.

Thanks

On Mon, 7 May 2018 20:33:09 -0300, "Elias M. Mariani"
 wrote:

> Looking for someone to check and commit the change to the CVS.
> Elias.
> 
> 2018-05-04 21:00 GMT-03:00 Elias M. Mariani :
> > Updated to 3.2.8 from 3.2.6.
> > New spyder.tar.gz attached and also in openbsd-wip:
> > https://github.com/jasperla/openbsd-wip/tree/master/devel/spyder
> >
> > Again, thanks Stuart for the help.
> > Elias.
> >
> > 2018-05-04 17:13 GMT-03:00 Elias M. Mariani
> > :  
> >> Thanks for the help Stuart,
> >>  
> >>> - stray whitespace in Makefile ( and
> >>> )  
> >> Fixed.
> >>  
> >>> - don't include a maintainer line if it's the default (i.e.
> >>> ports@)  
> >> Fixed.
> >>  
> >>> - would prefer to see the FLAVOR bits next to MODULES for python
> >>> things so it's obvious  
> >> Done.
> >>  
> >>> - RUN_DEPENDS etc should be one entry per line  
> >> Done.
> >>  
> >>> - why do you @comment the appdata.xml file?  
> >> My mistake, replaced by ${MODPY_COMMENT}, is only for the python3
> >> flavor.  
> >>> - it doesn't use our standard handling for multi-version python
> >>> ports with py- and py3- prefixes. I think in this case that's
> >>> alright as it's more of an application than library and upstream
> >>> has their own py3 renaming so it seems better to keep that,
> >>> however this is a bit ugly:
> >>>
> >>> MAJOR_VERSION=
> >>> .if ${FLAVOR:Mpython3}
> >>> MAJOR_VERSION=  3
> >>> PKGNAME =
> >>> spyder${MODPY_MAJOR_VERSION}-${MODPY_EGG_VERSION} .endif
> >>>
> >>> I'd replace it with:
> >>>
> >>> .if ${FLAVOR:Mpython3}
> >>> MAJOR_VERSION=  3
> >>> PKGNAME=spyder3-${MODPY_EGG_VERSION}
> >>> .else
> >>> MAJOR_VERSION=
> >>> .endif  
> >> Changed in the Makefile, yes, it was ugly...
> >> The naming convention seems to be attaching a 3 at the end of the
> >> application name in this cases, even the setup.py itself makes
> >> spyder or spyder3 executable for the python and python3 version.
> >>
> >> I'm working on openbsd-wip, but I will send here a new tar.gz
> >> version when finished.  
> 



Re: NEW: Spyder + UPDATE: py-rope

2018-05-07 Thread Elias M. Mariani
Looking for someone to check and commit the change to the CVS.
Elias.

2018-05-04 21:00 GMT-03:00 Elias M. Mariani :
> Updated to 3.2.8 from 3.2.6.
> New spyder.tar.gz attached and also in openbsd-wip:
> https://github.com/jasperla/openbsd-wip/tree/master/devel/spyder
>
> Again, thanks Stuart for the help.
> Elias.
>
> 2018-05-04 17:13 GMT-03:00 Elias M. Mariani :
>> Thanks for the help Stuart,
>>
>>> - stray whitespace in Makefile ( and )
>> Fixed.
>>
>>> - don't include a maintainer line if it's the default (i.e. ports@)
>> Fixed.
>>
>>> - would prefer to see the FLAVOR bits next to MODULES for python
>>> things so it's obvious
>> Done.
>>
>>> - RUN_DEPENDS etc should be one entry per line
>> Done.
>>
>>> - why do you @comment the appdata.xml file?
>> My mistake, replaced by ${MODPY_COMMENT}, is only for the python3 flavor.
>>> - it doesn't use our standard handling for multi-version python ports
>>> with py- and py3- prefixes. I think in this case that's alright as it's
>>> more of an application than library and upstream has their own py3
>>> renaming so it seems better to keep that, however this is a bit ugly:
>>>
>>> MAJOR_VERSION=
>>> .if ${FLAVOR:Mpython3}
>>> MAJOR_VERSION=  3
>>> PKGNAME =   spyder${MODPY_MAJOR_VERSION}-${MODPY_EGG_VERSION}
>>> .endif
>>>
>>> I'd replace it with:
>>>
>>> .if ${FLAVOR:Mpython3}
>>> MAJOR_VERSION=  3
>>> PKGNAME=spyder3-${MODPY_EGG_VERSION}
>>> .else
>>> MAJOR_VERSION=
>>> .endif
>> Changed in the Makefile, yes, it was ugly...
>> The naming convention seems to be attaching a 3 at the end of the
>> application name in this cases, even the setup.py itself makes spyder
>> or spyder3 executable for the python and python3 version.
>>
>> I'm working on openbsd-wip, but I will send here a new tar.gz version
>> when finished.



Re: NEW: Spyder + UPDATE: py-rope

2018-05-04 Thread Elias M. Mariani
Updated to 3.2.8 from 3.2.6.
New spyder.tar.gz attached and also in openbsd-wip:
https://github.com/jasperla/openbsd-wip/tree/master/devel/spyder

Again, thanks Stuart for the help.
Elias.

2018-05-04 17:13 GMT-03:00 Elias M. Mariani :
> Thanks for the help Stuart,
>
>> - stray whitespace in Makefile ( and )
> Fixed.
>
>> - don't include a maintainer line if it's the default (i.e. ports@)
> Fixed.
>
>> - would prefer to see the FLAVOR bits next to MODULES for python
>> things so it's obvious
> Done.
>
>> - RUN_DEPENDS etc should be one entry per line
> Done.
>
>> - why do you @comment the appdata.xml file?
> My mistake, replaced by ${MODPY_COMMENT}, is only for the python3 flavor.
>> - it doesn't use our standard handling for multi-version python ports
>> with py- and py3- prefixes. I think in this case that's alright as it's
>> more of an application than library and upstream has their own py3
>> renaming so it seems better to keep that, however this is a bit ugly:
>>
>> MAJOR_VERSION=
>> .if ${FLAVOR:Mpython3}
>> MAJOR_VERSION=  3
>> PKGNAME =   spyder${MODPY_MAJOR_VERSION}-${MODPY_EGG_VERSION}
>> .endif
>>
>> I'd replace it with:
>>
>> .if ${FLAVOR:Mpython3}
>> MAJOR_VERSION=  3
>> PKGNAME=spyder3-${MODPY_EGG_VERSION}
>> .else
>> MAJOR_VERSION=
>> .endif
> Changed in the Makefile, yes, it was ugly...
> The naming convention seems to be attaching a 3 at the end of the
> application name in this cases, even the setup.py itself makes spyder
> or spyder3 executable for the python and python3 version.
>
> I'm working on openbsd-wip, but I will send here a new tar.gz version
> when finished.


spyder.tar.gz
Description: application/gzip


Re: NEW: Spyder + UPDATE: py-rope

2018-05-04 Thread Elias M. Mariani
Thanks for the help Stuart,

> - stray whitespace in Makefile ( and )
Fixed.

> - don't include a maintainer line if it's the default (i.e. ports@)
Fixed.

> - would prefer to see the FLAVOR bits next to MODULES for python
> things so it's obvious
Done.

> - RUN_DEPENDS etc should be one entry per line
Done.

> - why do you @comment the appdata.xml file?
My mistake, replaced by ${MODPY_COMMENT}, is only for the python3 flavor.
> - it doesn't use our standard handling for multi-version python ports
> with py- and py3- prefixes. I think in this case that's alright as it's
> more of an application than library and upstream has their own py3
> renaming so it seems better to keep that, however this is a bit ugly:
>
> MAJOR_VERSION=
> .if ${FLAVOR:Mpython3}
> MAJOR_VERSION=  3
> PKGNAME =   spyder${MODPY_MAJOR_VERSION}-${MODPY_EGG_VERSION}
> .endif
>
> I'd replace it with:
>
> .if ${FLAVOR:Mpython3}
> MAJOR_VERSION=  3
> PKGNAME=spyder3-${MODPY_EGG_VERSION}
> .else
> MAJOR_VERSION=
> .endif
Changed in the Makefile, yes, it was ugly...
The naming convention seems to be attaching a 3 at the end of the
application name in this cases, even the setup.py itself makes spyder
or spyder3 executable for the python and python3 version.

I'm working on openbsd-wip, but I will send here a new tar.gz version
when finished.



Re: NEW: Spyder + UPDATE: py-rope

2018-05-03 Thread Stuart Henderson
On 2018/04/26 00:39, Elias M. Mariani wrote:
> [NEW] devel/spyder: (depends on the update of py-rope)

I haven't tried running, but from reading:

- stray whitespace in Makefile ( and )

- don't include a maintainer line if it's the default (i.e. ports@)

- would prefer to see the FLAVOR bits next to MODULES for python
things so it's obvious

- RUN_DEPENDS etc should be one entry per line

- why do you @comment the appdata.xml file?

- it doesn't use our standard handling for multi-version python ports
with py- and py3- prefixes. I think in this case that's alright as it's
more of an application than library and upstream has their own py3
renaming so it seems better to keep that, however this is a bit ugly:

MAJOR_VERSION=
.if ${FLAVOR:Mpython3}
MAJOR_VERSION=  3
PKGNAME =   spyder${MODPY_MAJOR_VERSION}-${MODPY_EGG_VERSION}
.endif

I'd replace it with:

.if ${FLAVOR:Mpython3}
MAJOR_VERSION=  3
PKGNAME=spyder3-${MODPY_EGG_VERSION}
.else
MAJOR_VERSION=
.endif




Re: NEW: Spyder + UPDATE: py-rope

2018-05-02 Thread Elias M. Mariani
Greetings Mr. Pointel.
Could you assist me with this one?
Kindly grateful.
Elias.

2018-04-29 22:32 GMT-03:00 Elias M. Mariani :
> Hi, it's me again.
> Still looking for someone to review/approve/commit the spyder port
> available on openbsd-wip.
> Thanks.
> Elias.
>
> 2018-04-28 13:05 GMT-03:00 Elias M. Mariani :
>> NEW devel/spyder added on openbsd-wip on github.
>> https://github.com/jasperla/openbsd-wip
>> Looking for OKs and someone to do the commit.
>> Thanks to Daniel Jakots for commiting the py-rope update.
>> Elias,
>>
>> 2018-04-26 21:29 GMT-03:00 Elias M. Mariani :
>>> Great!
>>> About NEW: devel/spyder could you assist me ? Or should I send the
>>> port to openbsd-wip on github to see if someone else can give the OK
>>> and send it to de CVS?
>>> Best Regards.
>>>
>>> 2018-04-26 17:34 GMT-03:00 Daniel Jakots :
 On Thu, 26 Apr 2018 19:09:39 +, "Elias M. Mariani"
  wrote:

> Sure, no problem, thanks to you for the help!

 Thanks! I committed a tweak version of your py-rope diff and added the
 missing bits for the ports infrastructure. The overall quality of your
 diff was pretty good ;)

 Cheers,
 Daniel



Re: NEW: Spyder + UPDATE: py-rope

2018-04-29 Thread Elias M. Mariani
Hi, it's me again.
Still looking for someone to review/approve/commit the spyder port
available on openbsd-wip.
Thanks.
Elias.

2018-04-28 13:05 GMT-03:00 Elias M. Mariani :
> NEW devel/spyder added on openbsd-wip on github.
> https://github.com/jasperla/openbsd-wip
> Looking for OKs and someone to do the commit.
> Thanks to Daniel Jakots for commiting the py-rope update.
> Elias,
>
> 2018-04-26 21:29 GMT-03:00 Elias M. Mariani :
>> Great!
>> About NEW: devel/spyder could you assist me ? Or should I send the
>> port to openbsd-wip on github to see if someone else can give the OK
>> and send it to de CVS?
>> Best Regards.
>>
>> 2018-04-26 17:34 GMT-03:00 Daniel Jakots :
>>> On Thu, 26 Apr 2018 19:09:39 +, "Elias M. Mariani"
>>>  wrote:
>>>
 Sure, no problem, thanks to you for the help!
>>>
>>> Thanks! I committed a tweak version of your py-rope diff and added the
>>> missing bits for the ports infrastructure. The overall quality of your
>>> diff was pretty good ;)
>>>
>>> Cheers,
>>> Daniel



Re: NEW: Spyder + UPDATE: py-rope

2018-04-28 Thread Elias M. Mariani
NEW devel/spyder added on openbsd-wip on github.
https://github.com/jasperla/openbsd-wip
Looking for OKs and someone to do the commit.
Thanks to Daniel Jakots for commiting the py-rope update.
Elias,

2018-04-26 21:29 GMT-03:00 Elias M. Mariani :
> Great!
> About NEW: devel/spyder could you assist me ? Or should I send the
> port to openbsd-wip on github to see if someone else can give the OK
> and send it to de CVS?
> Best Regards.
>
> 2018-04-26 17:34 GMT-03:00 Daniel Jakots :
>> On Thu, 26 Apr 2018 19:09:39 +, "Elias M. Mariani"
>>  wrote:
>>
>>> Sure, no problem, thanks to you for the help!
>>
>> Thanks! I committed a tweak version of your py-rope diff and added the
>> missing bits for the ports infrastructure. The overall quality of your
>> diff was pretty good ;)
>>
>> Cheers,
>> Daniel



Re: NEW: Spyder + UPDATE: py-rope

2018-04-26 Thread Elias M. Mariani
Great!
About NEW: devel/spyder could you assist me ? Or should I send the
port to openbsd-wip on github to see if someone else can give the OK
and send it to de CVS?
Best Regards.

2018-04-26 17:34 GMT-03:00 Daniel Jakots :
> On Thu, 26 Apr 2018 19:09:39 +, "Elias M. Mariani"
>  wrote:
>
>> Sure, no problem, thanks to you for the help!
>
> Thanks! I committed a tweak version of your py-rope diff and added the
> missing bits for the ports infrastructure. The overall quality of your
> diff was pretty good ;)
>
> Cheers,
> Daniel



Re: NEW: Spyder + UPDATE: py-rope

2018-04-26 Thread Daniel Jakots
On Thu, 26 Apr 2018 19:09:39 +, "Elias M. Mariani"
 wrote:

> Sure, no problem, thanks to you for the help!

Thanks! I committed a tweak version of your py-rope diff and added the
missing bits for the ports infrastructure. The overall quality of your
diff was pretty good ;)

Cheers,
Daniel



Re: NEW: Spyder + UPDATE: py-rope

2018-04-26 Thread Elias M. Mariani
Sure, no problem, thanks to you for the help!

On Thu, Apr 26, 2018, 10:38 AM Daniel Jakots  wrote:

> On Thu, 26 Apr 2018 00:39:15 -0300, "Elias M. Mariani"
>  wrote:
>
> > [UPDATE] py-rope
> > Updated version.
> > Added FLAVOR=python3.
> > Added regression tests.
> > I did not see any forward dependency on py-rope apart from spyder, so
> > the should be no problem at all (and... well... the regression tests
> > are OK...).
>
> Can you send a diff rather than a tgz please?
> The relevant FAQ section is https://www.openbsd.org/faq/faq5.html#Diff
>
> Thanks,
> Daniel
>


py-rope.diff
Description: Binary data


Re: NEW: Spyder + UPDATE: py-rope

2018-04-26 Thread Daniel Jakots
On Thu, 26 Apr 2018 00:39:15 -0300, "Elias M. Mariani"
 wrote:

> [UPDATE] py-rope
> Updated version.
> Added FLAVOR=python3.
> Added regression tests.
> I did not see any forward dependency on py-rope apart from spyder, so
> the should be no problem at all (and... well... the regression tests
> are OK...).

Can you send a diff rather than a tgz please?
The relevant FAQ section is https://www.openbsd.org/faq/faq5.html#Diff

Thanks,
Daniel



NEW: Spyder + UPDATE: py-rope

2018-04-25 Thread Elias M. Mariani
Looking for OK and someone to commit to the CVS.

[NEW] devel/spyder: (depends on the update of py-rope)
Spyder is an interactive Python development environment providing
MATLAB-like features in a simple and light-weighted 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.

With FLAVOR=python3, you can have spyder AND spyder3 :)

[UPDATE] py-rope
Updated version.
Added FLAVOR=python3.
Added regression tests.
I did not see any forward dependency on py-rope apart from spyder, so
the should be no problem at all (and... well... the regression tests
are OK...).

I think that spyder is a great adition to the ports tree for lots of users.

Thanks for the help with this.
Elias M. Mariani


py-rope.tar.gz
Description: GNU Zip compressed data


spyder.tar.gz
Description: GNU Zip compressed data