Skip to content

Commit dfc8590

Browse files
committed
py-last: update to 7.0.0
1 parent 96426d0 commit dfc8590

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

python/py-last/Portfile

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PortGroup python 1.0
55

66
name py-last
77
python.rootname pylast
8-
version 6.0.0
8+
version 7.0.0
99
revision 0
1010

1111
categories-append devel audio
@@ -20,9 +20,9 @@ homepage https://github.com/pylast/pylast
2020

2121
maintainers nomaintainer
2222

23-
checksums rmd160 45025d3da7efa8a4f9a21f5696e32b97b667f794 \
24-
sha256 09748dcdb97ddc812c65460bea73f7cce578b2b8ed4d9f6a0d1da122f8b05c5c \
25-
size 45408
23+
checksums rmd160 afc69b524ad2ae38fb4f92a5010169b05093e2eb \
24+
sha256 05803f66d50e33521788f01eb30a9d4e3fbffbb4d81420826a2e3e9ca598a370 \
25+
size 435280
2626

2727
python.versions 310 311 312 313
2828
python.pep517_backend hatch
@@ -36,8 +36,10 @@ if {${name} ne ${subport}} {
3636

3737
depends_test-append \
3838
port:py${python.version}-flaky \
39+
port:py${python.version}-pytest-cov \
3940
port:py${python.version}-pytest-random-order \
40-
port:py${python.version}-yaml
41+
port:py${python.version}-yaml \
42+
port:py${python.version}-pytest-recording
4143

4244
# See https://github.com/pylast/pylast/issues/397
4345
test.run yes

0 commit comments

Comments
 (0)