new file: projects/github.com/jorgebastida/awslogs/package.yml

This commit is contained in:
Andrii Riabchenko 2023-10-21 02:47:07 +03:00 committed by Jacob Heider
parent c319cddbf2
commit 7b59760a41

View file

@ -0,0 +1,24 @@
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}}