Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions python/py-last/Portfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in python/py-last/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port lint py312-last: Error: Unknown dependency: py312-pytest-recording

Check warning on line 1 in python/py-last/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port lint py311-last: Error: Unknown dependency: py311-pytest-recording

Check warning on line 1 in python/py-last/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port lint py310-last: Error: Unknown dependency: py310-pytest-recording

Check warning on line 1 in python/py-last/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port lint py313-last: Error: Unknown dependency: py313-pytest-recording

Check warning on line 1 in python/py-last/Portfile

View workflow job for this annotation

GitHub Actions / macos-26

port lint py312-last: Error: Unknown dependency: py312-pytest-recording

Check warning on line 1 in python/py-last/Portfile

View workflow job for this annotation

GitHub Actions / macos-26

port lint py311-last: Error: Unknown dependency: py311-pytest-recording

Check warning on line 1 in python/py-last/Portfile

View workflow job for this annotation

GitHub Actions / macos-26

port lint py310-last: Error: Unknown dependency: py310-pytest-recording

Check warning on line 1 in python/py-last/Portfile

View workflow job for this annotation

GitHub Actions / macos-26

port lint py313-last: Error: Unknown dependency: py313-pytest-recording

Check warning on line 1 in python/py-last/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port lint py312-last: Error: Unknown dependency: py312-pytest-recording

Check warning on line 1 in python/py-last/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port lint py311-last: Error: Unknown dependency: py311-pytest-recording

Check warning on line 1 in python/py-last/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port lint py310-last: Error: Unknown dependency: py310-pytest-recording

Check warning on line 1 in python/py-last/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port lint py313-last: Error: Unknown dependency: py313-pytest-recording

PortSystem 1.0
PortGroup python 1.0

name py-last
python.rootname pylast
version 6.0.0
version 7.0.0
revision 0

categories-append devel audio
Expand All @@ -20,9 +20,9 @@

maintainers nomaintainer

checksums rmd160 45025d3da7efa8a4f9a21f5696e32b97b667f794 \
sha256 09748dcdb97ddc812c65460bea73f7cce578b2b8ed4d9f6a0d1da122f8b05c5c \
size 45408
checksums rmd160 afc69b524ad2ae38fb4f92a5010169b05093e2eb \
sha256 05803f66d50e33521788f01eb30a9d4e3fbffbb4d81420826a2e3e9ca598a370 \
size 435280

python.versions 310 311 312 313
python.pep517_backend hatch
Expand All @@ -37,7 +37,8 @@
depends_test-append \
port:py${python.version}-flaky \
port:py${python.version}-pytest-random-order \
port:py${python.version}-yaml
port:py${python.version}-yaml \
port:py${python.version}-pytest-recording

# See https://github.com/pylast/pylast/issues/397
test.run yes
Expand Down