Skip to content

Commit

Permalink
py-pytest-xdist: update to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir committed Nov 14, 2023
1 parent fa2e5b4 commit c26fb06
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions python/py-pytest-xdist/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0

name py-pytest-xdist
version 2.2.1
version 3.3.1
revision 0

categories-append devel
Expand All @@ -18,9 +18,9 @@ long_description {*}${description}

homepage https://github.com/pytest-dev/pytest-xdist

checksums rmd160 b720976b2924ac7e660cb342e4b59545f6d44bb3 \
sha256 718887296892f92683f6a51f25a3ae584993b06f7076ce1e1fd482e59a8220a2 \
size 64956
checksums rmd160 9283fac66adbe218c9fba602b1c621b9d02e39bf \
sha256 d5ee0520eb1b7bcca50a60a518ab7a7707992812c578198f8b44fdfac78e8c93 \
size 77751

python.versions 37 38 39 310 311

Expand All @@ -30,14 +30,11 @@ if {${name} ne ${subport}} {

depends_lib-append \
port:py${python.version}-execnet \
port:py${python.version}-pytest \
port:py${python.version}-pytest-forked \
port:py${python.version}-setuptools \
port:py${python.version}-six
port:py${python.version}-pytest

post-destroot {
xinstall -d ${destroot}${prefix}/share/doc/${subport}
xinstall -m 0644 -W ${worksrcpath} CHANGELOG.rst README.rst LICENSE \
OVERVIEW.md ${destroot}${prefix}/share/doc/${subport}
${destroot}${prefix}/share/doc/${subport}
}
}

0 comments on commit c26fb06

Please sign in to comment.