mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+pdm.fming.dev
This commit is contained in:
parent
e624d48fe0
commit
c10dbf1786
24
projects/pdm.fming.dev/package.yml
Normal file
24
projects/pdm.fming.dev/package.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
distributable:
|
||||
url: https://github.com/pdm-project/pdm/archive/refs/tags/{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: pdm-project/pdm/releases/tags
|
||||
strip: /^v/
|
||||
|
||||
dependencies:
|
||||
python.org: ^3
|
||||
|
||||
build: python-venv.sh {{prefix}}/bin/pdm
|
||||
|
||||
provides:
|
||||
- bin/pdm
|
||||
|
||||
test:
|
||||
script: |
|
||||
pdm init -n
|
||||
pdm add requests
|
||||
pdm add boto3
|
||||
|
||||
test -f pyproject.toml
|
||||
test -f pdm.lock
|
Loading…
Reference in a new issue