From e2c5495bfa8275c97e675546dd1959ddfcec0b74 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 9 Dec 2022 23:19:01 +0100 Subject: Add and remove files to/ from community Add ansible-core, kmidimon, mympd, neovim-lsp_signature, neovim-lspconfig, python-crc32c, python-pyproject-hooks, python-tlv8, virt-firmware, wofi, srtrelay. Remove sox, mftrace, nomacs. --- .config/nvchecker/community.toml | 73 +++++++++++++++++++++++++++++----------- 1 file changed, 54 insertions(+), 19 deletions(-) (limited to '.config/nvchecker') diff --git a/.config/nvchecker/community.toml b/.config/nvchecker/community.toml index e30f10b..0311b22 100644 --- a/.config/nvchecker/community.toml +++ b/.config/nvchecker/community.toml @@ -93,6 +93,10 @@ source = "git" git = "https://github.com/jatinchowdhury18/AnalogTapeModel" use_max_tag = true +[ansible-core] +source = "pypi" +pypi = "ansible-core" + [anything-sync-daemon] source = "git" git = "https://github.com/graysky2/anything-sync-daemon" @@ -284,7 +288,7 @@ use_max_tag = true [containers-common_common] source = "git" git = "https://github.com/containers/common/" -exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta|bp)(-[\\d.]+|[\\d.]+|)" +exclude_regex = "v1.0.1" use_max_tag = true [containers-common_image] @@ -716,6 +720,7 @@ use_max_tag = true [jacktrip] source = "git" git = "https://github.com/jcacerec/jacktrip" +exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" use_max_tag = true [jalv] @@ -764,6 +769,12 @@ source = "git" git = "https://github.com/scheibler/khard" use_max_tag = true +[kmidimon] +source = "git" +git = "https://github.com/pedrolcl/kmidimon" +use_max_tag = true +include_regex = "(RELEASE_)([\\d.]+)" + [kubernetes] source = "git" git = "https://github.com/kubernetes/kubernetes" @@ -969,9 +980,9 @@ git = "https://github.com/swh/lrdf" use_max_tag = true [liblscp] -source = "regex" -regex = "liblscp-([\\d.]+)\\.tar\\.gz?" -url = "https://download.linuxsampler.org/packages/" +source = "git" +git = "https://github.com/rncbc/liblscp" +use_max_tag = true [libltc] source = "git" @@ -1163,11 +1174,6 @@ source = "regex" regex = "meterbridge-([\\d.]+)\\.tar\\.gz?" url = "http://plugin.org.uk/meterbridge" -[mftrace] -source = "git" -git = "https://github.com/hanwen/mftrace" -use_max_tag = true - ["midi_matrix.lv2"] source = "git" git = "https://git.open-music-kontrollers.ch/lv2/midi_matrix.lv2" @@ -1251,6 +1257,21 @@ source = "git" git = "https://github.com/michaelrsweet/mxml" use_max_tag = true +[mympd] +source = "git" +git = "https://github.com/jcorporation/myMPD" +use_max_tag = true + +[neovim-lsp_signature] +source = "git" +git = "https://github.com/ray-x/lsp_signature.nvim" +use_max_tag = true + +[neovim-lspconfig] +source = "git" +git = "https://github.com/neovim/nvim-lspconfig" +use_max_tag = true + [netavark] source = "git" git = "https://github.com/containers/netavark" @@ -1361,11 +1382,6 @@ source = "git" git = "https://github.com/lucianodato/noise-repellent" use_max_tag = true -[nomacs] -source = "git" -git = "https://github.com/nomacs/nomacs" -use_max_tag = true - [nomacs-plugins] source = "git" git = "https://github.com/nomacs/nomacs-plugins" @@ -1682,6 +1698,10 @@ pypi = "cookiecutter" source = "pypi" pypi = "coverage-conditional-plugin" +[python-crc32c] +source = "pypi" +pypi = "crc32c" + [python-crcmod] source = "pypi" pypi = "crcmod" @@ -2118,6 +2138,10 @@ include_regex = "v([\\d.]+)\\.(nitrokey)" source = "pypi" pypi = "pyphen" +[python-pyproject-hooks] +source = "pypi" +pypi = "pyproject-hooks" + [python-pyrss2gen] source = "pypi" pypi = "pyrss2gen" @@ -2287,6 +2311,10 @@ pypi = "svglib" source = "pypi" pypi = "tabulate" +[python-tlv8] +source = "pypi" +pypi = "tlv8" + [python-toml] source = "pypi" pypi = "toml" @@ -2685,11 +2713,6 @@ source = "git" git = "https://gitlab.com/drobilla/sord.git" use_max_tag = true -[sox] -source = "regex" -regex = "files/sox/([\\d.]+)?" -url = "https://sourceforge.net/projects/sox/files/sox/" - [sound-gambit] source = "git" git = "https://github.com/x42/sound-gambit" @@ -2888,6 +2911,10 @@ source = "git" git = "https://github.com/editorconfig/editorconfig-vim" use_max_tag = true +[virt-firmware] +source = "pypi" +pypi = "virt-firmware" + ["vm.lv2"] source = "git" git = "https://git.open-music-kontrollers.ch/lv2/vm.lv2" @@ -2930,6 +2957,11 @@ source = "git" git = "https://github.com/wiiuse/wiiuse" use_max_tag = true +[wofi] +source = "regex" +regex = "rev/v([\\d.]+)?" +url = "https://hg.sr.ht/~scoopta/wofi/tags" + [wolf-shaper] source = "git" git = "https://github.com/pdesaulniers/wolf-shaper" @@ -3072,3 +3104,6 @@ git = "https://github.com/zynaddsubfx/zynaddsubfx" use_max_tag = true exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" + +[srtrelay] + -- cgit v1.2.3-54-g00ecf