Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b2cb7e5

Browse files
committed
CI: use proper comments for selectors in meta.yaml
1 parent bd7f73a commit b2cb7e5

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

ci/conda_recipe/meta.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ source:
1212
# don't run nosetest
1313
- cfg_notests.patch
1414
# nake Qt4Agg the default backend
15-
- cfg_qt4agg.patch [not osx]
16-
- rctmp_pyside.patch [not osx]
15+
- cfg_qt4agg.patch #[not osx]
16+
- rctmp_pyside.patch #[not osx]
1717
# tk work on OSX
18-
- osx-tk.patch [osx]
18+
- osx-tk.patch #[osx]
1919
# dynamic version from git
2020
- condaversion.patch
2121

@@ -28,26 +28,26 @@ requirements:
2828
- freetype >=2.5,<2.6
2929
- pyparsing
3030
- pytz
31-
- py2cairo [linux and py2k]
31+
- py2cairo #[linux and py2k]
3232
- tornado
3333
- libpng
34-
- zlib [win]
35-
- msinttypes # this package is from the conda-forge channel!
36-
- pyqt [not osx]
34+
- zlib #[win]
35+
- pyqt #[not osx]
3736
- cycler
3837
- tk
39-
#- functools32 [py27] # this is currently not available
38+
- msinttypes # from the conda-forge channel
39+
- functools32 #[py27] # from the conda-forge channel
4040

4141
run:
4242
- python
4343
- numpy
4444
- python-dateutil
45-
- freetype [unix]
45+
- freetype #[unix]
4646
- pytz
4747
- pyparsing
48-
- py2cairo [linux and py2k]
49-
- libpng [unix]
50-
- pyqt [not osx]
48+
- py2cairo #[linux and py2k]
49+
- libpng #[unix]
50+
- pyqt #[not osx]
5151
- cycler
5252
- tk
5353

0 commit comments

Comments
 (0)