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 tinyalign recipe #19750

Merged
merged 3 commits into from
Jan 15, 2020
Merged
Changes from 1 commit
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
3 changes: 2 additions & 1 deletion recipes/tinyalign/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package:
version: {{ version }}

source:
url: https://files.pythonhosted.org/packages/20/2c/a5c5f356e3d491941fe29aba4d71078e90eb4ea83b26af616b1ac9502ab7/tinyalign-0.2.tar.gz
url: https://pypi.io/packages/source/t/tinyalign/tinyalign-{{ version }}.tar.gz
mbargull marked this conversation as resolved.
Show resolved Hide resolved
sha256: 33601ea7b3171d7fb495f59ef533d29fba7e0091dd69c1225ff1c2eed10b8a59

build:
Expand All @@ -31,4 +31,5 @@ test:
about:
home: https://github.com/marcelm/tinyalign/
license: MIT License
license_file: LICENSE
summary: 'Banded edit distance'
marcelm marked this conversation as resolved.
Show resolved Hide resolved