mirror of
https://github.com/UnRAIDES/unRAID-NerdTools
synced 2025-04-05 15:56:03 +00:00
Fix problem with dependencies.
This commit is contained in:
parent
bc3ef0dbac
commit
f4f85a6f3e
BIN
archive/NerdTools-2023.05.04-x86_64-1.txz
Normal file
BIN
archive/NerdTools-2023.05.04-x86_64-1.txz
Normal file
Binary file not shown.
BIN
packages/6.11/python-packaging-21.3-x86_64-1.txz
vendored
Normal file
BIN
packages/6.11/python-packaging-21.3-x86_64-1.txz
vendored
Normal file
Binary file not shown.
BIN
packages/6.11/sg3_utils-1.47-x86_64-1.txz
vendored
BIN
packages/6.11/sg3_utils-1.47-x86_64-1.txz
vendored
Binary file not shown.
BIN
packages/6.12/python-packaging-21.3-x86_64-1.txz
vendored
Normal file
BIN
packages/6.12/python-packaging-21.3-x86_64-1.txz
vendored
Normal file
Binary file not shown.
BIN
packages/6.12/sg3_utils-1.47-x86_64-1.txz
vendored
BIN
packages/6.12/sg3_utils-1.47-x86_64-1.txz
vendored
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"borgbackup": "python3,python-setuptools,llfuse,msgpack-python",
|
||||
"borgbackup": "python3,python-setuptools,llfuse,msgpack-python,python-packaging",
|
||||
"expect": "tcl",
|
||||
"iotop": "python2,libffi",
|
||||
"irssi": "utf8proc",
|
||||
|
|
|
@ -102,6 +102,7 @@
|
|||
"psutil":"psutil is a module providing an interface for retrieving information on all running processes and system utilization (CPU, memory, disks, network, users) in a portable way by using Python, implementing many functionalities offered by command line tools such as: ps, top, df, kill, free, lsof, netstat, ifconfig, nice, ionice, iostat, iotop, uptime, pidof, tty, who, taskset, and pmap.",
|
||||
"python2":"An interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. Its basic power can be extended with your own modules written in C or C++. It is also adaptable as an extension language for existing applications.",
|
||||
"python3":"Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. This is a new version of the language that is incompatible with the 2.x line of releases. The language is mostly the same, but many details, especially how built-in objects like dictionaries and strings work, have changed considerably, and a lot of deprecated features have finally been removed. Also, the standard library has been reorganized in a few prominent places.",
|
||||
"python-packaging":"Core utilities for Python packages https://pypi.org/project/packaging/",
|
||||
"python-pip":"pip is a tool for installing and managing Python packages.",
|
||||
"python-setuptools":"A collection of enhancements to Python distutils.",
|
||||
"ranger":"A multi-column display allows viewing in a tree-like manner. You can preview the content of the selected file or directory, copy or move files around with the VIM-like commands dd and yy, execute predefined applications when opening a file, etc.",
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "NerdTools">
|
||||
<!ENTITY author "UnRAIDES">
|
||||
<!ENTITY version "2023.05.02">
|
||||
<!ENTITY md5 "d49472a5b87818f0a1090a259324de73">
|
||||
<!ENTITY version "2023.05.04">
|
||||
<!ENTITY md5 "a8754758eabb13ebc5a278e606c6549e">
|
||||
<!ENTITY launch "Settings/&name;">
|
||||
<!ENTITY github "UnRAIDES/unRAID-&name;">
|
||||
<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/plugin/&name;.plg">
|
||||
|
@ -19,11 +19,11 @@
|
|||
##&name;
|
||||
###2023.05.04
|
||||
- Enhanced: improvements in the treatment of dependencies
|
||||
- Added: python-packaging-21.3 as dependency of borgbackup
|
||||
###2023.05.02
|
||||
- Update: borgbackup-1.2.4
|
||||
- Update: python3-3.9.16-3
|
||||
- Added: msgpack-python-1.0.5 as dependency of borgbackup
|
||||
- Added: sg3_utils-1.47 (PR #41)
|
||||
###2023.04.24
|
||||
- Enhanced: improvements in package installation
|
||||
###2023.03.30
|
||||
|
|
Loading…
Reference in New Issue
Block a user