Commits

Renee Otten authored eb63f84dd40
py-upt-macports: update to latest commit (20191207)
No tags

python/py-upt-macports/Portfile

Modified
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 PortGroup github 1.0
6 6
7 -set git_hash 216634f2cd168e2791bd3d5fb25546dcdb96eaf7
7 +set git_hash 0336f4045c39b6c04af22b2e4eb34c157ea1618f
8 8 github.setup macports upt-macports ${git_hash}
9 -version 0.1-20191024
9 +version 0.1-20191207
10 10 name py-${github.project}
11 11 revision 0
12 12
13 13 platforms darwin
14 14 supported_archs noarch
15 15 license BSD
16 16 maintainers {@korusuke somaiya.edu:karan.sheth} openmaintainer
17 17
18 18 description MacPorts backend for upt.
19 19 long_description ${description}
20 20
21 -checksums rmd160 38f4746a0e20d6d792b7a425456f805a19a4987e \
22 - sha256 79357276cd9b127fdb6bc4a1c174f159276174f92db24a0ff9b702b40e72495e \
23 - size 10184
21 +checksums rmd160 fdd320ace08a732b667feb435b39b2ca92b040bd \
22 + sha256 a56cce90322fae482a84e56796320d3840772811499d77e418bb9558a358cedb \
23 + size 11524
24 24
25 25 python.versions 37
26 26
27 27 if {${name} ne ${subport}} {
28 28 depends_build-append \
29 29 port:py${python.version}-setuptools
30 30
31 31 depends_lib-append \
32 32 port:py${python.version}-jinja2 \
33 + port:py${python.version}-packaging \
33 34 port:py${python.version}-requests
34 35
35 36 depends_test-append \
36 37 port:py${python.version}-requests-mock
37 38
38 39 test.run yes
39 40 test.cmd ${python.bin} -m unittest
40 41 test.target
41 42 test.env PYTHONPATH=${worksrcpath}/build/lib
42 43

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

Add shortcut