8000 CI: use proper comments for selectors in meta.yaml · matplotlib/matplotlib@b2cb7e5 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b2cb7e5

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

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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)
0