You need to sign in or sign up before continuing.
Newer
Older
{% set name = "pycapo" %}

Nathan Hertz
committed
{% set version = "0.3.0" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz

Nathan Hertz
committed
sha256: 507d47278a66f2a67dc817e2dae533374ad0c8312aed7ab6e23e1b322baef5c6
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
number: 0
entry_points:
- pycapo = pycapo.commands:pycapo
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
requirements:
host:
- pip
- python
- pytest
- pytest-runner
run:
- python
test:
imports:
- pycapo
- tests
commands:
- pycapo --help
requires:
- pytest
- pytest-runner
about:
home: https://open-bitbucket.nrao.edu/projects/SSA/repos/pycapo
license: GNU General Public v2 (GPLv2)
license_family: GPL2
license_file:
summary: CAPO (CASA, Archive, and Pipeline Options) for Python
doc_url:
dev_url:
extra:
recipe-maintainers:
- your-github-id-here