Permalink
Browse files
py-spyder-devel: update to fa6df3f (20190404)
- Loading branch information
|
|
@@ -7,9 +7,9 @@ PortGroup qt5 1.0 |
|
|
PortGroup active_variants 1.1 |
|
|
PortGroup select 1.0 |
|
|
|
|
|
github.setup spyder-ide spyder a8b9d43 |
|
|
version 3.3.0-20190321 |
|
|
revision 1 |
|
|
github.setup spyder-ide spyder fa6df3f |
|
|
version 3.3.0-20190404 |
|
|
revision 0 |
|
|
name py-spyder-devel |
|
|
# Preference on mailing list is to use small numbers for epoch. |
|
|
# This is already a date code, so sticking with dates. |
|
|
@@ -37,9 +37,9 @@ long_description ${description}. \ |
|
|
|
|
|
supported_archs noarch |
|
|
|
|
|
checksums rmd160 58caed0ecff761caaa67468784bd56b2185e2834 \ |
|
|
sha256 158cccd2d529c5dac00e1ff159e59a6a26b468544e37e5f4dad38b5095cea8fd \ |
|
|
size 4150846 |
|
|
checksums rmd160 48e801fc4e7655d87c2267e69a17e906d96a2162 \ |
|
|
sha256 67a18e1710db78d9801b05d420d1ab9e43df0af35b0a105315576ce84a839775 \ |
|
|
size 4195621 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
require_active_variants py${python.version}-qtpy qt5 |
|
|
|
|
|
@@ -1,6 +1,6 @@ |
|
|
--- spyder/config/main.py.orig 2019-03-21 08:10:44.000000000 -0400 |
|
|
+++ spyder/config/main.py 2019-03-23 10:30:45.000000000 -0400 |
|
|
@@ -680,7 +680,7 @@ |
|
|
--- spyder/config/main.py.orig 2019-04-03 08:12:28.000000000 -0400 |
|
|
+++ spyder/config/main.py 2019-04-03 13:10:06.000000000 -0400 |
|
|
@@ -681,7 +681,7 @@ |
|
|
('lsp-server', { |
|
|
'python': { |
|
|
'index': 0, |
|
|
|
|
|
@@ -1,6 +1,6 @@ |
|
|
--- spyder/plugins/editor/plugin.py.orig 2019-01-31 08:47:43.000000000 -0500 |
|
|
+++ spyder/plugins/editor/plugin.py 2019-02-01 08:41:56.000000000 -0500 |
|
|
@@ -70,7 +70,7 @@ |
|
|
--- spyder/plugins/editor/plugin.py.orig 2019-04-03 08:12:28.000000000 -0400 |
|
|
+++ spyder/plugins/editor/plugin.py 2019-04-03 13:10:06.000000000 -0400 |
|
|
@@ -73,7 +73,7 @@ |
|
|
dependencies.add("nbconvert", _("Manipulate Jupyter notebooks on the Editor"), |
|
|
required_version=NBCONVERT_REQVER) |
|
|
|
|
|
|