Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mkdocs-include-markdown-plugin #22080

Merged
merged 2 commits into from
Mar 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions recipes/mkdocs-include-markdown-plugin/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{% set name = "mkdocs-include-markdown-plugin" %}
{% set version = "4.0.3" %}

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

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

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0

requirements:
host:
- python >=3.7,<3.12
- hatchling
- pip
run:
- python >=3.7,<3.12

test:
imports:
- mkdocs_include_markdown_plugin
commands:
- pip check
requires:
- pip

about:
home: https://pypi.org/project/mkdocs-include-markdown-plugin
summary: Mkdocs Markdown includer plugin.
dev_url: https://github.com/mondeja/mkdocs-include-markdown-plugin
license: Apache-2.0
license_file: LICENSE

extra:
recipe-maintainers:
- maresb