Re: [GRASS-dev] [GRASS-user] experimental Python 3 support in trunk

2019-05-05 Thread Markus Neteler
On Mon, Sep 3, 2018 at 8:47 PM Markus Neteler  wrote:
> On Mon, Sep 3, 2018 at 3:48 PM Anna Petrášová  wrote:
> > also, we have now new small dependency - Python 'six' package
>
> ok, perhaps to be added in REQUIREMENTS.txt as well?

Done in https://trac.osgeo.org/grass/changeset/74469

Markus
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3829: pygrass.gis.Region.from_rast + mapset parameter

2019-05-05 Thread GRASS GIS
#3829: pygrass.gis.Region.from_rast + mapset parameter
--+-
  Reporter:  pmav99   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:
 Component:  PyGRASS  |Version:  svn-trunk
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by neteler):

 I see "mapset=" present in pygrass/raster/abstract.py
 `set_region_from_rast()`.

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3828: pygrass.gis.Region.from_* should raise a ValueError if the specified map does not exist.

2019-05-05 Thread GRASS GIS
#3828: pygrass.gis.Region.from_* should raise a ValueError if the specified map
does not exist.
--+-
  Reporter:  pmav99   |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  new
  Priority:  normal   |  Milestone:
 Component:  PyGRASS  |Version:  svn-trunk
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by neteler):

 A patch would be appreciated.

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3770: [testsuite] The testsuite requires Location: "other_location"

2019-05-05 Thread GRASS GIS
#3770: [testsuite] The testsuite requires Location: "other_location"
--+-
  Reporter:  pmav99   |  Owner:  grass-dev@…
  Type:  defect   | Status:  closed
  Priority:  normal   |  Milestone:
 Component:  Tests|Version:  svn-trunk
Resolution:  fixed|   Keywords:
   CPU:  Unspecified  |   Platform:  Unspecified
--+-
Changes (by neteler):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"74468" 74468]:
 {{{
 #!CommitTicketReference repository="" revision="74468"
 testsuite: comment out non-existing 'other_location' (fixes #3770)
 }}}

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS-SVN] r74459 - grass/trunk/lib/raster - winGRASS77svn compilation fails

2019-05-05 Thread Markus Metz
On Sun, May 5, 2019 at 5:17 PM Helmut Kudrnovsky  wrote:
>
> Hi,
>
> looking into winGRASS77svn compilation log:
>
> https://wingrass.fsv.cvut.cz/grass77/x86_64/logs/log-r74459-14/error.log
>
> #
> GRASS GIS 7.7.svn r74459M compilation log
> --
> Started compilation: Sat May  4 15:56:01 2019
> --
> Errors in:
> /c/msys64/usr/src/grass_trunk/lib/raster
> /c/msys64/usr/src/grass_trunk/lib/display
> [...]
> #
>
> compilation fails at r74459M

should be fixed in r74466, an alternative to fsync on MS Windows is
suggested but not implemented in r74467.

Markus M
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2895: Define dependencies for GRASS addons

2019-05-05 Thread GRASS GIS
#2895: Define dependencies for GRASS addons
--+-
  Reporter:  pmav99   |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  new
  Priority:  normal   |  Milestone:  7.8.0
 Component:  Default  |Version:  unspecified
Resolution:   |   Keywords:  g.extension
   CPU:  Unspecified  |   Platform:  Unspecified
--+-
Changes (by martinl):

 * component:  Addons => Default


-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2895: Define dependencies for GRASS addons

2019-05-05 Thread GRASS GIS
#2895: Define dependencies for GRASS addons
--+-
  Reporter:  pmav99   |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  new
  Priority:  normal   |  Milestone:  7.8.0
 Component:  Addons   |Version:  unspecified
Resolution:   |   Keywords:  g.extension
   CPU:  Unspecified  |   Platform:  Unspecified
--+-
Changes (by martinl):

 * milestone:   => 7.8.0


-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2895: Define dependencies for GRASS addons

2019-05-05 Thread GRASS GIS
#2895: Define dependencies for GRASS addons
--+-
  Reporter:  pmav99   |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  new
  Priority:  normal   |  Milestone:
 Component:  Addons   |Version:  unspecified
Resolution:   |   Keywords:  g.extension
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by neteler):

 It might be a good idea to implement some function(s) for dependency
 lookup from a module-specific requirements.txt - I see some (randomly
 seeked) code snippet here:

 https://stackoverflow.com/a/16624700/452464

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3834: Add .save() method to pygrass.gis.region.Region

2019-05-05 Thread GRASS GIS
#3834: Add .save() method to pygrass.gis.region.Region
--+-
  Reporter:  pmav99   |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  new
  Priority:  normal   |  Milestone:  7.8.0
 Component:  PyGRASS  |Version:  svn-trunk
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by neteler):

 Should this go into lib/python/pygrass/gis/region.py ?

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3739: lib/python/ctypes/ctypesgencore/parser/lextab.py changes after compilation.

2019-05-05 Thread GRASS GIS
#3739: lib/python/ctypes/ctypesgencore/parser/lextab.py changes after 
compilation.
+-
  Reporter:  pmav99 |  Owner:  grass-dev@…
  Type:  defect | Status:  new
  Priority:  normal |  Milestone:  7.8.0
 Component:  Compiling  |Version:  svn-trunk
Resolution: |   Keywords:  ctypes, python3
   CPU:  x86-64 |   Platform:  Linux
+-
Changes (by neteler):

 * keywords:   => ctypes, python3


Comment:

 Replying to [comment:6 pmav99]:
 > For the record, this seems to be a maintained ctypesgen fork:
 https://github.com/olsonse/ctypesgen

 It is worth trying? Did anyone do so?

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3830: pygrass.gis.Region.write(): Typo in Exception message

2019-05-05 Thread GRASS GIS
#3830: pygrass.gis.Region.write(): Typo in Exception message
--+-
  Reporter:  pmav99   |  Owner:  grass-dev@…
  Type:  defect   | Status:  closed
  Priority:  normal   |  Milestone:
 Component:  PyGRASS  |Version:  svn-trunk
Resolution:  fixed|   Keywords:
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by neteler):

 In [changeset:"74465" 74465]:
 {{{
 #!CommitTicketReference repository="" revision="74465"
 pygrass.gis.Region.write(): fix typo in exception message (backport from
 trunk, r74463, see #3830) (contributed by pmav99)
 }}}

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3830: pygrass.gis.Region.write(): Typo in Exception message

2019-05-05 Thread GRASS GIS
#3830: pygrass.gis.Region.write(): Typo in Exception message
--+-
  Reporter:  pmav99   |  Owner:  grass-dev@…
  Type:  defect   | Status:  closed
  Priority:  normal   |  Milestone:
 Component:  PyGRASS  |Version:  svn-trunk
Resolution:  fixed|   Keywords:
   CPU:  Unspecified  |   Platform:  Unspecified
--+-
Changes (by neteler):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"74463" 74463]:
 {{{
 #!CommitTicketReference repository="" revision="74463"
 pygrass.gis.Region.write(): fix typo in exception message (fixes #3830)
 (contributed by pmav99)
 }}}

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3838: r74307 breaks GUI: UnicodeDecodeError

2019-05-05 Thread GRASS GIS
#3838: r74307 breaks GUI: UnicodeDecodeError
--+-
  Reporter:  marisn   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:
 Component:  wxGUI|Version:  svn-trunk
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  Linux
--+-

Comment (by neteler):

 I think we do not want to revert r74307 but rather bisect the problem with
 wxPython 3. Maybe in a docker environment?

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3830: pygrass.gis.Region.write(): Typo in Exception message

2019-05-05 Thread GRASS GIS
#3830: pygrass.gis.Region.write(): Typo in Exception message
--+-
  Reporter:  pmav99   |  Owner:  grass-dev@…
  Type:  defect   | Status:  closed
  Priority:  normal   |  Milestone:
 Component:  PyGRASS  |Version:  svn-trunk
Resolution:  fixed|   Keywords:
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by neteler):

 In [changeset:"74464" 74464]:
 {{{
 #!CommitTicketReference repository="" revision="74464"
 pygrass.gis.Region.write(): fix typo in exception message (backport from
 trunk, r74463, see #3830) (contributed by pmav99)
 }}}

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] [GRASS-SVN] r74459 - grass/trunk/lib/raster - winGRASS77svn compilation fails

2019-05-05 Thread Helmut Kudrnovsky
Hi,

looking into winGRASS77svn compilation log:

https://wingrass.fsv.cvut.cz/grass77/x86_64/logs/log-r74459-14/error.log

#
GRASS GIS 7.7.svn r74459M compilation log
--
Started compilation: Sat May  4 15:56:01 2019
--
Errors in:
/c/msys64/usr/src/grass_trunk/lib/raster
/c/msys64/usr/src/grass_trunk/lib/display
[...]
#

compilation fails at r74459M



-
best regards
Helmut
--
Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Dev-f3991897.html
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev