mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
Update to buildroot 2023.08.2, updated nwipe to v0.35, added ChromeOS and Microsoft Surface drivers, fibre channel drivers.
This commit is contained in:
6
package/python-midiutil/Config.in
Normal file
6
package/python-midiutil/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_MIDIUTIL
|
||||
bool "python-midiutil"
|
||||
help
|
||||
A pure python library for creating multi-track MIDI files.
|
||||
|
||||
https://github.com/MarkCWirt/MIDIUtil
|
||||
5
package/python-midiutil/python-midiutil.hash
Normal file
5
package/python-midiutil/python-midiutil.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/midiutil/json
|
||||
md5 948c16c74e7355268158f227b710edce MIDIUtil-1.2.1.tar.gz
|
||||
sha256 79fa983bd1efc60785f68a8fe78fa8f45b8d7ec5898bf7cb7f3f7f3336d6a90a MIDIUtil-1.2.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 8d5bdaebe8445a4c2dc812c205eb5455ba123aa1af8503cc88712115ab7c97ef License.txt
|
||||
14
package/python-midiutil/python-midiutil.mk
Normal file
14
package/python-midiutil/python-midiutil.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-midiutil
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_MIDIUTIL_VERSION = 1.2.1
|
||||
PYTHON_MIDIUTIL_SOURCE = MIDIUtil-$(PYTHON_MIDIUTIL_VERSION).tar.gz
|
||||
PYTHON_MIDIUTIL_SITE = https://files.pythonhosted.org/packages/f5/44/fde6772d8bfaea64fcf5eb948124d0a5fdf5f848b14ac22a23ced53e562d
|
||||
PYTHON_MIDIUTIL_SETUP_TYPE = setuptools
|
||||
PYTHON_MIDIUTIL_LICENSE = MIT
|
||||
PYTHON_MIDIUTIL_LICENSE_FILES = License.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user