[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
282/474: gnu: python-mediafile: Update to 0.13.0.
From: |
guix-commits |
Subject: |
282/474: gnu: python-mediafile: Update to 0.13.0. |
Date: |
Sat, 30 Nov 2024 18:20:37 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit e13650f57380a92f3a0c63275a3384a662025695
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Nov 9 08:57:57 2024 +0000
gnu: python-mediafile: Update to 0.13.0.
* gnu/packages/music.scm (python-mediafile): Update to 0.13.0.
[build-system]: Swap to pyproject-build-system.
[propagated-inputs]: Remove python-six; add python-filetype.
[native-inputs]: Add python-flit-core and python-pytest.
Change-Id: Ie579f8481686b121f825a90c6fc1d14a119f0a01
---
gnu/packages/music.scm | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index a1883113f9..27aa384222 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4092,17 +4092,26 @@ streams on an individual packet/page level.")
(define-public python-mediafile
(package
(name "python-mediafile")
- (version "0.8.0")
+ (version "0.13.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "mediafile" version))
(sha256
(base32
- "0ipb001j19s9wvssmrj8wz0nrkbl0k3zr3dgzyp1bd9cjc6vklnp"))))
- (build-system python-build-system)
+ "0vcsf9607jxh3bw2fn0hc3krr2mcgpm2dmfadhyp7sgz3cz0cwfy"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list
+ ;; One test fails with: AssertionError: 88200 != 705600.
+ #:test-flags
+ #~(list
"--deselect=test/test_mediafile.py::WAVETest::test_read_audio_properties")))
+ (native-inputs
+ (list python-flit-core
+ python-pytest))
(propagated-inputs
- (list python-mutagen python-six))
+ (list python-mutagen
+ python-filetype))
(home-page "https://github.com/beetbox/mediafile")
(synopsis "Read and write audio file tags")
(description
- 142/474: gnu: python-http-ece: Update to 1.2.0., (continued)
- 142/474: gnu: python-http-ece: Update to 1.2.0., guix-commits, 2024/11/30
- 149/474: gnu: Add ghc-language-python., guix-commits, 2024/11/30
- 150/474: gnu: python-xcffib: Move to (gnu packages xorg)., guix-commits, 2024/11/30
- 222/474: gnu: python-urllib3: Update to 2.2.1., guix-commits, 2024/11/30
- 250/474: gnu: python-parse-type: Adjust inputs., guix-commits, 2024/11/30
- 259/474: gnu: ytcc: Fix build., guix-commits, 2024/11/30
- 249/474: gnu: python-cucumber-tag-expressions: Update to 6.1.1., guix-commits, 2024/11/30
- 261/474: gnu: python-pandera: Adjust inputs., guix-commits, 2024/11/30
- 277/474: gnu: python-robotframework-requests: Adjust inputs., guix-commits, 2024/11/30
- 283/474: gnu: beets: Update to 2.0.0., guix-commits, 2024/11/30
- 282/474: gnu: python-mediafile: Update to 0.13.0.,
guix-commits <=
- 289/474: gnu: python-mpv: Adjust inputs., guix-commits, 2024/11/30
- 298/474: gnu: python-pytest: Update to 8.3.3., guix-commits, 2024/11/30
- 300/474: gnu: Remove python-pytest-next., guix-commits, 2024/11/30
- 305/474: gnu: python-pytest-timeout: Update to 2.3.1., guix-commits, 2024/11/30
- 311/474: gnu: python-pytest-cov: Update to 6.0.0., guix-commits, 2024/11/30
- 321/474: gnu: python-execnet: Update to 2.1.1., guix-commits, 2024/11/30
- 325/474: gnu: python-packaging-bootstrap: Update to 24.2., guix-commits, 2024/11/30
- 319/474: gnu: python-pickleshare: Improve package style., guix-commits, 2024/11/30
- 358/474: gnu: python-pytest-mpl: Update to 0.17.0., guix-commits, 2024/11/30
- 351/474: gnu: python-apispec: Update to 6.7.1., guix-commits, 2024/11/30