Skip to content

Commit

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

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

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

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

requirements:
host:
- python
- pip
run:
- bleach >=2.1.0
- cmarkgfm >=0.2.0
- docutils >=0.13.1
- future
- pygments
- python
- setuptools
- six

test:
imports:
- readme_renderer
- readme_renderer.integration

about:
home: https://github.com/pypa/readme_renderer
license: Apache Software
license_family: APACHE
license_file: LICENSE
summary: readme_renderer is a library for rendering "readme" descriptions for Warehouse

extra:
recipe-maintainers:
- jjhelmus

0 comments on commit cbb0a19

Please sign in to comment.