30 | | depends_build-append \ |
31 | | port:py${python.version}-setuptools_scm \ |
32 | | port:py${python.version}-hatch-vcs \ |
33 | | port:py${python.version}-hatch-fancy-pypi-readme |
34 | | |
35 | | # CLI depends on pkg_resources.py from setuptools |
36 | | depends_lib-append port:py${python.version}-attrs \ |
37 | | port:py${python.version}-pyrsistent \ |
38 | | port:py${python.version}-setuptools |
39 | | |
40 | | if {${python.version} < 37} { |
| 30 | if {${python.version} < 38} { |
48 | | depends_build-delete \ |
49 | | port:py${python.version}-hatch-vcs \ |
50 | | port:py${python.version}-hatch-fancy-pypi-readme |
51 | | depends_lib-append port:py${python.version}-six |
| 38 | |
| 39 | depends_build-append port:py${python.version}-setuptools_scm |
| 40 | depends_lib-append port:py${python.version}-attrs \ |
| 41 | port:py${python.version}-importlib-metadata \ |
| 42 | port:py${python.version}-pyrsistent \ |
| 43 | port:py${python.version}-setuptools \ |
| 44 | port:py${python.version}-six |
53 | | patchfiles-append patch-setup.py.diff |
54 | | if {${python.version} < 38} { |
55 | | depends_lib-append port:py${python.version}-typing_extensions |
56 | | } |
| 46 | # CLI depends on pkg_resources.py from setuptools |
| 47 | |
| 48 | depends_build-append port:py${python.version}-hatch-vcs \ |
| 49 | port:py${python.version}-hatch-fancy-pypi-readme |
| 50 | |
| 51 | depends_lib-append port:py${python.version}-attrs \ |
| 52 | port:py${python.version}-jsonschema_specifications \ |
| 53 | port:py${python.version}-referencing \ |
| 54 | port:py${python.version}-rpds_py |
| 55 | |