Loading conda/build.shdeleted 100755 → 0 +0 −2 Original line number Diff line number Diff line #!/bin/bash $PYTHON setup.py install conda/meta.yaml +19 −6 Original line number Diff line number Diff line Loading @@ -3,15 +3,21 @@ package: version: 0.1.0 source: git_url: https://github.com/USGS-Astrogeology/plio.git path: ../ build: number: 0 skip: true #[win] script: python setup.py install --single-version-externally-managed --record=record.txt requirements: build: - python - setuptools - numpy - pvl - protobuf 3.0.0b2 - gdal >=2 - gdal - icu - h5py - pandas Loading @@ -19,14 +25,21 @@ requirements: - pyyaml run: - python - setuptools - numpy - pvl - protobuf 3.0.0b2 - gdal >=2 - gdal - icu - h5py - pandas - sqlalchemy - pyyaml test: imports: - plio about: home: http://github.com/USGS-Astrogeology/plio license: Public Domain setup.py +5 −2 Original line number Diff line number Diff line Loading @@ -38,12 +38,15 @@ def setup_package(): zip_safe=False, install_requires=[ 'gdal>=2', 'numpy', 'pvl', 'protobuf==3.0.0b2', 'h5py', 'icu,' 'pandas', 'sqlalchemy', 'pyyaml'], 'pyyaml', 'certifi'], classifiers=[ "Development Status :: 3 - Alpha", "Topic :: Utilities", Loading Loading
conda/build.shdeleted 100755 → 0 +0 −2 Original line number Diff line number Diff line #!/bin/bash $PYTHON setup.py install
conda/meta.yaml +19 −6 Original line number Diff line number Diff line Loading @@ -3,15 +3,21 @@ package: version: 0.1.0 source: git_url: https://github.com/USGS-Astrogeology/plio.git path: ../ build: number: 0 skip: true #[win] script: python setup.py install --single-version-externally-managed --record=record.txt requirements: build: - python - setuptools - numpy - pvl - protobuf 3.0.0b2 - gdal >=2 - gdal - icu - h5py - pandas Loading @@ -19,14 +25,21 @@ requirements: - pyyaml run: - python - setuptools - numpy - pvl - protobuf 3.0.0b2 - gdal >=2 - gdal - icu - h5py - pandas - sqlalchemy - pyyaml test: imports: - plio about: home: http://github.com/USGS-Astrogeology/plio license: Public Domain
setup.py +5 −2 Original line number Diff line number Diff line Loading @@ -38,12 +38,15 @@ def setup_package(): zip_safe=False, install_requires=[ 'gdal>=2', 'numpy', 'pvl', 'protobuf==3.0.0b2', 'h5py', 'icu,' 'pandas', 'sqlalchemy', 'pyyaml'], 'pyyaml', 'certifi'], classifiers=[ "Development Status :: 3 - Alpha", "Topic :: Utilities", Loading