diff --git a/recipes/uassist/meta.yaml b/recipes/uassist/meta.yaml new file mode 100644 index 0000000000000..ae78a50a58525 --- /dev/null +++ b/recipes/uassist/meta.yaml @@ -0,0 +1,43 @@ +{% set name = "uassist" %} +{% set version = "0.0.3" %} + +package: + name: "{{ name|lower }}" + version: "{{ version }}" + +source: + url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" + sha256: 6526dd6e30152c34e0498e8696de99d80d83d7b453092f9aeeeb9beb44d9fa92 + +build: + number: 0 + noarch: python + script: "{{ PYTHON }} -m pip install . -vv" + +requirements: + host: + - pip + - python >=3.6 + run: + - folium + - ipyleaflet + - pyshp + - exifread + - python >=3.6 + +test: + imports: + - uassist + +about: + home: "https://github.com/nathanmckinney/uassist" + license: GPL-3.0-or-later + license_family: GPL3 + license_file: LICENSE + summary: "UASsist: Assistant for Unmanned Aircraft System photogrammetry for surveying and mapping applications." + doc_url: https://nathanmckinney.github.io/UASsist/ + dev_url: https://github.com/nathanmckinney/uassist + +extra: + recipe-maintainers: + - nathanmckinney