You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
936 B
Tcl
29 lines
936 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.32
|
|
revision 0
|
|
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license Apache-2
|
|
maintainers {reneeotten @reneeotten} openmaintainer
|
|
|
|
description A streaming multipart parser for Python
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/Kludex/python-multipart
|
|
|
|
distname python_multipart-${version}
|
|
|
|
checksums rmd160 4cacaa95ca62f6c2e84f14d0cdf8757d4fab5961 \
|
|
sha256 be54b7f3fa167bb83e4fcd936b887b708f4e57fe75911c02aebf53efaf8d938e \
|
|
size 46881
|
|
|
|
python.versions 310 311 312 313 314
|
|
python.pep517_backend hatch
|