Skip to content

Commit

Permalink
add recipe for cmarkgfm
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhelmus committed Oct 18, 2018
1 parent 835a6cd commit 5ebd66b
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions recipes/cmarkgfm/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{% set name = "cmarkgfm" %}
{% set version = "0.4.2" %}

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

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

build:
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vvv"

requirements:
build:
- {{ compiler('c') }} # [not (win and py27)]
host:
- cffi >=1.0.0
- pip
- python
- m2w64-toolchain # [win and py27]
- libpython # [win and py27]
run:
- cffi >=1.0.0
- python
- m2w64-gcc-libs # [win and py27]

test:
imports:
- cmarkgfm

about:
home: https://github.com/jonparrott/cmarkgfm
license: MIT
license_family: MIT
license_file: LICENSE.txt
summary: Minimal bindings to GitHub's fork of cmark

extra:
recipe-maintainers:
- jjhelmus

0 comments on commit 5ebd66b

Please sign in to comment.