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

Added pelican-bibliography. #18690

Merged
merged 10 commits into from
May 3, 2022
44 changes: 44 additions & 0 deletions recipes/pelican-bibliography/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{% set name = "pelican-bibliography" %}
{% set version = "0.5.2" %}

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

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

build:
noarch: python
script:
- {{ PYTHON }} -m pip install . --no-deps -vv --use-deprecated=out-of-tree-build
number: 0

requirements:
host:
- pip
- poetry
- python >=3.6
run:
- citeproc-py >=0.5.1
- pelican >=4.5
- pybtex >=0.23.0
- python >=3.6
- pyyaml >=5.3

test:
imports:
- pelican.plugins.bibliography.bibliography

about:
home: https://github.com/micahjsmith/pelican-bibliography
summary: 'Generated bibliography in Pelican that can be rendered in references and citations'
license: MIT
license_family: MIT
license_file: LICENSE
dev_url: https://github.com/micahjsmith/pelican-bibliography

extra:
recipe-maintainers:
- moorepants