Permalink
Browse files
py-spyder: update to 3.3.4
- remove "universal_variant no", which is already implied by
"supported_arch noarch"
- Loading branch information
Showing
with
5 additions
and
8 deletions.
-
+5
−8
python/py-spyder/Portfile
|
|
@@ -7,9 +7,9 @@ PortGroup qt5 1.0 |
|
|
PortGroup active_variants 1.1 |
|
|
PortGroup select 1.0 |
|
|
|
|
|
github.setup spyder-ide spyder 3.3.3 v |
|
|
github.setup spyder-ide spyder 3.3.4 v |
|
|
name py-spyder |
|
|
revision 1 |
|
|
revision 0 |
|
|
# Preference on mailing list is to use small numbers for epoch. |
|
|
# This is already a date code, so sticking with dates. |
|
|
epoch 20111202 |
|
|
@@ -36,12 +36,9 @@ long_description ${description}. \ |
|
|
|
|
|
supported_archs noarch |
|
|
|
|
|
#pyNN-scipy doesn't build universal |
|
|
universal_variant no |
|
|
|
|
|
checksums rmd160 466bde67cee4632054b09b947736947578adaf44 \ |
|
|
sha256 15a319d3868c98fe3b2c8b2610b0ba63399110c52b963bfdb558e54300a369ef \ |
|
|
size 3946956 |
|
|
checksums rmd160 e1b1c4ecbbc6aa200968ba4c6f0c4331b54dfe73 \ |
|
|
sha256 bec0a1a0c3cb0ebbc1ad2004cfea782ab5cfd217cd30d1f40235439638d5af33 \ |
|
|
size 3946713 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
require_active_variants py${python.version}-qtpy qt5 |
|
|
|