Skip to content

Commit

Permalink
[ci skip] Merge PR 19750
Browse files Browse the repository at this point in the history
Merge PR #19750, commits were: 
 * Update recipes/tinyalign/meta.yaml

Co-Authored-By: Marcel Bargull <[email protected]>
 * tinyalign: use generic PyPI URL; add license_file
 * Add tinyalign recipe
  • Loading branch information
marcelm authored and BiocondaBot committed Jan 15, 2020
1 parent 7e49c22 commit 115e3e1
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions recipes/tinyalign/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{% set version = "0.2" %}

package:
name: tinyalign
version: {{ version }}

source:
url: https://pypi.io/packages/source/t/tinyalign/tinyalign-{{ version }}.tar.gz
sha256: 33601ea7b3171d7fb495f59ef533d29fba7e0091dd69c1225ff1c2eed10b8a59

build:
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
skip: True # [py27]

requirements:
build:
- {{ compiler('c') }}
host:
- pip
- python
- cython
- setuptools_scm
run:
- python

test:
imports:
- tinyalign

about:
home: https://github.com/marcelm/tinyalign/
license: MIT License
license_file: LICENSE
summary: A small Python module providing edit distance and Hamming distance computation.

0 comments on commit 115e3e1

Please sign in to comment.