Files
2021-03-26 21:14:54 -07:00

35 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.2.0
platforms darwin
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 0d85447a5410d6d67b4cf5b1be32e03b9681dab2 \
sha256 592464c9268bbacec9bc67b5a3ae62e6e090aeec1563e69501df338a1728e551 \
size 115192
python.versions 37 38 39
python.pep517 yes
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}-toml
livecheck.type none
}