diff --git a/python/py-attrs/Portfile b/python/py-attrs/Portfile index dd35f5a591d7..bbd4f8a49797 100644 --- a/python/py-attrs/Portfile +++ b/python/py-attrs/Portfile @@ -11,7 +11,7 @@ platforms {darwin any} supported_archs noarch license MIT -python.versions 27 35 36 37 38 39 310 311 312 +python.versions 27 35 36 37 38 39 310 311 312 313 maintainers {khindenburg @kurthindenburg} openmaintainer diff --git a/python/py-hatch-fancy-pypi-readme/Portfile b/python/py-hatch-fancy-pypi-readme/Portfile index 5b4dc53d5ab5..122348299068 100644 --- a/python/py-hatch-fancy-pypi-readme/Portfile +++ b/python/py-hatch-fancy-pypi-readme/Portfile @@ -12,7 +12,7 @@ license MIT supported_archs noarch platforms {darwin any} -python.versions 37 38 39 310 311 312 +python.versions 37 38 39 310 311 312 313 python.pep517_backend hatch maintainers nomaintainer diff --git a/python/py-hypothesis/Portfile b/python/py-hypothesis/Portfile index 11c9b96f0faf..7a143bbbb51b 100644 --- a/python/py-hypothesis/Portfile +++ b/python/py-hypothesis/Portfile @@ -4,14 +4,14 @@ PortSystem 1.0 PortGroup python 1.0 name py-hypothesis -version 6.103.2 +version 6.115.3 revision 0 categories-append devel platforms {darwin any} supported_archs noarch license MPL-2 -python.versions 27 35 36 37 38 39 310 311 312 +python.versions 27 35 36 37 38 39 310 311 312 313 maintainers {khindenburg @kurthindenburg} \ {@catap korins.ky:kirill} \ @@ -26,9 +26,9 @@ long_description \ homepage https://pypi.python.org/pypi/hypothesis -checksums rmd160 e43ab1708ac1853b9c8dabcb43e86c3ffbeff8f3 \ - sha256 83504e31e90a0d7d6e8eb93e51525dc1a48d79c932a50ad6035e29f8295328cd \ - size 400516 +checksums rmd160 1221601ba878d08b800538e4fd9d743741068f23 \ + sha256 d4efc8c7371bd4ec906d2777f1f18fee5539e47b3d7c7cdc93d1026ad35d9b33 \ + size 407781 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools diff --git a/python/py-iniconfig/Portfile b/python/py-iniconfig/Portfile index 52dd12e5ac49..43dfb70db078 100644 --- a/python/py-iniconfig/Portfile +++ b/python/py-iniconfig/Portfile @@ -11,7 +11,7 @@ platforms {darwin any} license MIT supported_archs noarch -python.versions 36 37 38 39 310 311 312 +python.versions 36 37 38 39 310 311 312 313 python.pep517 yes python.pep517_backend hatch diff --git a/python/py-parsing/Portfile b/python/py-parsing/Portfile index fd050c669954..2833d0268512 100644 --- a/python/py-parsing/Portfile +++ b/python/py-parsing/Portfile @@ -40,9 +40,17 @@ if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools } else { + if {${python.version} <= 38} { + version 3.1.4 + checksums rmd160 b9c5d15d75f99c63de72dd620b5e4921a88a8aeb \ + sha256 f86ec8d1a83f11977c9a6ea7598e8c27fc5cddfa5b07ea2241edbbde1d7bc032 \ + size 900231 + } + python.pep517 yes python.pep517_backend flit } + if {${python.version} == 36} { # break circular dependency with py36-build python.add_dependencies no @@ -51,11 +59,6 @@ if {${name} ne ${subport}} { build.env-append PYTHONPATH=${prefix}/share/py36-bootstrap-modules build.args --skip-dependency-check destroot.env-append PYTHONPATH=${prefix}/share/py36-bootstrap-modules - } elseif {${python.version} == 38} { - version 3.1.4 - checksums rmd160 b9c5d15d75f99c63de72dd620b5e4921a88a8aeb \ - sha256 f86ec8d1a83f11977c9a6ea7598e8c27fc5cddfa5b07ea2241edbbde1d7bc032 \ - size 900231 } test.run yes diff --git a/python/py-py/Portfile b/python/py-py/Portfile index 3ec10add6318..7caaaffb9fa8 100644 --- a/python/py-py/Portfile +++ b/python/py-py/Portfile @@ -11,7 +11,7 @@ license MIT supported_archs noarch platforms {darwin any} -python.versions 27 35 36 37 38 39 310 311 312 +python.versions 27 35 36 37 38 39 310 311 312 313 python.pep517 yes maintainers {stromnov @stromnov} openmaintainer diff --git a/python/py-pytest/Portfile b/python/py-pytest/Portfile index a82f153089e3..b2076d2e539b 100644 --- a/python/py-pytest/Portfile +++ b/python/py-pytest/Portfile @@ -5,7 +5,7 @@ PortGroup python 1.0 PortGroup select 1.0 name py-pytest -version 7.4.3 +version 7.4.4 revision 0 categories-append devel @@ -13,7 +13,7 @@ platforms {darwin any} license MIT supported_archs noarch -python.versions 27 35 36 37 38 39 310 311 312 +python.versions 27 35 36 37 38 39 310 311 312 313 maintainers {stromnov @stromnov} {@catap korins.ky:kirill} openmaintainer @@ -25,9 +25,9 @@ long_description The pytest framework makes it easy to write small tests, \ homepage https://pytest.org -checksums rmd160 fd0e868774ffc7cc5e1b7e49b09fd505927ac9fa \ - sha256 d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5 \ - size 1356179 +checksums rmd160 12d1be2172489516e510471f581f0391c1937dcb \ + sha256 2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280 \ + size 1357116 if {${name} ne ${subport}} { depends_build-append \ diff --git a/python/py-pytest/files/pytest313 b/python/py-pytest/files/pytest313 new file mode 100644 index 000000000000..fac497a9785d --- /dev/null +++ b/python/py-pytest/files/pytest313 @@ -0,0 +1,2 @@ +bin/pytest-3.13 +bin/py.test-3.13 diff --git a/python/py-sortedcontainers/Portfile b/python/py-sortedcontainers/Portfile index 160dbfbfd765..d9b55f84984e 100644 --- a/python/py-sortedcontainers/Portfile +++ b/python/py-sortedcontainers/Portfile @@ -12,7 +12,7 @@ platforms {darwin any} license Apache-2 supported_archs noarch -python.versions 27 35 36 37 38 39 310 311 312 +python.versions 27 35 36 37 38 39 310 311 312 313 maintainers {stromnov @stromnov} openmaintainer diff --git a/python/py-zope-event/Portfile b/python/py-zope-event/Portfile index 32bc2d92a88f..bab51b9953ff 100644 --- a/python/py-zope-event/Portfile +++ b/python/py-zope-event/Portfile @@ -22,7 +22,7 @@ platforms {darwin any} homepage https://github.com/zopefoundation/zope.event -python.versions 27 37 38 39 310 311 312 +python.versions 27 37 38 39 310 311 312 313 checksums rmd160 b18ff29ee3dfd489a8f3f20025a845c38aa2ceaf \ sha256 bac440d8d9891b4068e2b5a2c5e2c9765a9df762944bda6955f96bb9b91e67cd \ diff --git a/python/py-zopeinterface/Portfile b/python/py-zopeinterface/Portfile index 44ae91a55970..bb4efd835360 100644 --- a/python/py-zopeinterface/Portfile +++ b/python/py-zopeinterface/Portfile @@ -5,9 +5,9 @@ PortGroup python 1.0 name py-zopeinterface python.rootname zope.interface -version 6.1 +version 7.1.0 revision 0 -python.versions 27 35 36 37 38 39 310 311 312 +python.versions 27 35 36 37 38 39 310 311 312 313 categories-append zope license ZPL-2.1 maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer @@ -16,9 +16,9 @@ long_description {*}${description} homepage https://zopetoolkit.readthedocs.io/ -checksums rmd160 b47e79fef2bb5bee43e0156b46a819ce0e63a6ba \ - sha256 2fdc7ccbd6eb6b7df5353012fbed6c3c5d04ceaca0038f75e601060e95345309 \ - size 293914 +checksums rmd160 7bacf3c3c73191fbc9758d72ad3205f2c758b726 \ + sha256 3f005869a1a05e368965adb2075f97f8ee9a26c61898a9e52a9764d93774f237 \ + size 300239 if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools @@ -32,7 +32,22 @@ if {${name} ne ${subport}} { size 300533 livecheck.type none + } elseif {${python.version} <= 37} { + version 6.4.post2 + revision 0 + + checksums rmd160 59e3047c059e30e0c7afee248cb3b6b7e301e7ba \ + sha256 1c207e6f6dfd5749a26f5a5fd966602d6b824ec00d2df84a7e9a924e8933654e \ + size 294539 } else { + distname zope_interface-${version} + + post-patch { + reinplace "s|\"setuptools<.*\"|\"setuptools\"|" ${worksrcpath}/pyproject.toml + } + } + + if {${python.version} >= 37} { # Probably fails due to lack of port for zope.testing depends_test port:py${python.version}-zope-event test.run yes