Skip to content

Commit

Permalink
qgis3, qgis3-ltr: temporarily disable non-crucial broken port py-plotly
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Feb 29, 2024
1 parent d18cf5c commit a8ccbc3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gis/qgis3/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ foreach pyver ${python_suffixes} {
port:py${pyver}-pandas \
port:py${pyver}-patsy \
port:py${pyver}-Pillow \
port:py${pyver}-plotly \
port:py${pyver}-pyproj \
port:py${pyver}-pysal \
port:py${pyver}-rasterio \
Expand All @@ -357,6 +356,10 @@ foreach pyver ${python_suffixes} {
port:py${pyver}-statsmodels \
port:py${pyver}-termcolor
"
# plotly temporary removed, see https://trac.macports.org/ticket/69416
# and https://trac.macports.org/ticket/69415, not crucial for
# the workings of QGIS.
# port:py${pyver}-plotly
}

# Python default
Expand Down

0 comments on commit a8ccbc3

Please sign in to comment.