mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
25 lines
553 B
YAML
25 lines
553 B
YAML
distributable:
|
|
url: https://github.com/jorgebastida/awslogs/archive/{{version}}.tar.gz
|
|
strip-components: 1
|
|
versions:
|
|
github: jorgebastida/awslogs/tags
|
|
dependencies:
|
|
python.org: ^3.11
|
|
github.com/benjaminp/six: '*'
|
|
zlib.net: '*'
|
|
build:
|
|
dependencies:
|
|
linux:
|
|
llvm.org: '*'
|
|
script:
|
|
# Invalid specifier: '>=3.5.*'
|
|
- run: |
|
|
sed -i.bak 's|>=3.5.\*|>=3.5|g' setup.py
|
|
rm setup.py.bak
|
|
- python-venv.sh {{prefix}}/bin/awslogs
|
|
provides:
|
|
- bin/awslogs
|
|
test:
|
|
script:
|
|
- awslogs --version | grep {{version}}
|