Commits
Chih-Hsuan Yen authored 37ff64f8ca0
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 github 1.0 |
5 5 | PortGroup python 1.0 |
6 6 | |
7 - | github.setup spulec freezegun 0.3.8 |
7 + | github.setup spulec freezegun 0.3.10 |
8 8 | name py-freezegun |
9 9 | categories-append devel |
10 10 | platforms darwin |
11 11 | supported_archs noarch |
12 12 | license MIT |
13 - | maintainers nomaintainer |
13 + | maintainers {yan12125 @yan12125} openmaintainer |
14 14 | |
15 15 | description FreezeGun is a library that allows your python tests \ |
16 16 | to travel through time by mocking the datetime module. |
17 17 | long_description ${description} |
18 18 | |
19 - | checksums rmd160 0efb9548a1f5c66fb77cea94e3da3d1bf07d582a \ |
20 - | sha256 795418513664081d41c1d74ff9551bf03286d863da1634d4a3f897da06f57865 |
19 + | checksums rmd160 25d767068dd31b1315d24ad399237083a2974267 \ |
20 + | sha256 853379dc1cd7ae2c9dec46d52d8360f51c5a185343e7479c5d0c68c15a3f6a6c \ |
21 + | size 20484 |
21 22 | |
22 23 | python.versions 27 35 36 |
23 24 | |
24 25 | if {${name} ne ${subport}} { |
25 26 | depends_build-append port:py${python.version}-setuptools |
26 27 | |
27 - | depends_lib-append port:py${python.version}-coverage \ |
28 - | port:py${python.version}-mock \ |
29 - | port:py${python.version}-nose |
28 + | depends_lib-append port:py${python.version}-dateutil |
30 29 | |
31 30 | livecheck.type none |
32 31 | } |