forked from kiss-community/repo
python-packaging: new at 23.2
This commit is contained in:
parent
62d74c70ab
commit
a72be28c29
4
extra/python-packaging/build
Executable file
4
extra/python-packaging/build
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2
|
||||
python -m installer -d "$1" .dist/*.whl
|
1
extra/python-packaging/checksums
Normal file
1
extra/python-packaging/checksums
Normal file
@ -0,0 +1 @@
|
||||
8d1b229ed8d16fc54dc5d22058875790114f6ab6ce9387368481f813e39342d8ba
|
3
extra/python-packaging/depends
Normal file
3
extra/python-packaging/depends
Normal file
@ -0,0 +1,3 @@
|
||||
python
|
||||
python-flit-core make
|
||||
python-gpep517 make
|
1
extra/python-packaging/sources
Normal file
1
extra/python-packaging/sources
Normal file
@ -0,0 +1 @@
|
||||
https://github.com/pypa/packaging/archive/23.2/python-packaging-23.2.tar.gz
|
1
extra/python-packaging/version
Normal file
1
extra/python-packaging/version
Normal file
@ -0,0 +1 @@
|
||||
23.2 1
|
Loading…
Reference in New Issue
Block a user