You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
dedbd8161f
- update dependencies - update homepage - install files in post-destroot
39 lines
1.3 KiB
Tcl
39 lines
1.3 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-flask-uploads
|
|
python.rootname Flask-Uploads
|
|
version 0.2.1
|
|
revision 0
|
|
categories-append www
|
|
maintainers nomaintainer
|
|
description Flexible upload handling for Flask applications
|
|
long_description \
|
|
Flask-Uploads provides flexible upload handling for Flask applications. \
|
|
It lets you divide your uploads into sets that the application user can \
|
|
publish separately.
|
|
license MIT
|
|
|
|
platforms darwin
|
|
|
|
homepage https://github.com/maxcountryman/flask-uploads
|
|
master_sites pypi:F/${python.rootname}/
|
|
distname ${python.rootname}-${version}
|
|
checksums rmd160 393211d40a79879ee6cbbfdbaadb86da3b77a996 \
|
|
sha256 53ecbd6033667d50ae02b63adebbaa33c7fc56c09e5293025810cf9d841ecb02 \
|
|
size 7625
|
|
|
|
python.versions 27 37
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-flask
|
|
|
|
livecheck.type none
|
|
}
|