Commits

Frank Schima authored 1ff255c0c9f
py-pytimeparse:

- Add build dependency on py-setuptools
No tags

python/py-pytimeparse/Portfile

Modified
12 12 license MIT
13 13
14 14 description A small Python module to parse various kinds of time expressions
15 15 long_description $description
16 16 homepage https://pypi.python.org/pypi/$base_name
17 17 master_sites pypi:p/$base_name
18 18
19 19 checksums rmd160 e6a4d1ecc57fd4b50f86fe7199ec8b393c4d4acd \
20 20 sha256 74c52ae0db8a1d9055b9159bf09023ad5fba828b87ec47c0a9aed8129159ab46
21 21
22 +if {${name} ne ${subport}} {
23 + depends_build-append \
24 + port:py${python.version}-setuptools
25 +}
26 +
22 27 distname $base_name-${version}
23 28
24 29 livecheck.type regex
25 30 livecheck.url ${homepage}
26 31 livecheck.regex $base_name (\\d+(\\.\\d+)+)

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

Add shortcut