Commits
Kurt Hindenburg authored 5f2a95aa80e
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 select 1.0 |
6 6 | |
7 7 | set realname html2text |
8 8 | name py-${realname} |
9 - | version 2019.8.11 |
9 + | version 2019.9.26 |
10 10 | |
11 11 | categories-append textproc |
12 12 | platforms darwin |
13 13 | license GPL-3+ |
14 14 | supported_archs noarch |
15 15 | maintainers {khindenburg @kurthindenburg} openmaintainer |
16 16 | |
17 17 | description Script to turn HTML into equivalent Markdown-structured text. |
18 18 | long_description \ |
19 19 | html2text is a Python script that converts a page of HTML into clean, \ |
20 20 | easy-to-read plain ASCII text. Better yet, that ASCII also happens to be \ |
21 21 | valid Markdown (a text-to-HTML format). |
22 22 | |
23 23 | homepage https://pypi.python.org/pypi/${realname} |
24 24 | master_sites pypi:[string index ${realname} 0]/${realname}/ |
25 25 | distname ${realname}-${version} |
26 26 | |
27 - | checksums rmd160 d7794cb2ca31d02d9359aae569a053be688a1e55 \ |
28 - | sha256 f516b9c10284174e2a974d86f91cab02b3cf983a17752075da751af0e895ef5e \ |
29 - | size 48721 |
27 + | checksums rmd160 4acefb71dd07c49b517f0747b8d6db8ea0cbab89 \ |
28 + | sha256 6f56057c5c2993b5cc5b347cb099bdf6d095828fef1b53ef4e2a2bf2a1be9b4f \ |
29 + | size 48634 |
30 30 | |
31 31 | python.versions 27 34 35 36 37 |
32 32 | |
33 33 | if {${name} ne ${subport}} { |
34 34 | depends_lib-append port:py${python.version}-setuptools |
35 35 | |
36 36 | depends_run-append port:py-html2text_select |
37 37 | |
38 38 | # Fix permissions |
39 39 | post-extract { |