You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
36 lines
1.1 KiB
Tcl
36 lines
1.1 KiB
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-flit
|
|
version 3.9.0
|
|
revision 1
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
license BSD
|
|
|
|
description A simple packaging tool for simple packages.
|
|
|
|
long_description Flit is a simple way to put Python packages and \
|
|
modules on PyPI.
|
|
|
|
homepage https://github.com/takluyver/flit
|
|
|
|
checksums rmd160 23eaf71e1d56308be6190094776bdce9f575dbdc \
|
|
sha256 d75edf5eb324da20d53570a6a6f87f51e606eee8384925cd66a90611140844c7 \
|
|
size 141104
|
|
|
|
python.versions 310 311 312 313
|
|
|
|
python.pep517_backend
|
|
|
|
if {$subport ne $name} {
|
|
depends_run-append port:py${python.version}-flit_core \
|
|
port:py${python.version}-requests \
|
|
port:py${python.version}-docutils \
|
|
port:py${python.version}-tomli-w
|
|
}
|