File tree Expand file tree Collapse file tree
recipes/csp-adapter-telegram Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ context :
2+ name : csp-adapter-telegram
3+ version : " 0.1.0"
4+ python_min : ' 3.11'
5+
6+ package :
7+ name : ${{ name|lower }}
8+ version : ${{ version }}
9+
10+ source :
11+ url : https://pypi.org/packages/source/c/csp-adapter-telegram/csp_adapter_telegram-${{ version }}.tar.gz
12+ sha256 : 3315c57bb269e30093a73d45202af8c75b422008a88933c4bdc10b85f2c5d3cf
13+
14+ build :
15+ number : 0
16+ noarch : python
17+ script : python -m pip install . -vv --no-deps --no-build-isolation
18+
19+ requirements :
20+ host :
21+ - python ${{ python_min }}.*
22+ - pip
23+ - hatchling
24+ run :
25+ - python >=${{ python_min }}
26+ - chatom
27+ - csp
28+ - python-telegram-bot
29+ - pydantic >=2
30+
31+ tests :
32+ - python :
33+ imports :
34+ - csp_adapter_telegram
35+ pip_check : true
36+ python_version : ${{ python_min }}.*
37+
38+ about :
39+ license : Apache-2.0
40+ license_file : LICENSE
41+ summary : CSP adapter for Telegram
42+ homepage : https://github.com/timkpaine/csp-adapter-telegram
43+ repository : https://github.com/timkpaine/csp-adapter-telegram
44+
45+ extra :
46+ recipe-maintainers :
47+ - timkpaine
You can’t perform that action at this time.
0 commit comments