Commits

Leo Singer authored 048323c8459
py-flask-mail: update checksum, set noarch, add Python subports
No tags

python/py-flask-mail/Portfile

Modified
1 1 # -*- 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
2 2
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5 PortGroup github 1.0
6 6
7 7 github.setup mattupstate flask-mail 0.9.1
8 8 name py-flask-mail
9 9 version 0.9.1
10 -revision 1
11 -python.versions 27 34
10 +revision 2
11 +python.versions 27 34 35 36
12 12 categories-append www
13 13 maintainers {aronnax @lpsinger} openmaintainer
14 14 description Flask Mail extension
15 15 long_description \
16 16 A Flask extension for sending email messages.
17 17
18 18 license BSD
19 19 platforms darwin
20 +supported_archs noarch
20 21 homepage http://pythonhosted.org/Flask-Mail/
21 22
22 -checksums rmd160 1408261d04ec35861350fafe53dae4d862ddc10d \
23 - sha256 22e5eb9a940bf407bcf30410ecc3708f3c56cc44b29c34e1726fe85006935f41
23 +checksums rmd160 4428a70c792d942f41ea2fdef3f515444f473705 \
24 + sha256 3f5c2a7218bca5328a70c8cc4f1da2c09a14e6fc9a375485303dd92bf5883938
24 25
25 26 if {${name} ne ${subport}} {
26 27 depends_build-append port:py${python.version}-setuptools \
27 28 port:py${python.version}-sphinx
28 29
29 30 depends_lib-append port:py${python.version}-flask \
30 31 port:py${python.version}-blinker
31 32
32 33 livecheck.type none
33 34 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut