Skip to content

Commit

Permalink
py-freezegun: update, adopt and fix dependencies
Browse files Browse the repository at this point in the history
The requirements.txt file of this project is used for testing only.
install_requires in setup.py is more accurate.
  • Loading branch information
Chih-Hsuan Yen committed Jun 8, 2018
1 parent acf80ea commit 37ff64f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions python/py-freezegun/Portfile
Expand Up @@ -4,29 +4,28 @@ PortSystem 1.0
PortGroup github 1.0
PortGroup python 1.0

github.setup spulec freezegun 0.3.8
github.setup spulec freezegun 0.3.10
name py-freezegun
categories-append devel
platforms darwin
supported_archs noarch
license MIT
maintainers nomaintainer
maintainers {yan12125 @yan12125} openmaintainer

description FreezeGun is a library that allows your python tests \
to travel through time by mocking the datetime module.
long_description ${description}

checksums rmd160 0efb9548a1f5c66fb77cea94e3da3d1bf07d582a \
sha256 795418513664081d41c1d74ff9551bf03286d863da1634d4a3f897da06f57865
checksums rmd160 25d767068dd31b1315d24ad399237083a2974267 \
sha256 853379dc1cd7ae2c9dec46d52d8360f51c5a185343e7479c5d0c68c15a3f6a6c \
size 20484

python.versions 27 35 36

if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools

depends_lib-append port:py${python.version}-coverage \
port:py${python.version}-mock \
port:py${python.version}-nose
depends_lib-append port:py${python.version}-dateutil

livecheck.type none
}

0 comments on commit 37ff64f

Please sign in to comment.