summaryrefslogtreecommitdiff
path: root/semantic_version/meta.yaml
blob: 6fbbe51ca0fbd4176960d2839e81be5b336c9a89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
{% set name = "semantic_version" %}
{% set version = "2.8.4" %}
{% set number = "1" %}

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

source:
  url: https://files.pythonhosted.org/packages/67/24/7e8fcb6aa88bfc018f8e4c48c4dbc8e87d8c7b3c0d0d8b3b0c61a34d32c7/semantic_version-2.8.4.tar.gz
  sha256: 352459f640f3db86551d8054d1288608b29a96e880c7746f0a59c92879d412a3
build:
  number: {{ number }}
  script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv "

requirements:
  host:
    - pip
    - python {{ python }}
  run:
    - python

test:
  imports:
    - semantic_version

about:
  home: https://github.com/rbarrois/python-semanticversion
  license: BSD
  license_family: BSD
  license_file: 
  summary: A library implementing the 'SemVer' scheme.
  doc_url: 
  dev_url: 

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