Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-05-17 06:22:23 +00:00
committed by GitHub
154 changed files with 1062 additions and 1089 deletions
@@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "apprise";
version = "0.9.1";
version = "0.9.3";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-FW5gt35yoXVr2+hiGBDJ/5jFFfIpn2Z9sDN8acoO4FI=";
sha256 = "sha256-yKzpyJHUIkVYVwrL6oCPMd+QSVML2czWmQHCemXWAMQ=";
};
nativeBuildInputs = [ Babel installShellFiles ];
@@ -34,6 +34,6 @@ buildPythonPackage rec {
homepage = "https://github.com/PyCQA/astroid";
license = licenses.lgpl2;
platforms = platforms.all;
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
};
}
@@ -35,6 +35,6 @@ buildPythonPackage rec {
homepage = "https://github.com/PyCQA/astroid";
license = licenses.lgpl21Plus;
platforms = platforms.all;
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
};
}
@@ -73,6 +73,6 @@ buildPythonPackage rec {
description = "WebSocket and WAMP in Python for Twisted and asyncio";
homepage = "https://crossbar.io/autobahn";
license = licenses.mit;
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
};
}
@@ -101,7 +101,7 @@ let
meta = with lib; {
homepage = "https://buildbot.net/";
description = "An open-source continuous integration framework for automating software build, test, and release processes";
maintainers = with maintainers; [ nand0p ryansydnor lopsided98 ];
maintainers = with maintainers; [ ryansydnor lopsided98 ];
license = licenses.gpl2;
};
};
@@ -25,7 +25,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://buildbot.net/";
description = "Buildbot Packaging Helper";
maintainers = with maintainers; [ nand0p ryansydnor lopsided98 ];
maintainers = with maintainers; [ ryansydnor lopsided98 ];
license = licenses.gpl2;
};
}
@@ -23,7 +23,7 @@
meta = with lib; {
homepage = "https://buildbot.net/";
description = "Buildbot UI";
maintainers = with maintainers; [ nand0p ryansydnor lopsided98 ];
maintainers = with maintainers; [ ryansydnor lopsided98 ];
license = licenses.gpl2;
};
};
@@ -45,7 +45,7 @@
meta = with lib; {
homepage = "https://buildbot.net/";
description = "Buildbot Console View Plugin";
maintainers = with maintainers; [ nand0p ryansydnor lopsided98 ];
maintainers = with maintainers; [ ryansydnor lopsided98 ];
license = licenses.gpl2;
};
};
@@ -67,7 +67,7 @@
meta = with lib; {
homepage = "https://buildbot.net/";
description = "Buildbot Waterfall View Plugin";
maintainers = with maintainers; [ nand0p ryansydnor lopsided98 ];
maintainers = with maintainers; [ ryansydnor lopsided98 ];
license = licenses.gpl2;
};
};
@@ -89,7 +89,7 @@
meta = with lib; {
homepage = "https://buildbot.net/";
description = "Buildbot Grid View Plugin";
maintainers = with maintainers; [ nand0p lopsided98 ];
maintainers = with maintainers; [ lopsided98 ];
license = licenses.gpl2;
};
};
@@ -26,7 +26,7 @@ buildPythonPackage (rec {
meta = with lib; {
homepage = "https://buildbot.net/";
description = "Buildbot Worker Daemon";
maintainers = with maintainers; [ nand0p ryansydnor lopsided98 ];
maintainers = with maintainers; [ ryansydnor lopsided98 ];
license = licenses.gpl2;
};
})
@@ -18,6 +18,6 @@ buildPythonPackage rec {
homepage = "https://github.com/nir0s/distro";
description = "Linux Distribution - a Linux OS platform information API.";
license = licenses.asl20;
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
};
}
@@ -37,7 +37,7 @@ buildPythonPackage rec {
description = "Distributed Python deployment and communication";
license = licenses.mit;
homepage = "https://execnet.readthedocs.io/";
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
};
}
@@ -13,6 +13,6 @@ buildPythonPackage rec {
homepage = "https://github.com/twisted/treq";
description = "Incremental is a small library that versions your Python projects";
license = licenses.mit;
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
};
}
+1 -1
View File
@@ -38,6 +38,6 @@ in buildPythonPackage rec {
description = "A Python utility / library to sort Python imports";
homepage = "https://github.com/timothycrosley/isort";
license = licenses.mit;
maintainers = with maintainers; [ couchemar nand0p ];
maintainers = with maintainers; [ couchemar ];
};
}
@@ -72,6 +72,6 @@ in buildPythonPackage rec {
description = "A Python utility / library to sort Python imports";
homepage = "https://github.com/PyCQA/isort";
license = licenses.mit;
maintainers = with maintainers; [ couchemar nand0p ];
maintainers = with maintainers; [ couchemar ];
};
}
@@ -20,7 +20,7 @@ buildPythonPackage rec {
description = "An implementation of JSON Reference for Python";
homepage = "https://github.com/gazpachoking/jsonref";
license = licenses.mit;
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}
@@ -13,6 +13,6 @@ buildPythonPackage rec {
homepage = "https://github.com/MarkCWirt/MIDIUtil";
description = "A pure python library for creating multi-track MIDI files";
license = licenses.mit;
maintainers = [ maintainers.gnidorah ];
maintainers = [ ];
};
}
@@ -15,6 +15,6 @@ buildPythonPackage rec {
homepage = "https://github.com/LEW21/pydbus";
description = "Pythonic DBus library";
license = lib.licenses.lgpl2Plus;
maintainers = with lib.maintainers; [ gnidorah ];
maintainers = with lib.maintainers; [ ];
};
}
@@ -46,6 +46,6 @@ buildPythonPackage rec {
description = "A bug and style checker for Python";
platforms = platforms.all;
license = licenses.gpl1Plus;
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
};
}
@@ -67,6 +67,6 @@ buildPythonPackage rec {
homepage = "https://pylint.pycqa.org/";
description = "A bug and style checker for Python";
license = licenses.gpl1Plus;
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
};
}
@@ -16,6 +16,6 @@ buildPythonPackage rec {
homepage = "http://das.nasophon.de/pysmf/";
description = "Python extension module for reading and writing Standard MIDI Files, based on libsmf.";
license = licenses.bsd2;
maintainers = [ maintainers.gnidorah ];
maintainers = [ ];
};
}
@@ -35,6 +35,6 @@ buildPythonPackage rec {
description = "Thin-wrapper around the mock package for easier use with py.test.";
homepage = "https://github.com/pytest-dev/pytest-mock";
license = licenses.mit;
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
};
}
@@ -28,6 +28,6 @@ buildPythonPackage rec {
description = "Thin-wrapper around the mock package for easier use with pytest";
homepage = "https://github.com/pytest-dev/pytest-mock";
license = with licenses; [ mit ];
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
};
}
@@ -21,6 +21,6 @@ buildPythonPackage rec {
description = "Extensible server fixures for py.test";
homepage = "https://github.com/manahl/pytest-plugins";
license = licenses.mit;
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
};
}
@@ -29,6 +29,6 @@ in buildPythonPackage rec {
homepage = "https://github.com/Vayn/python-fontconfig";
description = "Python binding for Fontconfig";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ gnidorah ];
maintainers = with lib.maintainers; [ ];
};
}
@@ -1,5 +1,4 @@
{ lib, buildPythonPackage, fetchPypi
, unzip }:
{ lib, buildPythonPackage, fetchPypi }:
buildPythonPackage rec {
pname = "python-simple-hipchat";
@@ -10,8 +9,6 @@ buildPythonPackage rec {
sha256 = "0zy6prrj85jjc4xmxgfg8h94j81k6zhfxfffcbvq9b10jis1rgav";
};
nativeBuildInputs = [ unzip ];
meta = with lib; {
description = "Easy peasy wrapper for HipChat's v1 API";
homepage = "https://github.com/kurttheviking/simple-hipchat-py";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
description = "A Python RAML parser.";
homepage = "https://ramlfications.readthedocs.org";
license = licenses.asl20;
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
@@ -32,7 +32,7 @@ buildPythonPackage rec {
description = "Setuptools plugin that makes unit tests execute with trial instead of pyunit.";
homepage = "https://github.com/rutsky/setuptools-trial";
license = licenses.bsd2;
maintainers = with maintainers; [ ryansydnor nand0p ];
maintainers = with maintainers; [ ryansydnor ];
};
}
@@ -24,7 +24,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Sphinx extension to include jinja templates in documentation";
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
license = licenses.mit;
};
}
+1 -1
View File
@@ -77,6 +77,6 @@ buildPythonPackage rec {
description = "A tool that makes it easy to create intelligent and beautiful documentation for Python projects";
homepage = "http://sphinx.pocoo.org/";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ nand0p ];
maintainers = with lib.maintainers; [ ];
};
}
@@ -84,6 +84,6 @@ buildPythonPackage rec {
'';
homepage = "https://www.sphinx-doc.org";
license = licenses.bsd3;
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
};
}
@@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Sphinx blockdiag extension";
homepage = "https://github.com/blockdiag/sphinxcontrib-blockdiag";
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
license = licenses.bsd2;
};
@@ -26,7 +26,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Sphinx spelling extension";
homepage = "https://bitbucket.org/dhellmann/sphinxcontrib-spelling";
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
license = licenses.bsd2;
};
@@ -51,6 +51,6 @@ buildPythonPackage rec {
homepage = "https://github.com/twisted/treq";
description = "A requests-like API built on top of twisted.web's Agent";
license = licenses.mit;
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
};
}
@@ -50,6 +50,6 @@ buildPythonPackage rec {
description = "Utilities to support code that runs unmodified on Twisted and asyncio";
homepage = "https://github.com/crossbario/txaio";
license = licenses.mit;
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
};
}
@@ -33,7 +33,7 @@ buildPythonPackage rec {
description = "GitHub API client implemented using Twisted.";
homepage = "https://github.com/tomprince/txgithub";
license = licenses.mit;
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
};
}
@@ -29,7 +29,7 @@ buildPythonPackage rec {
description = "Asynchronous Python HTTP for Humans.";
homepage = "https://github.com/tardyp/txrequests";
license = licenses.asl20;
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
};
}
@@ -25,6 +25,6 @@ buildPythonPackage rec {
checking library.";
homepage = "https://bitbucket.org/mchaput/whoosh";
license = licenses.bsd2;
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
};
}