-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmeta.yaml
48 lines (40 loc) · 1.08 KB
/
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
43
44
45
46
47
48
{% set name = "ycnbc" %}
{% set version = "1.0.8" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: "B66FD76CB7706458976358192FAEDA527CEEA264E81CF6EE648C8328B056B165"
build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
requirements:
host:
- requests >=2.23.0
- lxml >=4.5.1
- cssselect >=1.2.0
- pip
- python
run:
- requests >=2.23.0
- lxml >=4.5.1
- cssselect >=1.2.0
- python
test:
imports:
- ycnbc
about:
home: "https://github.com/asepscareer/ycnbc"
license: "Apache Software License"
license_family: "APACHE"
license_file: ""
summary: "CNBC data downloader"
description: "A Python package for downloading CNBC data."
doc_url: "https://github.com/asepscareer/ycnbc"
dev_url: "https://pypi.python.org/pypi/ycnbc"
doc_source_url: "https://github.com/asepscareer/ycnbc/blob/master/README.md"
extra:
recipe-maintainers:
- asepscareer