You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
926 B
Tcl
31 lines
926 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-python-multipart
|
|
version 0.0.5
|
|
revision 0
|
|
|
|
categories-append devel
|
|
license Apache-2
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
|
|
description A streaming multipart parser for Python
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/andrew-d/python-multipart
|
|
|
|
checksums rmd160 7794ebe17293e2fd7f4491278257822c353df649 \
|
|
sha256 f7bb5f611fc600d15fa47b3974c8aa16e93724513b49b5f95c81e6624c83fa43 \
|
|
size 32581
|
|
|
|
python.versions 39 310
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:py${python.version}-six
|
|
}
|