treewide: checkMeta fixes for x86_64-linux
This commit is contained in:
committed by
Graham Christensen
parent
ae7e3a3a41
commit
6f5d989478
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A package for acousticians";
|
||||
maintainer = with maintainers; [ fridh ];
|
||||
maintainers = with maintainers; [ fridh ];
|
||||
license = with licenses; [ bsd3 ];
|
||||
homepage = https://github.com/python-acoustics/python-acoustics;
|
||||
};
|
||||
|
||||
@@ -28,6 +28,6 @@ buildPythonPackage rec {
|
||||
description = "File support for asyncio";
|
||||
homepage = https://github.com/Tinche/aiofiles;
|
||||
license = with lib.licenses; [ asl20 ];
|
||||
maintainer = with lib.maintainers; [ fridh ];
|
||||
maintainers = with lib.maintainers; [ fridh ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,6 +20,6 @@ buildPythonPackage rec {
|
||||
description = "Bibtex parser for python 2.7 and 3.3 and newer";
|
||||
homepage = https://github.com/sciunto-org/python-bibtexparser;
|
||||
license = with lib.licenses; [ gpl3 bsd3 ];
|
||||
maintainer = with lib.maintainers; [ fridh ];
|
||||
maintainers = with lib.maintainers; [ fridh ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -16,6 +16,6 @@ buildPythonPackage rec {
|
||||
description = "A drop-in replacement for argparse";
|
||||
homepage = https://github.com/zorro3/ConfigArgParse;
|
||||
license = licenses.mit;
|
||||
maintainer = [ maintainers.willibutz ];
|
||||
maintainers = [ maintainers.willibutz ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -22,6 +22,6 @@ buildPythonPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A collection of custom extensions for the Django Framework";
|
||||
homepage = https://github.com/django-extensions/django-extensions;
|
||||
licenses = [ licenses.mit ];
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -22,6 +22,6 @@ buildPythonPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Per object permissions for Django";
|
||||
homepage = https://github.com/django-guardian/django-guardian;
|
||||
licenses = [ licenses.mit licenses.bsd2 ];
|
||||
license = [ licenses.mit licenses.bsd2 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -45,6 +45,6 @@ buildPythonPackage rec {
|
||||
description = "A simple packaging tool for simple packages";
|
||||
homepage = https://github.com/takluyver/flit;
|
||||
license = lib.licenses.bsd3;
|
||||
maintainer = lib.maintainers.fridh;
|
||||
maintainers = [ lib.maintainers.fridh ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://graph-tool.skewed.de/;
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.all;
|
||||
maintainer = [ stdenv.lib.maintainers.joelmo ];
|
||||
maintainers = [ stdenv.lib.maintainers.joelmo ];
|
||||
};
|
||||
|
||||
src = fetchurl {
|
||||
|
||||
@@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A Task-Based Parallelization Framework";
|
||||
license = licenses.mit;
|
||||
url = https://jug.readthedocs.io/;
|
||||
homepage = https://jug.readthedocs.io/;
|
||||
maintainers = with maintainers; [ luispedro ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -22,6 +22,6 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
homepage = https://github.com/erocarrera/pydot;
|
||||
description = "Allows to easily create both directed and non directed graphs from Python";
|
||||
licenses = with lib.licenses; [ mit ];
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
license = licenses.mit;
|
||||
website = https://pypi.python.org/pypi/pytest-catchlog/;
|
||||
homepage = https://pypi.python.org/pypi/pytest-catchlog/;
|
||||
description = "py.test plugin to create a 'tmpdir' containing predefined files/directories.";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,8 +38,8 @@ buildPythonPackage rec {
|
||||
description = "GPGPU algorithms for PyCUDA and PyOpenCL";
|
||||
homepage = https://github.com/fjarri/reikna;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainer = stdenv.lib.maintainers.fridh;
|
||||
maintainers = [ stdenv.lib.maintainers.fridh ];
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,6 +27,6 @@ buildPythonPackage rec {
|
||||
description = "Download files using requests and save them to a target path";
|
||||
homepage = https://www.github.com/takluyver/requests_download;
|
||||
license = lib.licenses.mit;
|
||||
maintainer = lib.maintainers.fridh;
|
||||
maintainers = [ lib.maintainers.fridh ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,6 +22,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://pypi.python.org/pypi/requestsexceptions";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ makefu ];
|
||||
patforms = platforms.all;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -21,6 +21,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/mitya57/secretstorage";
|
||||
description = "Python bindings to FreeDesktop.org Secret Service API";
|
||||
license = licenses.bsdOriginal;
|
||||
maintainer = with maintainers; [ teto ];
|
||||
maintainers = with maintainers; [ teto ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,6 +27,6 @@ buildPythonPackage rec {
|
||||
description = "Collection of utilities for interacting with PyPI";
|
||||
homepage = https://github.com/pypa/twine;
|
||||
license = lib.licenses.asl20;
|
||||
maintainer = with lib.maintainers; [ fridh ];
|
||||
maintainers = with lib.maintainers; [ fridh ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://pythonhosted.org/uncertainties/;
|
||||
description = "Transparent calculations with uncertainties on the quantities involved (aka error propagation)";
|
||||
maintainer = with maintainers; [ rnhmjoj ];
|
||||
maintainers = with maintainers; [ rnhmjoj ];
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -13,6 +13,6 @@ buildPythonPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "take version numbers from version control";
|
||||
homepage = https://github.com/habnabit/vcversioner;
|
||||
licenses = licenses.isc;
|
||||
license = licenses.isc;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user