-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
meta.yaml
42 lines (34 loc) · 774 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
39
40
41
42
{% set name = "streamlit_tags" %}
{% set version = "1.2.6" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/streamlit_tags-{{ version }}.tar.gz
sha256: fe7ccd67dc6187feb09d830d170c6eedd7a765b9dfd5e037a83dc39e8eaeef03
build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv
requirements:
host:
- pip
- python >=3.6
run:
- python >=3.6
- streamlit >=0.63
test:
imports:
- streamlit_tags
commands:
- pip check
requires:
- pip
about:
home: https://github.com/gagan3012/streamlit-tags
summary: Tags custom component for Streamlit
license: MIT
license_file: LICENSE.txt
extra:
recipe-maintainers:
- gagan3012