Commits
Ryan Schmidt authored and Perry E. Metzger committed 858b7398d4d
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 | |
6 6 | name py-blessings |
7 7 | set real_name blessings |
8 - | version 1.6 |
8 + | version 1.6.1 |
9 9 | maintainers nomaintainer |
10 10 | python.versions 27 34 |
11 11 | |
12 12 | description A thin, practical wrapper around terminal formatting, positioning, and more |
13 13 | long_description ${description} |
14 14 | platforms darwin |
15 15 | supported_archs noarch |
16 16 | license MIT |
17 17 | |
18 18 | homepage https://github.com/erikrose/blessings |
19 19 | master_sites pypi:b/${real_name}/ |
20 20 | distname ${real_name}-${version} |
21 - | checksums rmd160 00014f95d6c303cb87f02476f9b4c1d3e242293a \ |
22 - | sha256 edc5713061f10966048bf6b40d9a514b381e0ba849c64e034c4ef6c1847d3007 |
21 + | checksums rmd160 56381887db40a66014ea3ce6ae2d9490c0669be4 \ |
22 + | sha256 74919575885552e14bc24a68f8b539690bd1b5629180faa830b1a25b8c7fb6ea \ |
23 + | size 20122 |
23 24 | |
24 25 | if {${name} ne ${subport}} { |
25 26 | depends_build port:py${python.version}-setuptools |
26 27 | } |