23 lines
603 B
YAML
23 lines
603 B
YAML
name: python-editables
|
|
description: A Python library for creating editable wheels
|
|
version: "0.6"
|
|
revision: 2
|
|
url: https://github.com/pfmoore/editables
|
|
license: MIT
|
|
maintainers:
|
|
- [email protected]
|
|
architecture: any
|
|
output_architecture: any
|
|
type: source
|
|
depends:
|
|
- python3=3.14.*
|
|
make_depends:
|
|
- python-build
|
|
- python-flit-core
|
|
- python-installer
|
|
downloads:
|
|
- url: https://github.com/pfmoore/editables/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
|
|
extract_to: ${BPM_SOURCE}
|
|
extract_strip_components: 1
|
|
checksum: 766d9b40616dbcf5cc920e9db26dd915de999cfab75768ff05b3ebf9c389acb2
|