Search Criteria
Package Details: python-midiutil 1.2.1-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-midiutil.git (read-only, click to copy) |
---|---|
Package Base: | python-midiutil |
Description: | Library to work with MIDI files |
Upstream URL: | https://pypi.org/project/MIDIUtil/ |
Licenses: | MIT |
Submitter: | C0rn3j |
Maintainer: | C0rn3j |
Last Packager: | C0rn3j |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-04-18 21:33 (UTC) |
Last Updated: | 2024-12-22 20:35 (UTC) |
Dependencies (4)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
Latest Comments
Auerhuhn commented on 2024-12-23 12:30 (UTC)
@C0rn3j Thanks for the quick fix!
C0rn3j commented on 2024-12-22 20:35 (UTC)
Ah that explains how I managed to miss the .SRCINFO in the first place... because I missed the build step.
Thanks for the ping, fixed both, I am going through all my Python packages and made a whoopsie in the process.
Auerhuhn commented on 2024-12-22 17:46 (UTC)
Btw, namcap just flagged a missing license file. Arch policy requires one for MIT.
So if you’re going to fix the makedepends, consider adding the upstream
License.txt
to the package as/usr/share/licenses/python-midiutil/License.txt
while you’re at it.Auerhuhn commented on 2024-12-22 17:40 (UTC)
Hi @C0rn3j,
Thanks for the build system upgrade and the Python version courtesy bump!
Would you mind adding the following missing dependencies to
makedepends
?python-build
python-installer
Thanks in advance! Claudia