treewide: http -> https (#42665)

This commit is contained in:
Ryan Mulligan
2018-06-27 13:12:57 -07:00
committed by xeji
parent fd68302741
commit fce8f26af6
97 changed files with 124 additions and 124 deletions

View File

@@ -25,8 +25,8 @@ buildPythonPackage rec {
applications which address the needs of current and future work in
bioinformatics.
'';
homepage = http://biopython.org/wiki/Documentation;
homepage = https://biopython.org/wiki/Documentation;
maintainers = with lib.maintainers; [ luispedro ];
license = lib.licenses.bsd3;
};
}
}

View File

@@ -10,7 +10,7 @@ buildPythonPackage rec {
};
meta = with stdenv.lib; {
homepage = http://pythonhosted.org/blinker/;
homepage = https://pythonhosted.org/blinker/;
description = "Fast, simple object-to-object and broadcast signaling";
license = licenses.mit;
maintainers = with maintainers; [ garbas ];

View File

@@ -75,7 +75,7 @@ buildPythonPackage rec {
meta = {
description = "Statistical and novel interactive HTML plots for Python";
homepage = "http://github.com/bokeh/bokeh";
homepage = https://github.com/bokeh/bokeh;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ orivej ];
};

View File

@@ -23,7 +23,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Simple Python implementation of the Git file formats and protocols";
homepage = http://samba.org/~jelmer/dulwich/;
homepage = https://samba.org/~jelmer/dulwich/;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ koral ];
};

View File

@@ -39,6 +39,6 @@ buildPythonPackage rec {
'';
license = licenses.bsd2;
maintainers = with maintainers; [ timokau ];
homepage = http://pythonhosted.org/Flask-AutoIndex/;
homepage = https://pythonhosted.org/Flask-AutoIndex/;
};
}

View File

@@ -23,7 +23,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Hierarchical Density-Based Spatial Clustering of Applications with Noise, a clustering algorithm with a scikit-learn compatible API";
homepage = http://github.com/scikit-learn-contrib/hdbscan;
homepage = https://github.com/scikit-learn-contrib/hdbscan;
license = licenses.bsd3;
maintainers = with maintainers; [ ixxie ];
};

View File

@@ -27,7 +27,7 @@ buildPythonPackage rec {
meta = {
description = "Lightweight pipelining: using Python functions as pipeline jobs";
homepage = http://pythonhosted.org/joblib/;
homepage = https://pythonhosted.org/joblib/;
license = lib.licenses.bsd3;
};
}

View File

@@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A library to parse MT940 files and returns smart Python collections for statistics and manipulation";
homepage = "http://pythonhosted.org/mt-940/";
homepage = https://pythonhosted.org/mt-940/;
license = licenses.bsd3;
};
}

View File

@@ -33,7 +33,7 @@ buildPythonPackage rec {
'';
meta = with stdenv.lib; {
homepage = http://www.logilab.org/project/pylint;
homepage = https://www.logilab.org/project/pylint;
description = "A bug and style checker for Python";
platforms = platforms.all;
license = licenses.gpl1Plus;

View File

@@ -13,7 +13,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = "http://github.com/mongodb/mongo-python-driver";
homepage = https://github.com/mongodb/mongo-python-driver;
license = licenses.asl20;
description = "Python driver for MongoDB ";
};

View File

@@ -14,7 +14,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Distributed object middleware for Python (IPC/RPC)";
homepage = http://pythonhosted.org/Pyro/;
homepage = https://pythonhosted.org/Pyro/;
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ bjornfor ];

View File

@@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with lib;{
description = "py.test plugin to abort hanging tests";
homepage = http://bitbucket.org/pytest-dev/pytest-timeout/;
homepage = https://bitbucket.org/pytest-dev/pytest-timeout/;
license = licenses.mit;
maintainers = with maintainers; [ makefu ];
};

View File

@@ -14,7 +14,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "OpenID support for modern servers and consumers";
homepage = http://github.com/openid/python-openid;
homepage = https://github.com/openid/python-openid;
license = licenses.asl20;
};
}

View File

@@ -11,7 +11,7 @@ buildPythonPackage rec {
sha256 = "d587a520182f9d8aef7659cca429f4382881589c8883a0a55322b2f94970bdb3";
};
meta = {
homepage = http://arthurdejong.org/python-stdnum/;
homepage = https://arthurdejong.org/python-stdnum/;
description = "Python module to handle standardized numbers and codes";
maintainers = with lib.maintainers; [ johbo ];
license = lib.licenses.lgpl2Plus;

View File

@@ -62,7 +62,7 @@ in buildPythonPackage rec {
meta = {
description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration.";
homepage = http://pytorch.org/;
homepage = https://pytorch.org/;
license = lib.licenses.bsd3;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ teh ];

View File

@@ -27,8 +27,8 @@ buildPythonPackage rec {
meta = {
description = "ReStructuredText viewer";
homepage = http://mg.pov.lt/restview/;
homepage = https://mg.pov.lt/restview/;
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ koral ];
};
}
}

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "S3FS builds on boto3 to provide a convenient Python filesystem interface for S3.";
homepage = http://github.com/dask/s3fs/;
homepage = https://github.com/dask/s3fs/;
license = licenses.bsd3;
maintainers = with maintainers; [ teh ];
};

View File

@@ -50,7 +50,7 @@ buildPythonPackage rec {
meta = {
description = "SciPy (pronounced 'Sigh Pie') is open-source software for mathematics, science, and engineering. ";
homepage = http://www.scipy.org/;
homepage = https://www.scipy.org/;
maintainers = with lib.maintainers; [ fridh ];
};
}

View File

@@ -32,7 +32,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A fast high-level web crawling and web scraping framework, used to crawl websites and extract structured data from their pages";
homepage = http://scrapy.org/;
homepage = https://scrapy.org/;
license = licenses.bsd3;
maintainers = with maintainers; [ drewkett ];
platforms = platforms.unix;

View File

@@ -12,7 +12,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ tornado ];
meta = with lib; {
homepage = http://github.com/mrjoes/sockjs-tornado/;
homepage = https://github.com/mrjoes/sockjs-tornado/;
description = "SockJS python server implementation on top of Tornado framework";
license = licenses.mit;
maintainers = with maintainers; [ abbradar ];

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "SPAKE2 password-authenticated key exchange library";
homepage = "http://github.com/warner/python-spake2";
homepage = https://github.com/warner/python-spake2;
license = licenses.mit;
};
}

View File

@@ -23,9 +23,9 @@ buildPythonPackage rec{
'';
meta = {
homepage = "http://github.com/pytoolz/toolz/";
homepage = https://github.com/pytoolz/toolz/;
description = "List processing tools and functional utilities";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh ];
};
}
}

View File

@@ -24,7 +24,7 @@ buildPythonPackage rec {
meta = {
description = "PyTorch vision library";
homepage = http://pytorch.org/;
homepage = https://pytorch.org/;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ ericsagnes ];
};

View File

@@ -45,7 +45,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = http://twistedmatrix.com/;
homepage = https://twistedmatrix.com/;
description = "Twisted, an event-driven networking engine written in Python";
longDescription = ''
Twisted is an event-driven networking engine written in Python

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = http://pythonhosted.org/uncertainties/;
homepage = https://pythonhosted.org/uncertainties/;
description = "Transparent calculations with uncertainties on the quantities involved (aka error propagation)";
maintainers = with maintainers; [ rnhmjoj ];
license = licenses.bsd3;

View File

@@ -18,7 +18,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Media asset management for Python, with glue code for various web frameworks";
homepage = http://github.com/miracle2k/webassets/;
homepage = https://github.com/miracle2k/webassets/;
license = licenses.bsd2;
maintainers = with maintainers; [ abbradar ];
};

View File

@@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Fast, pure-Python full text indexing, search, and spell
checking library.";
homepage = "http://bitbucket.org/mchaput/whoosh";
homepage = https://bitbucket.org/mchaput/whoosh;
license = licenses.bsd2;
maintainers = with maintainers; [ nand0p ];
platforms = platforms.all;

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with lib;{
homepage = http://jquery.org;
homepage = https://jquery.org;
description = "jquery packaged static files for python";
license = licenses.mit;
maintainers = with maintainers; [ makefu ];

View File

@@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Inter-process locks";
homepage = http://www.python.org/pypi/zc.lockfile;
homepage = https://www.python.org/pypi/zc.lockfile;
license = licenses.zpl20;
maintainers = with maintainers; [ goibhniu ];
};