You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
30 lines
933 B
Tcl
30 lines
933 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.20
|
|
distname python_multipart-${version}
|
|
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 01fc2d4fd0abf367fc3436a27fb56bc20442173e \
|
|
sha256 8dd0cab45b8e23064ae09147625994d090fa46f5b0d1e13af944c331a7fa9d13 \
|
|
size 37158
|
|
|
|
python.pep517_backend \
|
|
hatch
|
|
|
|
python.versions 310 311 312 313 314
|