diff --git a/affine/meta.yaml b/affine/meta.yaml index c87f7aa..9674929 100644 --- a/affine/meta.yaml +++ b/affine/meta.yaml @@ -1,27 +1,27 @@ package: - name: affine - version: "1.1.0" + name: affine + version: "1.1.0" source: - fn: affine-1.1.0.tar.gz - url: https://pypi.python.org/packages/source/a/affine/affine-1.1.0.tar.gz - md5: a3d020a8f0ebb762294caf0cc5d28d18 + fn: affine-1.1.0.tar.gz + url: https://pypi.python.org/packages/source/a/affine/affine-1.1.0.tar.gz + md5: a3d020a8f0ebb762294caf0cc5d28d18 build: - number: 0 + number: 1 requirements: - build: - - python - - setuptools - run: - - python + build: + - python + - setuptools + run: + - python test: - imports: - - affine + imports: + - affine about: - home: https://github.com/sgillies/affine - license: BSD License - summary: 'Matrices describing affine transformation of the plane' + home: https://github.com/sgillies/affine + license: BSD License + summary: 'Matrices describing affine transformation of the plane' diff --git a/airsea/meta.yaml b/airsea/meta.yaml index 227448a..684d091 100644 --- a/airsea/meta.yaml +++ b/airsea/meta.yaml @@ -1,28 +1,28 @@ package: - name: airsea - version: !!str 0.0.1_DEV + name: airsea + version: "0.0.1.dev" source: git_url: https://github.com/ocefpaf/python-airsea.git git_tag: master build: - number: 0 + number: 0 requirements: - build: - - python - - setuptools - - numpy - run: - - python - - numpy + build: + - python + - setuptools + - numpy + run: + - python + - numpy test: - imports: - - airsea + imports: + - airsea about: - home: http://github.com/ocefpaf/python-airsea - license: MIT License - summary: 'Airsea Library for Python' + home: http://github.com/ocefpaf/python-airsea + license: MIT License + summary: 'Airsea Library for Python' diff --git a/appdirs/meta.yaml b/appdirs/meta.yaml index 1486f63..577f3b2 100644 --- a/appdirs/meta.yaml +++ b/appdirs/meta.yaml @@ -1,28 +1,27 @@ package: - name: appdirs - version: "1.4.0" + name: appdirs + version: "1.4.0" source: - fn: appdirs-1.4.0.tar.gz - url: https://pypi.python.org/packages/source/a/appdirs/appdirs-1.4.0.tar.gz - md5: 1d17b4c9694ab84794e228f28dc3275b + fn: appdirs-1.4.0.tar.gz + url: https://pypi.python.org/packages/source/a/appdirs/appdirs-1.4.0.tar.gz + md5: 1d17b4c9694ab84794e228f28dc3275b build: - number: 0 + number: 1 requirements: - build: - - python - - setuptools - - run: - - python + build: + - python + - setuptools + run: + - python test: - imports: - - appdirs + imports: + - appdirs about: - home: http://github.com/ActiveState/appdirs - license: MIT License - summary: 'A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir"' + home: http://github.com/ActiveState/appdirs + license: MIT License + summary: 'A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir"' diff --git a/basemap/bld.bat b/basemap/bld.bat new file mode 100644 index 0000000..6ee72cc --- /dev/null +++ b/basemap/bld.bat @@ -0,0 +1,5 @@ +set LIB=%LIBRARY_LIB%;%LIB% +set LIBPATH=%LIBRARY_LIB%;%LIBPATH% +set INCLUDE=%LIBRARY_INC%;%INCLUDE% + +%PYTHON% setup.py install diff --git a/basemap/build.sh b/basemap/build.sh new file mode 100644 index 0000000..f624cfe --- /dev/null +++ b/basemap/build.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +export GEOS_DIR=$PREFIX +$PYTHON setup.py install diff --git a/basemap/meta.yaml b/basemap/meta.yaml new file mode 100644 index 0000000..33a53ab --- /dev/null +++ b/basemap/meta.yaml @@ -0,0 +1,30 @@ +package: + name: basemap + version: "1.0.7" +source: + fn: basemap-1.0.7.tar.gz + url: https://downloads.sourceforge.net/project/matplotlib/matplotlib-toolkits/basemap-1.0.7/basemap-1.0.7.tar.gz + md5: 48c0557ced9e2c6e440b28b3caff2de8 + +build: + number: 0 + +requirements: + build: + - python + - numpy + - geos >=3.4 + run: + - python + - numpy + - matplotlib + - geos >=3.4 + +test: + imports: + - mpl_toolkits.basemap + +about: + home: http://matplotlib.org/basemap + license: GNU GPL + summary: 'The matplotlib basemap toolkit is a library for plotting 2D data on maps in Python. ' diff --git a/beautifulsoup4/meta.yaml b/beautifulsoup4/meta.yaml index 3355518..d43c2fa 100644 --- a/beautifulsoup4/meta.yaml +++ b/beautifulsoup4/meta.yaml @@ -1,28 +1,28 @@ package: - name: beautifulsoup4 - version: !!str 4.3.2 + name: beautifulsoup4 + version: "4.3.2" source: - fn: beautifulsoup4-4.3.2.tar.gz - url: https://pypi.python.org/packages/source/b/beautifulsoup4/beautifulsoup4-4.3.2.tar.gz - md5: b8d157a204d56512a4cc196e53e7d8ee + fn: beautifulsoup4-4.3.2.tar.gz + url: https://pypi.python.org/packages/source/b/beautifulsoup4/beautifulsoup4-4.3.2.tar.gz + md5: b8d157a204d56512a4cc196e53e7d8ee build: - number: 0 + number: 1 requirements: - build: - - python - run: - - python + build: + - python + run: + - python test: - imports: - - bs4 - - bs4.builder - - bs4.tests + imports: + - bs4 + - bs4.builder + - bs4.tests about: - home: http://www.crummy.com/software/BeautifulSoup/bs4/ - license: MIT License - summary: 'Beautiful Soup sits atop an HTML or XML parser, providing Pythonic idioms for iterating, searching, and modifying the parse tree' + home: http://www.crummy.com/software/BeautifulSoup/bs4/ + license: MIT License + summary: 'Beautiful Soup sits atop an HTML or XML parser, providing Pythonic idioms for iterating, searching, and modifying the parse tree' diff --git a/biggus/meta.yaml b/biggus/meta.yaml index dc2fbd8..c7b5c39 100644 --- a/biggus/meta.yaml +++ b/biggus/meta.yaml @@ -7,13 +7,12 @@ source: git_tag: v0.10.0 build: - number: 0 + number: 1 requirements: build: - python - setuptools - run: - python - numpy @@ -21,4 +20,4 @@ requirements: about: home: https://pypi.python.org/pypi/Biggus license: LGPL - summary: Virtual large arrays and lazy evaluation. + summary: 'Virtual large arrays and lazy evaluation' diff --git a/boost/meta.yaml b/boost/meta.yaml index 459c1a5..db202cd 100644 --- a/boost/meta.yaml +++ b/boost/meta.yaml @@ -8,9 +8,9 @@ source: md5: 1be49befbdd9a5ce9def2983ba3e7b76 build: - number: 0 + number: 1 about: home: http://www.boost.org license: BSL-1.0 - summary: 'Boost provides free portable peer-reviewed C++ libraries. The emphasis is on portable libraries which work well with the C++ Standard Library' + summary: 'Boost provides free portable peer-reviewed C++ libraries' diff --git a/cartopy/meta.yaml b/cartopy/meta.yaml index 0efc35e..7d0a8c7 100644 --- a/cartopy/meta.yaml +++ b/cartopy/meta.yaml @@ -1,56 +1,56 @@ package: - name: cartopy - version: 0.12.0 + name: cartopy + version: 0.12.0 source: - git_url: https://github.com/SciTools/cartopy.git - git_tag: v0.12.0 + git_url: https://github.com/SciTools/cartopy.git + git_tag: v0.12.0 - patches: - - cartopy.win.patch # [win] + patches: + - cartopy.win.patch # [win] build: - number: 0 + number: 2 requirements: - build: - - python - - setuptools - - six - - numpy - - cython - - proj4 - - geos - # On OSX We need to effectively pin the geos version to the - # one used by the specific shapely being targetted (we're letting - # conda's package solver will deal with that). - - shapely >=1.5.6 - - owslib - - pyshp - - pyepsg - run: - - python - - six - - mock - - nose - - pillow - - owslib - - numpy - - proj4 - - shapely >=1.5.6 - - scipy - - pyshp - - matplotlib - - pyepsg + build: + - python + - setuptools + - six + - numpy + - cython + - proj4 + - geos + # On OSX We need to effectively pin the geos version to the + # one used by the specific shapely being targetted (we're letting + # conda's package solver will deal with that). + - shapely >=1.5.6 + - owslib + - pyshp + - pyepsg + run: + - python + - six + - mock + - nose + - pillow + - owslib + - numpy + - proj4 + - geos + - shapely >=1.5.6 + - scipy + - pyshp + - matplotlib + - pyepsg test: - imports: - - cartopy - - cartopy.mpl.geoaxes - - cartopy.crs + imports: + - cartopy + - cartopy.mpl.geoaxes + - cartopy.crs about: - home: http://scitools.org.uk/cartopy - license: GNU LGPL - summary: 'A library providing cartographic tools for python' - + home: http://scitools.org.uk/cartopy + license: GNU LGPL + summary: 'A library providing cartographic tools for python' diff --git a/click/meta.yaml b/click/meta.yaml index 843e27e..8efc545 100644 --- a/click/meta.yaml +++ b/click/meta.yaml @@ -7,7 +7,7 @@ source: git_tag: 4.0 build: - number: 0 + number: 1 requirements: build: @@ -23,4 +23,4 @@ test: about: home: http://github.com/mitsuhiko/click license: BSD License - summary: 'A simple wrapper around optparse for powerful command line utilities.' + summary: 'A simple wrapper around optparse for powerful command line utilities' diff --git a/cligj/meta.yaml b/cligj/meta.yaml index 60eb073..761bbbc 100644 --- a/cligj/meta.yaml +++ b/cligj/meta.yaml @@ -1,30 +1,29 @@ package: - name: cligj - version: !!str 0.1.0 + name: cligj + version: "0.1.0" source: - fn: cligj-0.1.0.tar.gz - url: https://pypi.python.org/packages/source/c/cligj/cligj-0.1.0.tar.gz - md5: 5b3eb7905aab81418cc3fd4accf57d5f + fn: cligj-0.1.0.tar.gz + url: https://pypi.python.org/packages/source/c/cligj/cligj-0.1.0.tar.gz + md5: 5b3eb7905aab81418cc3fd4accf57d5f build: - number: 0 + number: 1 requirements: - build: - - python - - setuptools - - click >=3.0 - - run: - - python - - click >=3.0 + build: + - python + - setuptools + - click >=3.0 + run: + - python + - click >=3.0 test: - imports: - - cligj + imports: + - cligj about: - home: https://github.com/mapbox/cligj - license: MIT - summary: 'Click params for GeoJSON CLI' + home: https://github.com/mapbox/cligj + license: MIT + summary: 'Click params for GeoJSON CLI' diff --git a/compliance-checker/meta.yaml b/compliance-checker/meta.yaml index 609cebf..d5ee00c 100644 --- a/compliance-checker/meta.yaml +++ b/compliance-checker/meta.yaml @@ -1,45 +1,44 @@ package: - name: compliance-checker - version: "1.0.2" + name: compliance-checker + version: "1.0.2" source: - git_url: https://github.com/ioos/compliance-checker.git - git_tag: 1.0.2 + git_url: https://github.com/ioos/compliance-checker.git + git_tag: 1.0.2 build: - entry_points: - - compliance-checker = cchecker:main - number: 0 + number: 1 + entry_points: + - compliance-checker = cchecker:main requirements: - build: - - python - - setuptools - - owslib >=0.8.3 - - wicken >=0.1.2 - - lxml >=3.2.1 - - udunitspy ==0.0.6 - - requests >=2.2.1 - - python-dateutil >=2.2 - run: - - python - - owslib >=0.8.3 - - wicken >=0.1.2 - - lxml >=3.2.1 - - udunitspy ==0.0.6 - - requests >=2.2.1 - - python-dateutil >=2.2 + build: + - python + - setuptools + - owslib >=0.8.3 + - wicken >=0.1.2 + - lxml >=3.2.1 + - udunitspy ==0.0.6 + - requests >=2.2.1 + - python-dateutil >=2.2 + run: + - python + - owslib >=0.8.3 + - wicken >=0.1.2 + - lxml >=3.2.1 + - udunitspy ==0.0.6 + - requests >=2.2.1 + - python-dateutil >=2.2 test: - imports: - - compliance_checker - - compliance_checker.cf - - compliance_checker.tests - - commands: - - compliance-checker --help + imports: + - compliance_checker + - compliance_checker.cf + - compliance_checker.tests + commands: + - compliance-checker --help about: - home: https://github.com/ioos/compliance-checker - license: Apache Software License - summary: 'Checks Datasets and SOS endpoints for standards compliance' + home: https://github.com/ioos/compliance-checker + license: Apache Software License + summary: 'Checks Datasets and SOS endpoints for standards compliance' diff --git a/coveralls/meta.yaml b/coveralls/meta.yaml index 0176370..8665222 100644 --- a/coveralls/meta.yaml +++ b/coveralls/meta.yaml @@ -8,7 +8,7 @@ source: md5: 678eb7fdd3d477a4d9d0cacbffe88ee2 build: - number: 0 + number: 1 entry_points: - coveralls = coveralls.cli:main diff --git a/csa/meta.yaml b/csa/meta.yaml index 8b8ec52..a1d4dcf 100644 --- a/csa/meta.yaml +++ b/csa/meta.yaml @@ -1,13 +1,13 @@ package: name: csa - version: 1.22 + version: "1.22" source: git_url: https://github.com/phobson/csa.git git_tag: v1.22 build: - number: 1 + number: 2 about: home: https://code.google.com/p/csa-c diff --git a/ctd/meta.yaml b/ctd/meta.yaml index d4d179a..8d9af57 100644 --- a/ctd/meta.yaml +++ b/ctd/meta.yaml @@ -1,38 +1,37 @@ package: - name: ctd - version: !!str 0.2.1 + name: ctd + version: "0.2.1" source: - fn: ctd-0.2.1.tar.gz - url: https://pypi.python.org/packages/source/c/ctd/ctd-0.2.1.tar.gz - md5: 59f90c1e989c702ee9c6969ecadea8bc + fn: ctd-0.2.1.tar.gz + url: https://pypi.python.org/packages/source/c/ctd/ctd-0.2.1.tar.gz + md5: 59f90c1e989c702ee9c6969ecadea8bc build: - number: 0 + number: 1 requirements: - build: - - python - - setuptools - - numpy - - scipy - - matplotlib - - pandas - - gsw - - run: - - python - - numpy - - scipy - - matplotlib - - pandas - - gsw + build: + - python + - setuptools + - numpy + - scipy + - matplotlib + - pandas + - gsw + run: + - python + - numpy + - scipy + - matplotlib + - pandas + - gsw test: - imports: - - ctd + imports: + - ctd about: - home: http://pypi.python.org/pypi/ctd/ - license: MIT License - summary: 'Tools to load hydrographic data as DataFrames' + home: http://pypi.python.org/pypi/ctd/ + license: MIT License + summary: 'Tools to load hydrographic data as DataFrames' diff --git a/delocate/meta.yaml b/delocate/meta.yaml index 8a1f840..bc90cff 100644 --- a/delocate/meta.yaml +++ b/delocate/meta.yaml @@ -1,30 +1,30 @@ package: - name: delocate - version: !!str 0.6.2 + name: delocate + version: "0.6.2" source: - fn: delocate-0.6.2.zip - url: https://pypi.python.org/packages/source/d/delocate/delocate-0.6.2.zip - md5: 521d40dd552bf4ad05c11eef58f7ab26 + fn: delocate-0.6.2.zip + url: https://pypi.python.org/packages/source/d/delocate/delocate-0.6.2.zip + md5: 521d40dd552bf4ad05c11eef58f7ab26 build: - number: 0 + number: 1 requirements: - build: - - python - - wheel - - setuptools - run: - - python - - wheel + build: + - python + - wheel + - setuptools + run: + - python + - wheel test: - imports: - - delocate - - delocate.tests + imports: + - delocate + - delocate.tests about: - home: http://github.com/matthew-brett/delocate - license: BSD License - summary: 'Move OSX dynamic libraries into package' + home: http://github.com/matthew-brett/delocate + license: BSD License + summary: 'Move OSX dynamic libraries into package' diff --git a/deprecate/tappy/meta.yaml b/deprecate/tappy/meta.yaml index 5860ee1..7cc7fac 100644 --- a/deprecate/tappy/meta.yaml +++ b/deprecate/tappy/meta.yaml @@ -1,26 +1,24 @@ package: - name: tappy - version: !!str 0.9.0 + name: tappy + version: "0.9.0" source: - fn: tappy-0.9.0.tar.gz - url: http://downloads.sourceforge.net/tappy/tappy-0.9.0.tar.gz - md5: dadb5a083b2a77dadf3639d47ea6b9cc + fn: tappy-0.9.0.tar.gz + url: http://downloads.sourceforge.net/tappy/tappy-0.9.0.tar.gz + md5: dadb5a083b2a77dadf3639d47ea6b9cc build: - number: 0 + number: 1 requirements: - build: - - python - - numpy - - scipy - run: - - python - - numpy - - scipy + build: + - python + run: + - python + - numpy + - scipy about: - home: http://sourceforge.net/p/tappy/wiki/Main_Page/ - license: MIT - summary: 'Tidal Analysis Program in PYthon' + home: http://sourceforge.net/p/tappy/wiki/Main_Page/ + license: MIT + summary: 'Tidal Analysis Program in PYthon' diff --git a/djangorestframework/meta.yaml b/djangorestframework/meta.yaml index 5a9c790..f96be74 100644 --- a/djangorestframework/meta.yaml +++ b/djangorestframework/meta.yaml @@ -8,7 +8,7 @@ source: md5: d0f6aa82d49e63faebaadfc089e5e80b build: - number: 0 + number: 1 requirements: build: @@ -29,4 +29,4 @@ test: about: home: http://www.django-rest-framework.org license: BSD License - summary: 'Web APIs for Django, made easy.' + summary: 'Web APIs for Django, made easy' diff --git a/docopt/meta.yaml b/docopt/meta.yaml index bb7094b..8c039fc 100644 --- a/docopt/meta.yaml +++ b/docopt/meta.yaml @@ -1,27 +1,27 @@ package: - name: docopt - version: !!str 0.6.2 + name: docopt + version: "0.6.2" source: - fn: docopt-0.6.2.tar.gz - url: https://pypi.python.org/packages/source/d/docopt/docopt-0.6.2.tar.gz - md5: 4bc74561b37fad5d3e7d037f82a4c3b1 + fn: docopt-0.6.2.tar.gz + url: https://pypi.python.org/packages/source/d/docopt/docopt-0.6.2.tar.gz + md5: 4bc74561b37fad5d3e7d037f82a4c3b1 build: - number: 0 + number: 1 requirements: - build: - - python - - setuptools - run: - - python + build: + - python + - setuptools + run: + - python test: - imports: - - docopt + imports: + - docopt about: - home: http://docopt.org - license: MIT License - summary: 'Pythonic argument parser, that will make you smile' + home: http://docopt.org + license: MIT License + summary: 'Pythonic argument parser, that will make you smile' diff --git a/ecmwf_grib/build.sh b/ecmwf_grib/build.sh index 1917219..66305d5 100644 --- a/ecmwf_grib/build.sh +++ b/ecmwf_grib/build.sh @@ -5,7 +5,13 @@ $SYS_PYTHON -c "import conda_build; print conda_build.__file__;" mkdir -p $PREFIX/bin cp $SYS_PYTHON-config $PREFIX/bin/ -LDFLAGS="-L$PREFIX/lib -Wl,-rpath,$PREFIX/lib" PYTHON="$PYTHON" PYTHON_LDFLAGS="$PREFIX/lib" CFLAGS="-fPIC -I$PREFIX/include" ./configure --with-jasper=$PREFIX/lib --disable-fortran --prefix=$PREFIX --enable-python +export LDFLAGS="-L$PREFIX/lib -Wl,-rpath,$PREFIX/lib" +export PYTHON="$PYTHON" PYTHON_LDFLAGS="$PREFIX/lib" +export CFLAGS="-fPIC -I$PREFIX/include" + +./configure --with-jasper=$PREFIX/lib \ + --disable-fortran \ + --prefix=$PREFIX --enable-python make make install diff --git a/ecmwf_grib/meta.yaml b/ecmwf_grib/meta.yaml index aedda7b..965e4e8 100644 --- a/ecmwf_grib/meta.yaml +++ b/ecmwf_grib/meta.yaml @@ -8,7 +8,7 @@ source: sha1: b769ac5db70703f0d944d93aafbbeee7513958f1 build: - number: 0 + number: 1 detect_binary_files_with_prefix: true requirements: @@ -30,4 +30,4 @@ test: about: home: https://software.ecmwf.int/wiki/display/GRIB/Home license: Apache License, Version 2.0 - summary: "The ECMWF API for encoding and decoding WMO FM-92 GRIB edition 1 and edition 2 messages." + summary: "The ECMWF API for encoding and decoding WMO FM-92 GRIB edition 1 and edition 2 messages" diff --git a/epic2cf/meta.yaml b/epic2cf/meta.yaml index d33c07c..1e77efc 100644 --- a/epic2cf/meta.yaml +++ b/epic2cf/meta.yaml @@ -1,29 +1,28 @@ package: - name: epic2cf - version: "0.0.2" + name: epic2cf + version: "0.0.2" source: git_url: https://github.com/axiom-data-science/epic2cf git_tag: 0.0.2 build: - number: 0 + number: 1 requirements: - build: - - python - - setuptools - - numpy - - run: - - python - - numpy + build: + - python + - setuptools + - numpy + run: + - python + - numpy test: - imports: - - epic2cf + imports: + - epic2cf about: - home: https://github.com/axiom-data-science/epic2cf - license: MIT License - summary: 'A simple python library to find the CF standard name equivalent of an EPIC code.' + home: https://github.com/axiom-data-science/epic2cf + license: MIT License + summary: 'A simple python library to find the CF standard name equivalent of an EPIC code' diff --git a/expat/meta.yaml b/expat/meta.yaml index 6322bfa..1a01cc3 100644 --- a/expat/meta.yaml +++ b/expat/meta.yaml @@ -7,4 +7,9 @@ source: url: http://sourceforge.net/projects/expat/files/expat/2.1.0/expat-2.1.0.tar.gz/download build: - number: 0 + number: 1 + +about: + home: http://expat.sourceforge.net/ + license: MIT + summary: 'XML Parser Toolkit' diff --git a/flopy/meta.yaml b/flopy/meta.yaml index e46d549..51d08e6 100644 --- a/flopy/meta.yaml +++ b/flopy/meta.yaml @@ -7,7 +7,7 @@ source: git_tag: 3.1.1 build: - number: 0 + number: 1 requirements: build: diff --git a/folium/meta.yaml b/folium/meta.yaml index ab008bd..0832219 100644 --- a/folium/meta.yaml +++ b/folium/meta.yaml @@ -8,19 +8,18 @@ source: md5: b5e0c8eac6f92e9806b91eced8586047 build: - number: 0 + number: 1 requirements: - build: - - python - - run: - - python - - jinja2 + build: + - python + run: + - python + - jinja2 test: - imports: - - folium + imports: + - folium about: home: https://github.com/wrobstory/folium diff --git a/geojson/meta.yaml b/geojson/meta.yaml index 51e6957..1a1f2d4 100644 --- a/geojson/meta.yaml +++ b/geojson/meta.yaml @@ -8,8 +8,8 @@ source: md5: 94880d993dba8b184de122c5a84fa329 build: + number: 1 preserve_egg_dir: True - number: 0 requirements: build: diff --git a/geolinks/meta.yaml b/geolinks/meta.yaml index edc7185..8ffea4b 100644 --- a/geolinks/meta.yaml +++ b/geolinks/meta.yaml @@ -8,7 +8,7 @@ source: md5: c868d699319e8dee7a10f6745441107c build: - number: 0 + number: 1 requirements: build: diff --git a/gridgen/meta.yaml b/gridgen/meta.yaml index 533b1ff..f0365ad 100644 --- a/gridgen/meta.yaml +++ b/gridgen/meta.yaml @@ -1,19 +1,19 @@ package: - name: gridgen - version: 1.48 + name: gridgen + version: "1.48" source: - git_url: https://github.com/phobson/gridgen.git - git_tag: v1.48 + git_url: https://github.com/phobson/gridgen.git + git_tag: v1.48 build: - number: 1 + number: 2 requirements: - build: - - gridutils + build: + - gridutils about: - home: https://code.google.com/p/gridgen-c - license: MIT License - summary: "Pavel Sakov's curvilinear orthogonal grid generation library." + home: https://code.google.com/p/gridgen-c + license: MIT License + summary: "Pavel Sakov's curvilinear orthogonal grid generation library" diff --git a/gridutils/meta.yaml b/gridutils/meta.yaml index 9ebb873..5a36654 100644 --- a/gridutils/meta.yaml +++ b/gridutils/meta.yaml @@ -1,20 +1,20 @@ package: - name: gridutils - version: 0.51 + name: gridutils + version: "0.51" source: - git_url: https://github.com/phobson/gridutils.git - git_tag: 0.51 + git_url: https://github.com/phobson/gridutils.git + git_tag: 0.51 build: - number: 1 + number: 2 requirements: - build: - - nn - - csa + build: + - nn + - csa about: - home: https://code.google.com/p/gridutils-c - license: MIT License - summary: "Pavel Sakov's curvilinear orthogonal grid utilities" + home: https://code.google.com/p/gridutils-c + license: MIT License + summary: "Pavel Sakov's curvilinear orthogonal grid utilities" diff --git a/gsw/meta.yaml b/gsw/meta.yaml index 5607336..92d51e9 100644 --- a/gsw/meta.yaml +++ b/gsw/meta.yaml @@ -1,34 +1,33 @@ package: - name: gsw - version: !!str 3.0.3 + name: gsw + version: "3.0.3" source: - fn: gsw-3.0.3.tar.gz - url: https://pypi.python.org/packages/source/g/gsw/gsw-3.0.3.tar.gz - md5: fa110c94f4b4c9f5fab08256d088d7be + fn: gsw-3.0.3.tar.gz + url: https://pypi.python.org/packages/source/g/gsw/gsw-3.0.3.tar.gz + md5: fa110c94f4b4c9f5fab08256d088d7be build: - number: 0 + number: 1 requirements: - build: - - python - - setuptools - - numpy - - scipy - - nose - - run: - - python - - numpy - - scipy - - nose + build: + - python + - setuptools + - numpy + - scipy + - nose + run: + - python + - numpy + - scipy + - nose test: - imports: - - gsw + imports: + - gsw about: - home: http://pypi.python.org/pypi/seawater/ - license: MIT License - summary: 'Gibbs SeaWater Oceanographic Package of TEOS-10' + home: http://pypi.python.org/pypi/seawater/ + license: MIT License + summary: 'Gibbs SeaWater Oceanographic Package of TEOS-10' diff --git a/iptools/meta.yaml b/iptools/meta.yaml index 4fd8a4d..e2f41e1 100644 --- a/iptools/meta.yaml +++ b/iptools/meta.yaml @@ -1,27 +1,27 @@ package: - name: iptools - version: !!str 0.6.1 + name: iptools + version: "0.6.1" source: - fn: iptools-0.6.1.tar.gz - url: https://pypi.python.org/packages/source/i/iptools/iptools-0.6.1.tar.gz - md5: aed4045638fd40c16f8d9bb04606f700 + fn: iptools-0.6.1.tar.gz + url: https://pypi.python.org/packages/source/i/iptools/iptools-0.6.1.tar.gz + md5: aed4045638fd40c16f8d9bb04606f700 build: - number: 0 + number: 1 requirements: - build: - - python - - setuptools - run: - - python + build: + - python + - setuptools + run: + - python test: - imports: - - iptools + imports: + - iptools about: - home: https://github.com/bd808/python-iptools - license: BSD License - summary: 'Python utilites for manipulating IPv4 and IPv6 addresses' + home: https://github.com/bd808/python-iptools + license: BSD License + summary: 'Python utilites for manipulating IPv4 and IPv6 addresses' diff --git a/iris/meta.yaml b/iris/meta.yaml index 93b9538..ba1e60f 100644 --- a/iris/meta.yaml +++ b/iris/meta.yaml @@ -1,13 +1,13 @@ package: name: iris - version: 1.8.0 + version: "1.8.0" source: git_url: https://github.com/SciTools/iris.git git_tag: v1.8.0 build: - number: 0 + number: 1 requirements: build: @@ -41,4 +41,4 @@ test: about: home: http://www.scitools.org.uk/iris license: GNU Lesser General Public License - summary: Analyse and visualise meteorological and oceanographic data sets. + summary: 'Analyse and visualise meteorological and oceanographic data sets' diff --git a/iso8601/meta.yaml b/iso8601/meta.yaml index f323ec1..0ee3e0c 100644 --- a/iso8601/meta.yaml +++ b/iso8601/meta.yaml @@ -1,27 +1,27 @@ package: - name: iso8601 - version: !!str 0.1.10 + name: iso8601 + version: "0.1.10" source: - fn: iso8601-0.1.10.tar.gz - url: https://pypi.python.org/packages/source/i/iso8601/iso8601-0.1.10.tar.gz - md5: 23acb1029acfef9c32069c6c851c3a41 + fn: iso8601-0.1.10.tar.gz + url: https://pypi.python.org/packages/source/i/iso8601/iso8601-0.1.10.tar.gz + md5: 23acb1029acfef9c32069c6c851c3a41 build: - number: 0 + number: 1 requirements: - build: - - python - - setuptools - run: - - python + build: + - python + - setuptools + run: + - python test: - imports: - - iso8601 + imports: + - iso8601 about: - home: https://bitbucket.org/micktwomey/pyiso8601 - license: MIT License - summary: 'Simple module to parse ISO 8601 dates' + home: https://bitbucket.org/micktwomey/pyiso8601 + license: MIT License + summary: 'Simple module to parse ISO 8601 dates' diff --git a/isodate/meta.yaml b/isodate/meta.yaml index 6932ad0..d60588b 100644 --- a/isodate/meta.yaml +++ b/isodate/meta.yaml @@ -8,7 +8,7 @@ source: md5: 22232a6b0f5d320610ae45722c1b9542 build: - number: 0 + number: 1 requirements: build: diff --git a/jasper/meta.yaml b/jasper/meta.yaml index 047e55d..fc0ae82 100644 --- a/jasper/meta.yaml +++ b/jasper/meta.yaml @@ -8,7 +8,7 @@ source: sha1: 9c5735f773922e580bf98c7c7dfda9bbed4c5191 build: - number: 0 + number: 1 requirements: build: @@ -23,4 +23,4 @@ test: about: home: http://www.ece.uvic.ca/~frodo/jasper/ license: http://www.ece.uvic.ca/~frodo/jasper/LICENSE - summary: "A reference implementation of the codec specified in the JPEG-2000 Part-1 standard." + summary: "A reference implementation of the codec specified in the JPEG-2000 Part-1 standard" diff --git a/jsanimation/meta.yaml b/jsanimation/meta.yaml index edee69c..50becb8 100644 --- a/jsanimation/meta.yaml +++ b/jsanimation/meta.yaml @@ -1,22 +1,22 @@ package: - name: jsanimation - version: !!str 0.1 + name: jsanimation + version: "0.1" source: - git_url: https://github.com/jakevdp/JSAnimation.git - git_tag: master + git_url: https://github.com/jakevdp/JSAnimation.git + git_tag: master build: - number: 0 + number: 1 requirements: - build: - - python - - setuptools - run: - - python + build: + - python + - setuptools + run: + - python about: - home: http://github.com/jakevdp - license: BSD - summary: 'Javascript Animation exporter for matplotlib and IPython' + home: http://github.com/jakevdp + license: BSD + summary: 'Javascript Animation exporter for matplotlib and IPython' diff --git a/jsonfield/meta.yaml b/jsonfield/meta.yaml index 14dc0c0..9fbbebf 100644 --- a/jsonfield/meta.yaml +++ b/jsonfield/meta.yaml @@ -8,7 +8,7 @@ source: md5: a7c7df31627069a97c9ba91b599c0845 build: - number: 0 + number: 1 requirements: build: @@ -25,4 +25,4 @@ test: about: home: https://github.com/bradjasper/django-jsonfield/ license: MIT - summary: 'A reusable Django field that allows you to store validated JSON in your model.' + summary: 'A reusable Django field that allows you to store validated JSON in your model' diff --git a/libmo_unpack/meta.yaml b/libmo_unpack/meta.yaml index 0661cf9..9e156c8 100644 --- a/libmo_unpack/meta.yaml +++ b/libmo_unpack/meta.yaml @@ -9,7 +9,7 @@ source: - speedup.patch build: - number: 1 + number: 2 about: home: https://puma.nerc.ac.uk/trac/UM_TOOLS/wiki/unpack diff --git a/libspatialindex/meta.yaml b/libspatialindex/meta.yaml index d716468..5358a1e 100644 --- a/libspatialindex/meta.yaml +++ b/libspatialindex/meta.yaml @@ -1,15 +1,16 @@ package: - name: libspatialindex - version: 1.8.5 + name: libspatialindex + version: 1.8.5 source: - fn: spatialindex-src-1.8.5.tar.gz - url: http://download.osgeo.org/libspatialindex/spatialindex-src-1.8.5.tar.gz - md5: 4065c6218ce3d1c4906beb3a313470db + fn: spatialindex-src-1.8.5.tar.gz + url: http://download.osgeo.org/libspatialindex/spatialindex-src-1.8.5.tar.gz + md5: 4065c6218ce3d1c4906beb3a313470db build: - number: 0 + number: 1 about: - home: http://libspatialindex.github.io - summary: 'extensible framework for robust spatial indexing' + home: http://libspatialindex.github.io + license: MIT + summary: 'extensible framework for robust spatial indexing' diff --git a/mo_pack/meta.yaml b/mo_pack/meta.yaml index ba63524..6e33811 100644 --- a/mo_pack/meta.yaml +++ b/mo_pack/meta.yaml @@ -7,7 +7,7 @@ source: git_tag: v0.1.0 build: - number: 0 + number: 1 requirements: build: diff --git a/mpld3/meta.yaml b/mpld3/meta.yaml index 3cf87d8..1bfd6f5 100644 --- a/mpld3/meta.yaml +++ b/mpld3/meta.yaml @@ -1,32 +1,31 @@ package: - name: mpld3 - version: !!str 0.2 + name: mpld3 + version: "0.2" source: - fn: mpld3-0.2.tar.gz - url: https://pypi.python.org/packages/source/m/mpld3/mpld3-0.2.tar.gz - md5: 266f4e51a094f8ff1aaf7e2018f763b4 + fn: mpld3-0.2.tar.gz + url: https://pypi.python.org/packages/source/m/mpld3/mpld3-0.2.tar.gz + md5: 266f4e51a094f8ff1aaf7e2018f763b4 build: - number: 0 + number: 1 requirements: - build: - - python - - setuptools - - mplexporter - - run: - - python - - jinja2 - - matplotlib - - mplexporter + build: + - python + - setuptools + - mplexporter + run: + - python + - jinja2 + - matplotlib + - mplexporter test: - imports: - - mpld3 + imports: + - mpld3 about: - home: http://mpld3.github.com - license: BSD License - summary: 'D3 Viewer for Matplotlib' + home: http://mpld3.github.com + license: BSD License + summary: 'D3 Viewer for Matplotlib' diff --git a/mplexporter/meta.yaml b/mplexporter/meta.yaml index ea70db1..6337a93 100644 --- a/mplexporter/meta.yaml +++ b/mplexporter/meta.yaml @@ -1,27 +1,27 @@ package: - name: mplexporter - version: !!str 0.0.1 + name: mplexporter + version: "0.0.1" source: - git_url: https://github.com/mpld3/mplexporter.git - git_tag: master + git_url: https://github.com/mpld3/mplexporter.git + git_tag: master build: - number: 0 + number: 1 requirements: - build: - - python - - setuptools - run: - - python - - matplotlib + build: + - python + - setuptools + run: + - python + - matplotlib test: - imports: - - mplexporter + imports: + - mplexporter about: - home: https://github.com/mpld3/mplexporter - license: BSD 3-clause - summary: 'General Matplotlib Exporter' + home: https://github.com/mpld3/mplexporter + license: BSD 3-clause + summary: 'General Matplotlib Exporter' diff --git a/nco-bindings/meta.yaml b/nco-bindings/meta.yaml index e38d4ce..c08df89 100644 --- a/nco-bindings/meta.yaml +++ b/nco-bindings/meta.yaml @@ -8,7 +8,7 @@ source: md5: bf7f543f7ffb5739eaf6466ca7e60c38 build: - number: 0 + number: 1 requirements: build: diff --git a/nco/meta.yaml b/nco/meta.yaml index 42ea0ae..ac0d870 100644 --- a/nco/meta.yaml +++ b/nco/meta.yaml @@ -8,7 +8,7 @@ source: md5: 842a118251da3875e7e2ab2cb0ec77fe build: - number: 0 + number: 1 requirements: build: @@ -27,10 +27,10 @@ test: commands: - ncks --help - ncks -M http://test.opendap.org/dap/data/nc/sst.mnmean.nc.gz - - ncks http://thredds-test.ucar.edu/thredds/dodsC/testdods/in.nc in.nc - - ncap2 -v -s 'a=3' -s 'b=4' -s 'c=sqrt(a^2+b^2)' in.nc out.nc + #- ncks http://thredds-test.ucar.edu/thredds/dodsC/testdods/in.nc in.nc + #- ncap2 -v -s 'a=3' -s 'b=4' -s 'c=sqrt(a^2+b^2)' in.nc out.nc about: - home: http://www.hdfgroup.org/HDF5/ - license: BSD-style (http://www.hdfgroup.org/ftp/HDF5/current/src/unpacked/COPYING) + home: http://nco.sourceforge.net/ + license: GPL-3.0 summary: 'Suite of programs for manipulating NetCDF/HDF4 files' diff --git a/nn/meta.yaml b/nn/meta.yaml index 4a9da53..e5e0b71 100644 --- a/nn/meta.yaml +++ b/nn/meta.yaml @@ -7,7 +7,7 @@ source: git_tag: v1.85 build: - number: 1 + number: 2 about: home: https://code.google.com/p/nn-c diff --git a/obvious-ci/meta.yaml b/obvious-ci/meta.yaml index 5056dd3..eb6eb13 100644 --- a/obvious-ci/meta.yaml +++ b/obvious-ci/meta.yaml @@ -7,13 +7,12 @@ source: git_tag: master build: - number: 1 + number: 2 requirements: build: - python - setuptools - run: - python - setuptools @@ -24,4 +23,4 @@ requirements: about: home: https://github.com/pelson/Obvious-CI license: GPL - summary: Simplify the implementation of continuous integration such as Travis CI and appveyor. + summary: 'Simplify the implementation of continuous integration such as Travis CI and appveyor' diff --git a/oceans/meta.yaml b/oceans/meta.yaml index c98ff9a..d8284ee 100644 --- a/oceans/meta.yaml +++ b/oceans/meta.yaml @@ -41,6 +41,6 @@ test: - oceans about: - home: http://pypi.python.org/pypi/oceans/ - license: MIT License - summary: 'Misc functions for oceanographic data analysis' + home: http://pypi.python.org/pypi/oceans/ + license: MIT License + summary: 'Misc functions for oceanographic data analysis' diff --git a/oct2py/meta.yaml b/oct2py/meta.yaml index 3dfd88e..567b871 100644 --- a/oct2py/meta.yaml +++ b/oct2py/meta.yaml @@ -1,34 +1,34 @@ package: - name: oct2py - version: "3.1.0" + name: oct2py + version: "3.1.0" source: - fn: oct2py-3.1.0.tar.gz - url: https://pypi.python.org/packages/source/o/oct2py/oct2py-3.1.0.tar.gz - md5: 12fcdcdb95f3bf6d7ebd04a382ce9242 + fn: oct2py-3.1.0.tar.gz + url: https://pypi.python.org/packages/source/o/oct2py/oct2py-3.1.0.tar.gz + md5: 12fcdcdb95f3bf6d7ebd04a382ce9242 build: - number: 0 + number: 1 requirements: - build: - - python - - setuptools - run: - - python - - setuptools - - numpy >=1.7.1 - - scipy >=0.12 - - ipython + build: + - python + - setuptools + run: + - python + - setuptools + - numpy >=1.7.1 + - scipy >=0.12 + - ipython test: - imports: - - oct2py - - oct2py.tests - - oct2py.ipython - - oct2py.ipython.tests + imports: + - oct2py + - oct2py.tests + - oct2py.ipython + - oct2py.ipython.tests about: - home: http://github.com/blink1073/oct2py - license: MIT License - summary: 'Python to GNU Octave bridge --> run m-files from python.' + home: http://github.com/blink1073/oct2py + license: MIT License + summary: 'Python to GNU Octave bridge --> run m-files from python' diff --git a/octant/meta.yaml b/octant/meta.yaml index caeeac0..702b938 100644 --- a/octant/meta.yaml +++ b/octant/meta.yaml @@ -1,30 +1,31 @@ package: - name: octant - version: !!str 0.8_DEV + name: octant + version: "0.8.dev" source: - git_url: https://github.com/hetland/octant.git + git_url: https://github.com/hetland/octant.git + git_tag: master build: - number: 0 + number: 1 requirements: - build: - - python - - numpy - - setuptools + build: + - python + - numpy + - setuptools + run: + - python + - numpy + - netcdf4 + - matplotlib + - basemap - run: - - python - - numpy - - netcdf4 - - matplotlib - - basemap test: - imports: - - octant + imports: + - octant about: - home: https://github.com/hetland/octant - license: MIT - summary: 'Ocean C-grid model setup and analysis tools, for the numerical mariner.' + home: https://github.com/hetland/octant + license: MIT + summary: 'Ocean C-grid model setup and analysis tools, for the numerical mariner.' diff --git a/optcomplete/meta.yaml b/optcomplete/meta.yaml index 8ec3c8a..fa2325b 100644 --- a/optcomplete/meta.yaml +++ b/optcomplete/meta.yaml @@ -1,26 +1,26 @@ package: - name: optcomplete - version: !!str 1.2.devel + name: optcomplete + version: "1.2.devel" source: - fn: optcomplete-1.2-devel.tar.gz - url: https://pypi.python.org/packages/source/o/optcomplete/optcomplete-1.2-devel.tar.gz - md5: 6392cd0a7154b3394004d5ad9d913d59 + fn: optcomplete-1.2-devel.tar.gz + url: https://pypi.python.org/packages/source/o/optcomplete/optcomplete-1.2-devel.tar.gz + md5: 6392cd0a7154b3394004d5ad9d913d59 build: - number: 0 + number: 1 requirements: - build: - - python - run: - - python + build: + - python + run: + - python test: - imports: - - optcomplete + imports: + - optcomplete about: - home: http://furius.ca/optcomplete - license: BSD - summary: 'Automatic shell completion support for scripts that use optparse.' + home: http://furius.ca/optcomplete + license: BSD + summary: 'Automatic shell completion support for scripts that use optparse' diff --git a/owslib/meta.yaml b/owslib/meta.yaml index 19cb336..4ba8ab1 100644 --- a/owslib/meta.yaml +++ b/owslib/meta.yaml @@ -1,36 +1,36 @@ package: - name: owslib - version: !!str 0.8.13 + name: owslib + version: "0.8.13" source: + git_url: https://github.com/geopython/OWSLib.git + git_tag: 0.8.13 - git_url: https://github.com/geopython/OWSLib.git - git_tag: 0.8.13 +build: + number: 1 requirements: - build: - - python - - setuptools - - python-dateutil - - pytz - - run: - - python - - python-dateutil - - pytz + build: + - python + - setuptools + - python-dateutil + - pytz + run: + - python + - python-dateutil + - pytz test: - # Python imports - imports: - - owslib.coverage - - owslib.waterml - - owslib.swe.observation - - owslib.swe.sensor - - owslib - - owslib.feature - - owslib.swe + imports: + - owslib.coverage + - owslib.waterml + - owslib.swe.observation + - owslib.swe.sensor + - owslib + - owslib.feature + - owslib.swe about: - home: https://geopython.github.io/OWSLib - license: BSD License - summary: 'OGC Web Service utility library' + home: https://geopython.github.io/OWSLib + license: BSD License + summary: 'OGC Web Service utility library' diff --git a/paegan/meta.yaml b/paegan/meta.yaml index 3060492..340da16 100644 --- a/paegan/meta.yaml +++ b/paegan/meta.yaml @@ -1,51 +1,50 @@ package: - name: paegan - version: !!str 1.1.1 + name: paegan + version: "1.1.1" source: - - git_url: https://github.com/asascience-open/paegan.git - git_tag: 1.1.1 + git_url: https://github.com/asascience-open/paegan.git + git_tag: 1.1.1 build: - number: 0 + number: 1 requirements: - build: - - python - - setuptools - - numpy - - scipy - - netcdf4 - - shapely - - pytz - - python-dateutil - run: - - python - - numpy - - scipy - - netcdf4 - - shapely - - pytz - - python-dateutil - - setuptools + build: + - python + - setuptools + - numpy + - scipy + - netcdf4 + - shapely + - pytz + - python-dateutil + run: + - python + - numpy + - scipy + - netcdf4 + - shapely + - pytz + - python-dateutil + - setuptools test: - imports: - - paegan - - paegan.logger - - paegan.roms - - paegan.cdm.grids - - paegan.cdm - - paegan.external - - paegan.cdm.dsg.collections.base - - paegan.utils - - paegan.cdm.dsg.features.base - - paegan.cdm.dsg.features - - paegan.cdm.dsg.collections - - paegan.cdm.dsg + imports: + - paegan + - paegan.logger + - paegan.roms + - paegan.cdm.grids + - paegan.cdm + - paegan.external + - paegan.cdm.dsg.collections.base + - paegan.utils + - paegan.cdm.dsg.features.base + - paegan.cdm.dsg.features + - paegan.cdm.dsg.collections + - paegan.cdm.dsg about: - home: https://github.com/asascience-open/paegan - license: GNU General Public License v3 (GPLv3) - summary: 'Paegan - The Python CDM for Met/Ocean data' + home: https://github.com/asascience-open/paegan + license: GNU General Public License v3 (GPLv3) + summary: 'Paegan - The Python CDM for Met/Ocean data' diff --git a/palettable/meta.yaml b/palettable/meta.yaml index 21b8388..e79e2a4 100644 --- a/palettable/meta.yaml +++ b/palettable/meta.yaml @@ -8,7 +8,7 @@ source: md5: 7396faedfa48994cfa53ba433d957e33 build: - number: 0 + number: 1 requirements: build: diff --git a/petulant-bear/meta.yaml b/petulant-bear/meta.yaml index ea9f517..6d1b517 100644 --- a/petulant-bear/meta.yaml +++ b/petulant-bear/meta.yaml @@ -1,36 +1,35 @@ package: - name: petulant-bear - version: !!str 0.1.2 + name: petulant-bear + version: "0.1.2" source: - fn: petulant-bear-0.1.2.tar.gz - url: https://pypi.python.org/packages/source/p/petulant-bear/petulant-bear-0.1.2.tar.gz - md5: 2b71e5a00d9d7aff70284dffc3be2f13 + fn: petulant-bear-0.1.2.tar.gz + url: https://pypi.python.org/packages/source/p/petulant-bear/petulant-bear-0.1.2.tar.gz + md5: 2b71e5a00d9d7aff70284dffc3be2f13 build: - number: 0 + number: 1 requirements: - build: - - python - - setuptools - - netcdf4 >=1.0.0 - - nose >=1.2.0 - - numpy - - lxml >=3.2.1 - - run: - - python - - netcdf4 >=1.0.0 - - nose >=1.2.0 - - numpy - - lxml >=3.2.1 + build: + - python + - setuptools + - netcdf4 >=1.0.0 + - nose >=1.2.0 + - numpy + - lxml >=3.2.1 + run: + - python + - netcdf4 >=1.0.0 + - nose >=1.2.0 + - numpy + - lxml >=3.2.1 test: - imports: - - petulantbear + imports: + - petulantbear about: - home: https://github.com/ioos/petulant-bear - license: GNU General Public License v3 (GPLv3) - summary: 'Presents etree interface to netcdf4-python objects using NCML data model' + home: https://github.com/ioos/petulant-bear + license: GNU General Public License v3 (GPLv3) + summary: 'Presents etree interface to netcdf4-python objects using NCML data model' diff --git a/pyaxiom/meta.yaml b/pyaxiom/meta.yaml index 83ae72c..b0b74ae 100644 --- a/pyaxiom/meta.yaml +++ b/pyaxiom/meta.yaml @@ -7,7 +7,7 @@ source: git_tag: 0.0.8 build: - number: 0 + number: 1 entry_points: - binner=pyaxiom.netcdf.grids.binner:run @@ -15,7 +15,6 @@ requirements: build: - python - setuptools - run: - python - numpy @@ -33,7 +32,6 @@ test: - pyaxiom.netcdf.grids - pyaxiom.netcdf.sensors - pyaxiom.tests - commands: - binner --help diff --git a/pycsw/meta.yaml b/pycsw/meta.yaml index 6886fa2..38abf8b 100644 --- a/pycsw/meta.yaml +++ b/pycsw/meta.yaml @@ -1,39 +1,38 @@ package: - name: pycsw - version: !!str 1.10.1 + name: pycsw + version: "1.10.1" source: - git_url: https://github.com/geopython/pycsw.git + git_url: https://github.com/geopython/pycsw.git build: - number: 1 - preserve_egg_dir: True + number: 2 + preserve_egg_dir: True requirements: - build: - - python - - setuptools - - sqlalchemy - - geolinks - - lxml - - owslib - - pyproj - - shapely - - run: - - python - - sqlalchemy - - geolinks - - lxml - - owslib - - pyproj - - shapely + build: + - python + - setuptools + - sqlalchemy + - geolinks + - lxml + - owslib + - pyproj + - shapely + run: + - python + - sqlalchemy + - geolinks + - lxml + - owslib + - pyproj + - shapely test: - imports: - - pycsw + imports: + - pycsw about: - home: https://github.com/geopython/pycsw - license: MIT - summary: 'OGC Catalog Service for the Web (CSW) implementation in python' + home: https://github.com/geopython/pycsw + license: MIT + summary: 'OGC Catalog Service for the Web (CSW) implementation in python' diff --git a/pyepsg/meta.yaml b/pyepsg/meta.yaml index c2c7c52..bd9b1fc 100644 --- a/pyepsg/meta.yaml +++ b/pyepsg/meta.yaml @@ -6,6 +6,9 @@ source: git_url: https://github.com/rhattersley/pyepsg.git git_tag: v0.2.0 +build: + number: 1 + requirements: build: - python @@ -17,4 +20,4 @@ requirements: about: home: https://pypi.python.org/pypi/pyepsg license: LGPL - summary: Easy access to the EPSG database via http://epsg.io/ + summary: 'Easy access to the EPSG database via http://epsg.io/' diff --git a/pygdp/meta.yaml b/pygdp/meta.yaml index 740a668..eb4e1f8 100644 --- a/pygdp/meta.yaml +++ b/pygdp/meta.yaml @@ -7,7 +7,7 @@ source: git_tag: v1.3.2 build: - number: 0 + number: 1 requirements: build: diff --git a/pygridgen/meta.yaml b/pygridgen/meta.yaml index cbd4703..a99e0ea 100644 --- a/pygridgen/meta.yaml +++ b/pygridgen/meta.yaml @@ -1,42 +1,39 @@ package: - name: pygridgen - version: !!str 0.1 + name: pygridgen + version: "0.1" source: - git_url: https://github.com/phobson/pygridgen.git - git_tag: develop + git_url: https://github.com/phobson/pygridgen.git + git_tag: develop build: - number: 0 + number: 1 requirements: - build: - - python - - setuptools - - matplotlib - - basemap - - numpy - - nose - - run: - - python - - pandas - - numpy - - matplotlib - - basemap - - nose + build: + - python + - setuptools + - matplotlib + - basemap + - numpy + - nose + run: + - python + - pandas + - numpy + - matplotlib + - basemap + - nose test: - imports: - - pygridgen - - commands: - - nosetests - - requires: - - nose + imports: + - pygridgen + commands: + - nosetests + requires: + - nose about: - home: https://github.com/hetland/pygridgen.git - license: BSD License - summary: 'Python interface to gridgen by Pavel Sakov' + home: https://github.com/hetland/pygridgen.git + license: BSD License + summary: 'Python interface to gridgen by Pavel Sakov' diff --git a/pyke/meta.yaml b/pyke/meta.yaml index 6ec0c44..cf42e92 100644 --- a/pyke/meta.yaml +++ b/pyke/meta.yaml @@ -7,10 +7,12 @@ source: url: http://downloads.sourceforge.net/project/pyke/pyke/1.1.1/pyke-1.1.1.zip?r=&ts=1403707359&use_mirror=garr sha1: 2d657257fa2181d85fbfb69701b91226deb8b4e0 +build: + number: 1 + requirements: build: - python - run: - python @@ -21,4 +23,4 @@ test: about: home: http://sourceforge.net/projects/pyke license: MIT - summary: Python Knowledge Engine and Automatic Python Program Generator. + summary: 'Python Knowledge Engine and Automatic Python Program Generator' diff --git a/pymatbridge/meta.yaml b/pymatbridge/meta.yaml index c2e1a40..20313c5 100644 --- a/pymatbridge/meta.yaml +++ b/pymatbridge/meta.yaml @@ -1,28 +1,27 @@ package: - name: pymatbridge - version: "0.5.0" + name: pymatbridge + version: "0.5.0" source: - git_url: https://github.com/arokem/python-matlab-bridge.git - git_tag: master + git_url: https://github.com/arokem/python-matlab-bridge.git + git_tag: master build: - number: 0 + number: 1 requirements: - build: - - python - - run: - - python - - pyzmq - - numpy + build: + - python + run: + - python + - pyzmq + - numpy test: - imports: - - pymatbridge + imports: + - pymatbridge about: - home: https://github.com/arokem/python-matlab-bridge - license: BSD License - summary: 'Python-MATLAB(R) Bridge and IPython' + home: https://github.com/arokem/python-matlab-bridge + license: BSD License + summary: 'Python-MATLAB(R) Bridge and IPython' diff --git a/pyncml/meta.yaml b/pyncml/meta.yaml index 262b57f..6a64620 100644 --- a/pyncml/meta.yaml +++ b/pyncml/meta.yaml @@ -7,7 +7,7 @@ source: git_tag: 0.0.7 build: - number: 0 + number: 1 requirements: build: @@ -16,7 +16,6 @@ requirements: - numpy - setuptools - netcdf4 - run: - python - pytz diff --git a/pyoos/meta.yaml b/pyoos/meta.yaml index 65e3b1f..2734b13 100644 --- a/pyoos/meta.yaml +++ b/pyoos/meta.yaml @@ -1,60 +1,58 @@ package: - name: pyoos - version: !!str 0.6.2 + name: pyoos + version: "0.6.2" source: - git_url: https://github.com/ioos/pyoos.git - git_tag: 0.6.2 + git_url: https://github.com/ioos/pyoos.git + git_tag: 0.6.2 build: - number: 0 - preserve_egg_dir: True + number: 1 + preserve_egg_dir: True requirements: - build: - - python - - setuptools - - numpy - - paegan - - owslib - - requests - - fiona - - beautifulsoup4 - - lxml - - pytest - - run: - - python - - paegan - - owslib - - numpy - - requests - - fiona - - beautifulsoup4 - - lxml - - pytest + build: + - python + - setuptools + - numpy + - paegan + - owslib + - requests + - fiona + - beautifulsoup4 + - lxml + - pytest + run: + - python + - paegan + - owslib + - numpy + - requests + - fiona + - beautifulsoup4 + - lxml + - pytest test: - imports: - - tests - - pyoos.parsers - - pyoos.collectors.nerrs - - pyoos.collectors - - pyoos - - pyoos.collectors.hads - - pyoos.collectors.coops - - pyoos.collectors.ndbc - - pyoos.parsers.ioos - - pyoos.collectors.usgs - - pyoos.collectors.ioos - - pyoos.parsers.ioos.one - - pyoos.parsers.wqx - - pyoos.utils - - pyoos.collectors.awc - - pyoos.collectors.wqp -# - tests.collectors + imports: + - tests + - pyoos.parsers + - pyoos.collectors.nerrs + - pyoos.collectors + - pyoos + - pyoos.collectors.hads + - pyoos.collectors.coops + - pyoos.collectors.ndbc + - pyoos.parsers.ioos + - pyoos.collectors.usgs + - pyoos.collectors.ioos + - pyoos.parsers.ioos.one + - pyoos.parsers.wqx + - pyoos.utils + - pyoos.collectors.awc + - pyoos.collectors.wqp about: - home: https://github.com/asascience-open/pyoos - license: GNU General Public License v3 (GPLv3) - summary: 'A Python library for collecting Met/Ocean observations' + home: https://github.com/asascience-open/pyoos + license: GNU General Public License v3 (GPLv3) + summary: 'A Python library for collecting Met/Ocean observations' diff --git a/pyproj/meta.yaml b/pyproj/meta.yaml index 5525c53..1e05c7a 100644 --- a/pyproj/meta.yaml +++ b/pyproj/meta.yaml @@ -1,28 +1,29 @@ package: - name: pyproj - version: "1.9.4" + name: pyproj + version: "1.9.4" source: - fn: pyproj-1.9.4.tar.gz - url: https://pypi.python.org/packages/source/p/pyproj/pyproj-1.9.4.tar.gz - md5: b0a060465b117dd6c1b37e14f22382aa + fn: pyproj-1.9.4.tar.gz + url: https://pypi.python.org/packages/source/p/pyproj/pyproj-1.9.4.tar.gz + md5: b0a060465b117dd6c1b37e14f22382aa build: - number: 0 + number: 1 requirements: - build: - - python - - cython + build: + - python + - cython + run: + - python + - proj4 + - numpy - run: - - python - - proj4 - - numpy test: - imports: - - pyproj + imports: + - pyproj about: - home: http://code.google.com/p/pyproj/ - license: OSI + home: http://code.google.com/p/pyproj/ + license: OSI + summary: 'Python interface to PROJ.4 library' diff --git a/pyshp/meta.yaml b/pyshp/meta.yaml index 27f86a9..64b6837 100644 --- a/pyshp/meta.yaml +++ b/pyshp/meta.yaml @@ -7,11 +7,13 @@ source: url: https://pypi.python.org/packages/source/p/pyshp/pyshp-1.2.1.tar.gz sha1: b6d7d526b530029af6fc7986ac0562231f7a63c7 +build: + number: 1 + requirements: build: - python - setuptools - run: - python - setuptools @@ -19,4 +21,4 @@ requirements: about: home: https://pypi.python.org/pypi/pyshp license: MIT - summary: Pure Python read/write support for ESRI Shapefile format. + summary: 'Pure Python read/write support for ESRI Shapefile format' diff --git a/pytest-cov/meta.yaml b/pytest-cov/meta.yaml index dea1947..9877686 100644 --- a/pytest-cov/meta.yaml +++ b/pytest-cov/meta.yaml @@ -1,6 +1,6 @@ package: name: pytest-cov - version: !!str 1.8.1 + version: "1.8.1" source: fn: pytest-cov-1.8.1.tar.gz @@ -8,7 +8,7 @@ source: md5: 76c778afa2494088270348be42d759fc build: - number: 0 + number: 1 requirements: build: diff --git a/python-dateutil/meta.yaml b/python-dateutil/meta.yaml index 4186257..0f4a5c8 100644 --- a/python-dateutil/meta.yaml +++ b/python-dateutil/meta.yaml @@ -7,6 +7,9 @@ source: url: https://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-2.4.2.tar.gz md5: 4ef68e1c485b09e9f034e10473e5add2 +build: + number: 1 + requirements: build: - python diff --git a/pyugrid/meta.yaml b/pyugrid/meta.yaml index 6ef3783..7a132e3 100644 --- a/pyugrid/meta.yaml +++ b/pyugrid/meta.yaml @@ -6,6 +6,9 @@ source: git_url: https://github.com/pyugrid/pyugrid.git git_tag: 0c1387ee561683bc4e1122cd21a06683f556aa06 +build: + number: 1 + requirements: build: - python @@ -22,4 +25,5 @@ test: about: home: https://github.com/pyugrid/pyugrid - summary: A Python API to utilize data written using the unstructured grid UGRID conventions. + license: BSD + summary: 'A Python API to utilize data written using the unstructured grid UGRID conventions' diff --git a/qrcode/meta.yaml b/qrcode/meta.yaml index 4eab993..f9b27e5 100644 --- a/qrcode/meta.yaml +++ b/qrcode/meta.yaml @@ -1,37 +1,35 @@ package: - name: qrcode - version: !!str 5.1 + name: qrcode + version: "5.1" source: - fn: qrcode-5.1.tar.gz - url: https://pypi.python.org/packages/source/q/qrcode/qrcode-5.1.tar.gz - md5: 1f20223419bbf992208ada0c12ed4577 + fn: qrcode-5.1.tar.gz + url: https://pypi.python.org/packages/source/q/qrcode/qrcode-5.1.tar.gz + md5: 1f20223419bbf992208ada0c12ed4577 build: - entry_points: - - qr = qrcode.console_scripts:main - number: 0 + number: 1 + entry_points: + - qr = qrcode.console_scripts:main requirements: - build: - - python - - setuptools - - six - - run: - - python - - six + build: + - python + - setuptools + - six + run: + - python + - six test: - imports: - - qrcode - - qrcode.image - - qrcode.tests - - commands: - - qr --help + imports: + - qrcode + - qrcode.image + - qrcode.tests + commands: + - qr --help about: - home: https://github.com/lincolnloop/python-qrcode - license: BSD License - summary: 'QR Code image generator' + home: https://github.com/lincolnloop/python-qrcode + license: BSD License + summary: 'QR Code image generator' diff --git a/rdflib/meta.yaml b/rdflib/meta.yaml index 90b1cdf..f40c157 100644 --- a/rdflib/meta.yaml +++ b/rdflib/meta.yaml @@ -8,7 +8,7 @@ source: md5: ac6f02229bfb1882d743de496268f8d8 build: - number: 0 + number: 1 entry_points: - rdfpipe = rdflib.tools.rdfpipe:main - csv2rdf = rdflib.tools.csv2rdf:main diff --git a/rtree/meta.yaml b/rtree/meta.yaml index 11e7f8c..25c4461 100644 --- a/rtree/meta.yaml +++ b/rtree/meta.yaml @@ -1,32 +1,31 @@ package: - name: rtree - version: "0.8.1" + name: rtree + version: "0.8.1" source: - git_url: https://github.com/Toblerity/rtree.git - git_tag: 0.8.1 - patches: - - find_libray.patch + git_url: https://github.com/Toblerity/rtree.git + git_tag: 0.8.1 + patches: + - find_libray.patch build: - preserve_egg_dir: True - number: 1 + preserve_egg_dir: True + number: 1 requirements: - build: - - python - - setuptools - - libspatialindex - - run: - - python - - libspatialindex + build: + - python + - setuptools + - libspatialindex + run: + - python + - libspatialindex test: - imports: - - rtree + imports: + - rtree about: - home: http://toblerity.github.com/rtree/ - license: GNU Library or Lesser General Public License (LGPL) - summary: 'R-Tree spatial index for Python GIS' + home: http://toblerity.github.com/rtree/ + license: GNU Library or Lesser General Public License (LGPL) + summary: 'R-Tree spatial index for Python GIS' diff --git a/sci-wms-deps/meta.yaml b/sci-wms-deps/meta.yaml index 8875189..86073b1 100644 --- a/sci-wms-deps/meta.yaml +++ b/sci-wms-deps/meta.yaml @@ -10,7 +10,7 @@ build: preserve_egg_dir: True build: - number: 0 + number: 1 requirements: build: diff --git a/scp/meta.yaml b/scp/meta.yaml index 0a8021a..54ff0bb 100644 --- a/scp/meta.yaml +++ b/scp/meta.yaml @@ -8,7 +8,7 @@ source: md5: 47f5837425c05dae9f79123c105ee2dd build: - number: 0 + number: 1 requirements: build: diff --git a/seawater/meta.yaml b/seawater/meta.yaml index e8a820e..23e7bf5 100644 --- a/seawater/meta.yaml +++ b/seawater/meta.yaml @@ -1,31 +1,30 @@ package: - name: seawater - version: !!str 3.3.2 + name: seawater + version: "3.3.2" source: - fn: seawater-3.3.2.tar.gz - url: https://pypi.python.org/packages/source/s/seawater/seawater-3.3.2.tar.gz - md5: d2aa85c5b80f5dde84e0046468609be2 + fn: seawater-3.3.2.tar.gz + url: https://pypi.python.org/packages/source/s/seawater/seawater-3.3.2.tar.gz + md5: d2aa85c5b80f5dde84e0046468609be2 build: - number: 0 + number: 1 requirements: - build: - - python - - setuptools - - numpy - - run: - - python - - numpy + build: + - python + - setuptools + - numpy + run: + - python + - numpy test: - imports: - - seawater - - seawater.test + imports: + - seawater + - seawater.test about: - home: http://pypi.python.org/pypi/seawater/ - license: MIT License - summary: 'Seawater Library for Python' + home: http://pypi.python.org/pypi/seawater/ + license: MIT License + summary: 'Seawater Library for Python' diff --git a/setproctitle/meta.yaml b/setproctitle/meta.yaml index c92a3e9..64b2eb7 100644 --- a/setproctitle/meta.yaml +++ b/setproctitle/meta.yaml @@ -8,7 +8,7 @@ source: md5: 728f4c8c6031bbe56083a48594027edd build: - number: 0 + number: 1 requirements: build: diff --git a/simplekml/meta.yaml b/simplekml/meta.yaml index 772dde7..649ab73 100644 --- a/simplekml/meta.yaml +++ b/simplekml/meta.yaml @@ -8,7 +8,7 @@ source: md5: f89cda9e7f72f27e3e3de3799672249f build: - number: 0 + number: 1 requirements: build: diff --git a/south/meta.yaml b/south/meta.yaml index 5d90336..7ffa715 100644 --- a/south/meta.yaml +++ b/south/meta.yaml @@ -8,7 +8,7 @@ source: md5: c76a9758b2011bc3b6c39f881bba2f66 build: - number: 0 + number: 1 requirements: build: @@ -24,3 +24,4 @@ test: about: home: http://south.aeracode.org/ license: Apache Software License + summary: 'South: Migrations for Django' diff --git a/sparqlwrapper/meta.yaml b/sparqlwrapper/meta.yaml index 6ff76cb..f5a6fa5 100644 --- a/sparqlwrapper/meta.yaml +++ b/sparqlwrapper/meta.yaml @@ -1,30 +1,29 @@ package: - name: sparqlwrapper - version: "1.6.4" + name: sparqlwrapper + version: "1.6.4" source: - fn: SPARQLWrapper-1.6.4.tar.gz - url: https://pypi.python.org/packages/source/S/SPARQLWrapper/SPARQLWrapper-1.6.4.tar.gz - md5: e30a18bd53e16c93e5fc0a2cc736ad34 + fn: SPARQLWrapper-1.6.4.tar.gz + url: https://pypi.python.org/packages/source/S/SPARQLWrapper/SPARQLWrapper-1.6.4.tar.gz + md5: e30a18bd53e16c93e5fc0a2cc736ad34 build: - number: 0 + number: 1 requirements: - build: - - python - - setuptools - - rdflib >=2.4.2 - - run: - - python - - rdflib >=2.4.2 + build: + - python + - setuptools + - rdflib >=2.4.2 + run: + - python + - rdflib >=2.4.2 test: - imports: - - SPARQLWrapper + imports: + - SPARQLWrapper about: - home: http://sparql-wrapper.sourceforge.net/ - license: W3C License - summary: 'SPARQL Endpoint interface to Python' + home: http://sparql-wrapper.sourceforge.net/ + license: W3C License + summary: 'SPARQL Endpoint interface to Python' diff --git a/suds/meta.yaml b/suds/meta.yaml index dc1defe..b7b2456 100644 --- a/suds/meta.yaml +++ b/suds/meta.yaml @@ -1,34 +1,33 @@ package: - name: suds - version: !!str 0.4 + name: suds + version: "0.4" source: - fn: suds-0.4.tar.gz - url: https://pypi.python.org/packages/source/s/suds/suds-0.4.tar.gz - md5: b7502de662341ed7275b673e6bd73191 + fn: suds-0.4.tar.gz + url: https://pypi.python.org/packages/source/s/suds/suds-0.4.tar.gz + md5: b7502de662341ed7275b673e6bd73191 build: - number: 0 + number: 1 requirements: - build: - - python - - setuptools - - run: - - python + build: + - python + - setuptools + run: + - python test: - imports: - - suds.xsd - - suds.mx - - suds.transport - - suds.umx - - suds.bindings - - suds - - suds.sax + imports: + - suds.xsd + - suds.mx + - suds.transport + - suds.umx + - suds.bindings + - suds + - suds.sax about: - home: https://fedorahosted.org/suds - license: BSD - summary: 'Lightweight SOAP client' + home: https://fedorahosted.org/suds + license: BSD + summary: 'Lightweight SOAP client' diff --git a/thredds_crawler/meta.yaml b/thredds_crawler/meta.yaml index 3370e4e..a7a70c2 100644 --- a/thredds_crawler/meta.yaml +++ b/thredds_crawler/meta.yaml @@ -7,7 +7,7 @@ source: git_tag: 1.0.0 build: - number: 0 + number: 1 requirements: build: diff --git a/udunits2/meta.yaml b/udunits2/meta.yaml index 1248d0f..a9b4e8d 100644 --- a/udunits2/meta.yaml +++ b/udunits2/meta.yaml @@ -15,7 +15,7 @@ requirements: build: number: 0 # [win] - number: 0 # [not win] + number: 1 # [not win] detect_binary_files_with_prefix: true test: diff --git a/udunitspy/meta.yaml b/udunitspy/meta.yaml index 58ce878..78db542 100644 --- a/udunitspy/meta.yaml +++ b/udunitspy/meta.yaml @@ -1,36 +1,35 @@ package: - name: udunitspy - version: !!str 0.0.6 + name: udunitspy + version: "0.0.6" source: - git_url: https://github.com/blazetopher/udunitspy.git - git_tag: master + git_url: https://github.com/blazetopher/udunitspy.git + git_tag: master build: - number: 0 + number: 1 requirements: - build: - - python - - setuptools - - udunits2 - - numexpr >=2.1 - - pytest >=2.3.2 - - pytest-cov >=1.6 - - swig - run: - - python - - udunits2 - - numexpr >=2.1 - - pytest >=2.3.2 - - pytest-cov >=1.6 + build: + - python + - setuptools + - udunits2 + - numexpr >=2.1 + - pytest >=2.3.2 + - pytest-cov >=1.6 + - swig + run: + - python + - udunits2 + - numexpr >=2.1 + - pytest >=2.3.2 + - pytest-cov >=1.6 test: - imports: - - udunitspy -# - udunitspy.test + imports: + - udunitspy about: - home: https://github.com/blazetopher/udunitspy/ - license: LICENSE.txt - summary: 'Python wrapper for UDUNITS2' + home: https://github.com/blazetopher/udunitspy/ + license: LICENSE.txt + summary: 'Python wrapper for UDUNITS2' diff --git a/ulmo/meta.yaml b/ulmo/meta.yaml index 903f51c..8849d79 100644 --- a/ulmo/meta.yaml +++ b/ulmo/meta.yaml @@ -7,7 +7,7 @@ source: git_tag: v0.7.6 build: - number: 0 + number: 1 requirements: build: diff --git a/utilities/meta.yaml b/utilities/meta.yaml index ba0451a..ba2d50a 100644 --- a/utilities/meta.yaml +++ b/utilities/meta.yaml @@ -1,36 +1,36 @@ package: - name: utilities - version: "0.2.2" + name: utilities + version: "0.2.2" source: - git_url: https://github.com/pyoceans/utilities.git - git_tag: v0.2.2 + git_url: https://github.com/pyoceans/utilities.git + git_tag: v0.2.2 build: - number: 1 + number: 2 requirements: - build: - - python - - setuptools + build: + - python + - setuptools + run: + - python + - iris + - lxml + - pandas + - beautifulsoup4 + - folium + - ipython-notebook + - oceans + - pyugrid # [not win] + - owslib + - requests - run: - - python - - iris - - lxml - - pandas - - beautifulsoup4 - - folium - - ipython-notebook - - oceans - - pyugrid # [not win] - - owslib - - requests test: - imports: - - utilities + imports: + - utilities about: - home: https://github.com/ocefpaf/utilities.git - license: MIT License - summary: "IOOS/SECOORA `utilities.py` module." + home: https://github.com/ocefpaf/utilities.git + license: MIT License + summary: "IOOS/SECOORA `utilities.py` module" diff --git a/vispy/meta.yaml b/vispy/meta.yaml index ea24576..ae81023 100644 --- a/vispy/meta.yaml +++ b/vispy/meta.yaml @@ -1,25 +1,28 @@ package: - name: vispy - version: "0.4.0.dev" + name: vispy + version: "0.4.0.dev" source: - git_url: https://github.com/vispy/vispy.git - git_tag: master + git_url: https://github.com/vispy/vispy.git + git_tag: master + +build: + number: 0 requirements: - build: - - python - - numpy - run: - - python - - numpy + build: + - python + - numpy + run: + - python + - numpy test: - imports: - - vispy.app - - vispy.scene + imports: + - vispy.app + - vispy.scene about: - home: http://www.vispy.org - license: BSD - summary: Vispy is a high-performance, interactive 2D/3D data visualization library (currently in early development). + home: http://www.vispy.org + license: BSD + summary: 'Vispy is a high-performance, interactive 2D/3D data visualization library (currently in early development)' diff --git a/wheel/meta.yaml b/wheel/meta.yaml index d1b2c72..ff27bd3 100644 --- a/wheel/meta.yaml +++ b/wheel/meta.yaml @@ -1,37 +1,36 @@ package: - name: wheel - version: !!str 0.24.0 + name: wheel + version: "0.24.0" source: - fn: wheel-0.24.0.tar.gz - url: https://pypi.python.org/packages/source/w/wheel/wheel-0.24.0.tar.gz - md5: 3b0d66f0d127ea8befaa5d11453107fd + fn: wheel-0.24.0.tar.gz + url: https://pypi.python.org/packages/source/w/wheel/wheel-0.24.0.tar.gz + md5: 3b0d66f0d127ea8befaa5d11453107fd build: - preserve_egg_dir: True - entry_points: - - wheel=wheel.tool:main - number: 0 + number: 1 + preserve_egg_dir: True + entry_points: + - wheel=wheel.tool:main requirements: - build: - - python - - setuptools - run: - - python - - setuptools + build: + - python + - setuptools + run: + - python + - setuptools test: - imports: - - wheel - - wheel.signatures - - wheel.test - - wheel.tool - - commands: - - wheel --help + imports: + - wheel + - wheel.signatures + - wheel.test + - wheel.tool + commands: + - wheel --help about: - home: http://bitbucket.org/pypa/wheel/ - license: MIT - summary: 'A built-package format for Python.' + home: http://bitbucket.org/pypa/wheel/ + license: MIT + summary: 'A built-package format for Python.' diff --git a/wicken/meta.yaml b/wicken/meta.yaml index d1db250..bb33d2f 100644 --- a/wicken/meta.yaml +++ b/wicken/meta.yaml @@ -1,34 +1,33 @@ package: - name: wicken - version: !!str 0.1.2 + name: wicken + version: "0.1.2" source: - fn: Wicken-0.1.2.tar.gz - url: https://pypi.python.org/packages/source/W/Wicken/Wicken-0.1.2.tar.gz - md5: b522b3e713a8dd90d11c2dbc1cdd44c9 + fn: Wicken-0.1.2.tar.gz + url: https://pypi.python.org/packages/source/W/Wicken/Wicken-0.1.2.tar.gz + md5: b522b3e713a8dd90d11c2dbc1cdd44c9 build: - number: 0 + number: 1 requirements: - build: - - python - - setuptools - - nose >=1.2.0 - - lxml >=3.2.1 - - petulant-bear >=0.1.2 - - run: - - python - - nose >=1.2.0 - - lxml >=3.2.1 - - petulant-bear >=0.1.2 + build: + - python + - setuptools + - nose >=1.2.0 + - lxml >=3.2.1 + - petulant-bear >=0.1.2 + run: + - python + - nose >=1.2.0 + - lxml >=3.2.1 + - petulant-bear >=0.1.2 test: - imports: - - wicken + imports: + - wicken about: - home: https://github.com/ioos/wicken - license: GNU General Public License v3 (GPLv3) - summary: 'Maps metadata concepts to concrete specifations and file formats' + home: https://github.com/ioos/wicken + license: GNU General Public License v3 (GPLv3) + summary: 'Maps metadata concepts to concrete specifations and file formats' diff --git a/xray/meta.yaml b/xray/meta.yaml index 403a735..14e2141 100644 --- a/xray/meta.yaml +++ b/xray/meta.yaml @@ -1,38 +1,34 @@ package: - name: xray - version: "0.4.1" + name: xray + version: "0.4.1" source: - fn: xray-0.4.1.tar.gz - url: https://pypi.python.org/packages/source/x/xray/xray-0.4.1.tar.gz - md5: 38d230c3284520f370b3821bb0b87863 + fn: xray-0.4.1.tar.gz + url: https://pypi.python.org/packages/source/x/xray/xray-0.4.1.tar.gz + md5: 38d230c3284520f370b3821bb0b87863 build: - number: 0 + number: 1 requirements: - build: - - python - - setuptools - - numpy >=1.7 - - pandas >=0.15.0 - - run: - - python - - numpy >=1.7 - - pandas >=0.15.0 + build: + - python + - setuptools + - numpy >=1.7 + - pandas >=0.15.0 + run: + - python + - numpy >=1.7 + - pandas >=0.15.0 test: - imports: - - xray - - xray.backends - - xray.core - - xray.test - - commands: - #- nosetests xray + imports: + - xray + - xray.backends + - xray.core + - xray.test about: - home: https://github.com/xray/xray - license: Apache Software License - summary: 'N-D labeled arrays and datasets in Python' + home: https://github.com/xray/xray + license: Apache Software License + summary: 'N-D labeled arrays and datasets in Python'