Skip to content

Commit

Permalink
py-pytest: update to 7.4.4, add py313 subport
Browse files Browse the repository at this point in the history
  • Loading branch information
markmentovai committed Oct 24, 2024
1 parent 27d9fb8 commit 87a5f67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
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

0 comments on commit 87a5f67

Please sign in to comment.