diff options
author | David Runge <dave@sleepmap.de> | 2020-01-12 22:16:28 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2020-01-12 22:16:28 +0100 |
commit | 47abd79b0147c074ce2e9f91430e8b8545a1e3f9 (patch) | |
tree | 1a3d27e80462fe1a21a6d8e3de40844a90b14071 | |
parent | 7d6427d421d5ff1ef646a6989ce6380936e4bc6f (diff) | |
download | dotfiles-47abd79b0147c074ce2e9f91430e8b8545a1e3f9.tar.gz dotfiles-47abd79b0147c074ce2e9f91430e8b8545a1e3f9.tar.bz2 dotfiles-47abd79b0147c074ce2e9f91430e8b8545a1e3f9.tar.xz dotfiles-47abd79b0147c074ce2e9f91430e8b8545a1e3f9.zip |
.config/nvchecker/nvchecker.ini: Adding faac, libsndfile, mailman3, python-diff-cover, python-inflect, python-jinja_pluralize, python-flufl.testing, python-pymysql, python-importlib_resources. Renaming python-flufl.lock to python-flufl-lock (svn2git otherwise chokes on it).
-rw-r--r-- | .config/nvchecker/nvchecker.ini | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/.config/nvchecker/nvchecker.ini b/.config/nvchecker/nvchecker.ini index 5d4eada..83c8801 100644 --- a/.config/nvchecker/nvchecker.ini +++ b/.config/nvchecker/nvchecker.ini @@ -72,6 +72,10 @@ ignored_tags = start url = https://www.ladspa.org/ladspa_sdk/download.html regex = ladspa_sdk_([\d.]+)\.tgz? +[libsndfile] +url = http://www.mega-nerd.com/libsndfile/ +regex = libsndfile-([\d.]+)\.tar\.gz? + [ddrescue] url = http://ftp.gnu.org/gnu/ddrescue/ regex = ddrescue-([\d.]+)\.tar\.lz? @@ -116,6 +120,10 @@ regex= portmidi/([\d.]+)/ vcs = git://github.com/scons/scons use_max_tag = True +[faac] +github = knik0/faac +use_max_tag = True + [faad2] github = knik0/faad2 use_max_tag = True @@ -1457,7 +1465,7 @@ pypi = flufl.bounce [python-flufl.i18n] pypi = flufl.i18n -[python-flufl.lock] +[python-flufl-lock] pypi = flufl.lock [python-lazr.config] @@ -1472,3 +1480,25 @@ pypi = authheaders [python-publicsuffix] pypi = publicsuffix +[mailman3] +gitlab = mailman/mailman +use_max_tag = True + +[python-diff-cover] +pypi = diff_cover + +[python-inflect] +pypi = inflect + +[python-jinja_pluralize] +pypi = jinja2_pluralize + +[python-flufl.testing] +pypi = flufl.testing + +[python-pymysql] +pypi = pymysql + +[python-importlib_resources] +pypi = importlib_resources + |