diff --git a/recipe/bld.bat b/recipe/install.bat similarity index 100% rename from recipe/bld.bat rename to recipe/install.bat diff --git a/recipe/build.sh b/recipe/install.sh similarity index 100% rename from recipe/build.sh rename to recipe/install.sh diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 28c36109..2394a63d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -15,58 +15,65 @@ source: - setupext.patch # [win] build: - number: 1 + number: 2 skip: true # [py<35] requirements: - build: - - pkg-config # [not win] - - {{ compiler('c') }} - - {{ compiler('cxx') }} - host: - - python - - setuptools - - numpy >=1.10 - - python-dateutil - - freetype - - msinttypes # [win] - - cycler >=0.10 - - nose - - pyparsing - - libpng - - zlib # [win] - - pyqt # [not osx] - - tk # [linux] - - icu # [linux] run: - - python - - setuptools - - {{ pin_compatible('numpy') }} - - cycler >=0.10 - - python-dateutil - - freetype - - pyparsing - - libpng + - {{ pin_subpackage('matplotlib-base', exact=True) }} - pyqt # [not osx] - - tk # [linux] - - icu # [linux] - - tornado - - kiwisolver -test: - imports: - - matplotlib - - matplotlib.pyplot - - matplotlib._image - - matplotlib._path - - matplotlib._png - - matplotlib._tri - - matplotlib.backends._backend_agg - - matplotlib.ft2font - - matplotlib.ttconv - - matplotlib.backends._tkagg # [not win] - - mpl_toolkits - - pylab +outputs: + - name: matplotlib-base + script: install.sh # [not win] + script: install.bat # [win] + requirements: + build: + - pkg-config # [not win] + - {{ compiler('c') }} + - {{ compiler('cxx') }} + host: + - python + - setuptools + - numpy >=1.10 + - python-dateutil + - freetype + - msinttypes # [win] + - cycler >=0.10 + - nose + - pyparsing + - libpng + - zlib # [win] + - tk # [linux] + - icu # [linux] + run: + - python + - setuptools + - {{ pin_compatible('numpy') }} + - cycler >=0.10 + - python-dateutil + - freetype + - pyparsing + - libpng + - tk # [linux] + - icu # [linux] + - tornado + - kiwisolver + + test: + imports: + - matplotlib + - matplotlib.pyplot + - matplotlib._image + - matplotlib._path + - matplotlib._png + - matplotlib._tri + - matplotlib.backends._backend_agg + - matplotlib.ft2font + - matplotlib.ttconv + - matplotlib.backends._tkagg # [not win] + - mpl_toolkits + - pylab about: home: http://matplotlib.org/