backblaze-b2: 2.1.0 -> 2.4.0 (#121250)
* python3Packages.b2sdk: 1.6.0 -> 1.7.0 * python3Packages.b2sdk: enable tests * pythonPackages.rst2ansi: init at 0.1.5 * backblaze-b2: 2.1.0 -> 2.4.0 Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
This commit is contained in:
co-authored by
Fabian Affolter
parent
6b328db916
commit
06efb08ec4
@@ -0,0 +1,20 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, docutils, }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "rst2ansi";
|
||||
version = "0.1.5";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-Gxf7mmKNQPV5M60aOqlSNGREvgaUaVCOc+lQYNoz/m8=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ docutils ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A rst converter to ansi-decorated console output";
|
||||
homepage = "https://github.com/Snaipe/python-rst-to-ansi";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ vojta001 ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user