Skip to content
Snippets Groups Projects
meta.yaml 800 B
Newer Older
Daniel Lyons's avatar
Daniel Lyons committed
{% set name = "pysftp" %}
{% set version = "0.2.9" %}

package:
  name: "{{ name|lower }}"
  version: "{{ version }}"

source:
  url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
  sha256: fbf55a802e74d663673400acd92d5373c1c7ee94d765b428d9f977567ac4854a

build:
Daniel Lyons's avatar
Daniel Lyons committed
  number: 0
  script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "

requirements:
  host:
    - pip
    - python
    - paramiko>=1.17
  run:
    - python
    - paramiko>=1.17

test:
  imports:
    - pysftp

about:
  home: https://bitbucket.org/dundeemt/pysftp/src/master/
  license: MIT
  license_family: MIT
  license_file: LICENSE.txt
  summary: A simple interface to SFTP.
  doc_url: 
  dev_url: 

extra:
  recipe-maintainers:
    - your-github-id-here