Commits

Chris Jones authored 5ab814b20dd
py-pluggy,py-pytest: Fix last buggy commits
No tags

python/py-pluggy/Portfile

Modified
27 27
28 28 python.versions 27 34 35 36 37 38
29 29
30 30 if {${name} ne ${subport}} {
31 31 depends_build-append \
32 32 port:py${python.version}-setuptools_scm
33 33
34 34 depends_lib-append port:py${python.version}-py
35 35
36 36 if {${python.version} < 38} {
37 - port:py${python.version}-importlib-metadata
37 + depends_lib-append port:py${python.version}-importlib-metadata
38 38 }
39 39
40 40 post-destroot {
41 41 set docdir ${prefix}/share/doc/${subport}
42 42 xinstall -d ${destroot}${docdir}
43 43 xinstall -m 0644 -W ${worksrcpath} README.rst LICENSE \
44 44 CHANGELOG.rst ${destroot}${docdir}
45 45 }
46 46
47 47 livecheck.type none
48 48 }

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

Add shortcut