Commits
Dan Villiom Podlaski Christiansen authored 1e3e5f4d0e5
13 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 19 | checksums rmd160 14539a0a8166277c0ae474a2313d5157897b2b1f \ |
20 20 | sha256 1567aaf8202fd3bed2ec8bcfb2a6d5749a65b311493b451d25e400873e01cf80 \ |
21 21 | size 22761 |
22 22 | |
23 - | python.versions 27 34 35 36 37 |
23 + | python.versions 27 34 35 36 37 38 |
24 24 | |
25 25 | if {${name} ne ${subport}} { |
26 26 | depends_build-append port:py${python.version}-setuptools |
27 27 | |
28 28 | depends_lib-append port:py${python.version}-dateutil |
29 29 | |
30 30 | depends_test-append port:py${python.version}-pytest \ |
31 31 | port:py${python.version}-mock |
32 32 | |
33 33 | test.run yes |