Skip to content

Commit

Permalink
conda recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
soodoku committed Feb 7, 2018
1 parent 6adb665 commit a8cef17
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"%PYTHON%" setup.py install --single-version-externally-managed --record=record.txt
if errorlevel 1 exit 1
1 change: 1 addition & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$PYTHON setup.py install --single-version-externally-managed --record=record.txt # Python command to install the script.
20 changes: 20 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
package:
name: geo-sampling
version: "0.0.7"

source:
fn: geo-sampling-0.0.7.tar.gz
md5: d9932d476f29ac5b3801a43d8f3f67b4
url: https://pypi.python.org/packages/ee/6d/d67105b13481503b178fed46735997bb1375f02ef5f8f95d85533371700f/geo-sampling-0.0.7.tar.gz

requirements:
build:
- python
- setuptools
run:
- python

about:
home: https://github.com/geosensing/geo_sampling
license: MIT
license_file: LICENSE

0 comments on commit a8cef17

Please sign in to comment.