Merge branch 'master' into staging
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -12,11 +12,11 @@
|
||||
buildPythonPackage rec {
|
||||
name = "${pname}-${version}";
|
||||
pname = "botocore";
|
||||
version = "1.7.43";
|
||||
version = "1.8.10";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0wyyj7sk7dh9v7i1g5jc5maqdadvbs4khi7srz0095cywkjqpysc";
|
||||
sha256 = "16dznd0mxxs8imsl228vx5s9bz9v7ggajs496jy21n5a19cadkch";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
19
pkgs/development/python-modules/lmtpd/default.nix
Normal file
19
pkgs/development/python-modules/lmtpd/default.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi, fetchFromGitHub }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
name = "${pname}-${version}";
|
||||
pname = "lmtpd";
|
||||
version = "6.0.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "192d1j9lj9i6f4llwg51817am4jj8pjvlqmkx03spmsay6f832bm";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/moggers87/lmtpd;
|
||||
description = "LMTP counterpart to smtpd in the Python standard library";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ jluttine ];
|
||||
};
|
||||
}
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -14,11 +14,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "s3transfer";
|
||||
version = "0.1.11";
|
||||
version = "0.1.12";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0yfrfnf404cxzn3iswibqjxklsl0b1lwgqiml6pwiqj79a7zbwbn";
|
||||
sha256 = "07hjj1cy62sc3rh5lhna9mhylp7h7aak4v6mf6809q4nc8j1p28h";
|
||||
};
|
||||
|
||||
foo = 1;
|
||||
|
||||
29
pkgs/development/python-modules/salmon/default.nix
Normal file
29
pkgs/development/python-modules/salmon/default.nix
Normal file
@@ -0,0 +1,29 @@
|
||||
{ stdenv, buildPythonPackage, fetchFromGitHub, pythonOlder, nose, dns
|
||||
, chardet, lmtpd, pythondaemon, six, jinja2, mock }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "salmon";
|
||||
# NOTE: The latest release version 2 is over 3 years old. So let's use some
|
||||
# recent commit from master. There will be a new release at some point, then
|
||||
# one can change this to use PyPI. See:
|
||||
# https://github.com/moggers87/salmon/issues/52
|
||||
version = "bec795cdab744be4f103d8e35584dfee622ddab2";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "moggers87";
|
||||
repo = "salmon";
|
||||
rev = version;
|
||||
sha256 = "0nx8pyxy7n42nsqqvhd85ycm1i5wlacsi7lwb4rrs9d416bpd300";
|
||||
};
|
||||
|
||||
checkInputs = [ nose jinja2 mock ];
|
||||
propagatedBuildInputs = [ chardet dns lmtpd pythondaemon six ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://salmon-mail.readthedocs.org/;
|
||||
description = "Pythonic mail application server";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ jluttine ];
|
||||
};
|
||||
}
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
28
pkgs/development/python-modules/xmltodict/default.nix
Normal file
28
pkgs/development/python-modules/xmltodict/default.nix
Normal file
@@ -0,0 +1,28 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, coverage
|
||||
, nose
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "xmltodict";
|
||||
version = "0.11.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "8f8d7d40aa28d83f4109a7e8aa86e67a4df202d9538be40c0cb1d70da527b0df";
|
||||
};
|
||||
|
||||
checkInputs = [ coverage nose ];
|
||||
|
||||
checkPhase = ''
|
||||
nosetests
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Makes working with XML feel like you are working with JSON";
|
||||
homepage = https://github.com/martinblech/xmltodict;
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user