You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41d54e149d
- drop py27 and py36 subports, add py31[2,3] subports - switch to PyPI
33 lines
1.0 KiB
Tcl
33 lines
1.0 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-mail
|
|
version 0.10.0
|
|
revision 0
|
|
|
|
categories-append www
|
|
maintainers {aronnax @lpsinger} openmaintainer
|
|
description Flask Mail extension
|
|
long_description A Flask extension for sending email messages.
|
|
|
|
license BSD
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
homepage https://flask-mail.readthedocs.io
|
|
|
|
distname flask_mail-${version}
|
|
|
|
checksums rmd160 0f4fd85da1488be138937c1eda6723e3e8d0d7cb \
|
|
sha256 44083e7b02bbcce792209c06252f8569dd5a325a7aaa76afe7330422bd97881d \
|
|
size 8152
|
|
|
|
python.versions 312 313
|
|
python.pep517_backend flit
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-flask \
|
|
port:py${python.version}-blinker
|
|
}
|