Commits
Peter Danecek authored fa64820518f
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 | set _name pytest-runner |
7 7 | set _n [string index ${_name} 0] |
8 8 | |
9 9 | name py-${_name} |
10 - | version 2.12.1 |
10 + | version 3.0 |
11 11 | categories-append devel |
12 12 | platforms darwin |
13 13 | supported_archs noarch |
14 14 | license MIT |
15 15 | maintainers petr openmaintainer |
16 16 | |
17 17 | description pytest-runner adds test support to setup.py scripts |
18 18 | long_description \ |
19 19 | ${description}. Setup scripts can use pytest-runner to invoke py.test as distutils \ |
20 20 | command and provices dependency resolution. |
21 21 | |
22 22 | homepage https://pypi.python.org/pypi/${_name}/${version} |
23 23 | master_sites pypi:${_n}/${_name}/ |
24 24 | distname ${_name}-${version} |
25 25 | |
26 - | checksums md5 a8dd57c80cde37a587dd8c37740c1ab1 \ |
27 - | rmd160 90391f2ae6fb6ec9c21995a7d04bdafc70ba2274 \ |
28 - | sha256 5c9093e7a18780409d9a389f20366f2fd39acfb1db61545fdb2e90cdbd0bcae4 |
26 + | checksums md5 8f8363a52bbabc4cedd5e239beb2ba11 \ |
27 + | rmd160 7ee6d4c839cb4cedb6aa341c0b247685cbd4c7fd \ |
28 + | sha256 0f7c3a3cf5aead13f54baaa01ceb49e5ae92aba5d3ff1928e81e189c40bc6703 |
29 29 | |
30 30 | python.versions 27 34 35 36 |
31 31 | |
32 32 | if {${name} ne ${subport}} { |
33 33 | depends_build-append port:py${python.version}-setuptools \ |
34 34 | port:py${python.version}-setuptools_scm |
35 35 | |
36 36 | livecheck.type none |
37 37 | } else { |
38 38 | livecheck.type regex |