Compare commits
2
Commits
639c72d668
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5324a31673
|
||
|
|
4ef6867f4e
|
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
name: python-flit-core
|
name: python-flit-core
|
||||||
description: A PEP 517 build backend for packages using Flit
|
description: A PEP 517 build backend for packages using Flit
|
||||||
version: 4.0.0
|
version: 4.0.2
|
||||||
revision: 3
|
revision: 1
|
||||||
url: https://pypi.org/project/flit-core/
|
url: https://pypi.org/project/flit-core/
|
||||||
license: BSD-3-Clause
|
license: BSD-3-Clause
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -15,4 +15,4 @@ downloads:
|
|||||||
- url: https://github.com/pypa/flit/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
|
- url: https://github.com/pypa/flit/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: eddb35521cd8e57410f947010f8fe6d08d158e2fc47626de039166e1b1e99358
|
checksum: ba7ad0443106ecaeff28afa59d5621ac796d9108be7151b090ee554d652dfca4
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
# This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
||||||
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
||||||
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
||||||
|
|
||||||
Reference in New Issue
Block a user