-
Notifications
You must be signed in to change notification settings - Fork 9
/
meta.yaml
38 lines (31 loc) · 959 Bytes
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{% set name = "bloatectomy" %}
{% set version = "0.0.12" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 4f84db2264a3e337b13bde94c1154e1e46f9efaa3c501b26b5ee67f095f73363
build:
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
host:
- pip
- python
run:
- python
test:
imports:
- bloatectomy
about:
home: "https://github.com/MIT-LCP/bloatectomy"
license: GPL-3.0-or-later
license_family: GPL3
license_file: LICENSE
summary: "Bloatectomy: a method for the identification and removal of duplicate text in the bloated notes of electronic health records and other documents."
doc_url: "https://github.com/MIT-LCP/bloatectomy/blob/master/bloatectomy_paper.pdf"
dev_url: "https://github.com/MIT-LCP/bloatectomy/bloatectomy"
extra:
recipe-maintainers:
- 1fmusic