Skip to content

Commit

Permalink
Merge pull request #14536 from nathanmckinney/master
Browse files Browse the repository at this point in the history
Adding uassist package
  • Loading branch information
dopplershift committed Apr 13, 2021
2 parents 45e493b + f4f25ea commit 1c81d45
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions recipes/uassist/meta.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1c81d45

Please sign in to comment.