Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py-pytest: update to 7.4.4, add py313 subport (including dependencies) #26247

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion python/py-attrs/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion python/py-hatch-fancy-pypi-readme/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions python/py-hypothesis/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion python/py-iniconfig/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
13 changes: 8 additions & 5 deletions python/py-parsing/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion python/py-py/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions python/py-pytest/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ PortGroup python 1.0
PortGroup select 1.0

name py-pytest
version 7.4.3
version 7.4.4
revision 0

categories-append devel
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

Expand All @@ -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 \
Expand Down
2 changes: 2 additions & 0 deletions python/py-pytest/files/pytest313
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bin/pytest-3.13
bin/py.test-3.13
2 changes: 1 addition & 1 deletion python/py-sortedcontainers/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion python/py-zope-event/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
25 changes: 20 additions & 5 deletions python/py-zopeinterface/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
Loading