You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
956 B
Tcl
27 lines
956 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-editables
|
|
version 0.6
|
|
revision 0
|
|
|
|
license MIT
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description A Python library for creating editable wheels
|
|
long_description {*}${description} which, when installed, will expose packages in a \
|
|
local directory on sys.path in editable mode.
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
homepage https://github.com/pfmoore/editables
|
|
|
|
checksums rmd160 a0b56734ef7c21a9aa5f8d62ec5acc060bfffeb1 \
|
|
sha256 1163834902381c4613787951c5914800fdf155ae08848a373b8ea5006780977c \
|
|
size 16763
|
|
|
|
python.versions 310 311 312 313 314
|
|
python.pep517_backend flit
|