Merge pull request #60010 from JohnAZoidberg/https-urls

HTTPS urls
This commit is contained in:
markuskowa
2019-04-22 23:37:07 +02:00
committed by GitHub
219 changed files with 271 additions and 272 deletions

View File

@@ -59,7 +59,7 @@ in buildPythonPackage rec {
meta = {
description = "An optimising static compiler for both the Python programming language and the extended Cython programming language";
homepage = http://cython.org;
homepage = https://cython.org;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ fridh ];
};

View File

@@ -28,7 +28,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ flask pymongo vcversioner ];
meta = {
homepage = "http://flask-pymongo.readthedocs.org/";
homepage = "https://flask-pymongo.readthedocs.org/";
description = "PyMongo support for Flask applications";
license = lib.licenses.bsd2;
};

View File

@@ -28,7 +28,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "aioeventlet implements the asyncio API (PEP 3156) on top of eventlet. It makes";
homepage = http://aioeventlet.readthedocs.org/;
homepage = https://aioeventlet.readthedocs.org/;
license = licenses.asl20;
};

View File

@@ -12,7 +12,7 @@ buildPythonPackage rec {
meta = {
description = "Runtime for ANTLR";
homepage = "http://www.antlr.org/";
homepage = "https://www.antlr.org/";
license = stdenv.lib.licenses.bsd3;
};
}

View File

@@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = {
description = "Astronomy/Astrophysics library for Python";
homepage = http://www.astropy.org;
homepage = https://www.astropy.org;
license = lib.licenses.bsd3;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ kentjames ];

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
disabled = !isPy3k;
meta = with stdenv.lib; {
homepage = http://builtoncement.com/;
homepage = https://builtoncement.com/;
description = "A CLI Application Framework for Python.";
maintainers = with maintainers; [ eqyiel ];
license = licenses.bsd3;

View File

@@ -25,7 +25,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Powerful declarative parser (and builder) for binary data";
homepage = http://construct.readthedocs.org/;
homepage = https://construct.readthedocs.org/;
license = licenses.mit;
maintainers = with maintainers; [ bjornfor ];
};

View File

@@ -17,7 +17,7 @@ buildPythonPackage rec {
meta = {
description = "Backports and enhancements for the contextlib module";
homepage = http://contextlib2.readthedocs.org/;
homepage = https://contextlib2.readthedocs.org/;
license = lib.licenses.psfl;
};
}

View File

@@ -11,7 +11,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Read DBF Files with Python";
homepage = http://dbfread.readthedocs.org/;
homepage = https://dbfread.readthedocs.org/;
license = with licenses; [ mit ];
maintainers = with maintainers; [ vrthra ];
};

View File

@@ -9,7 +9,7 @@ if isPyPy then throw "dbus-python not supported for interpreter ${python.executa
outputs = [ "out" "dev" "doc" ];
src = fetchurl {
url = "http://dbus.freedesktop.org/releases/dbus-python/${pname}-${version}.tar.gz";
url = "https://dbus.freedesktop.org/releases/dbus-python/${pname}-${version}.tar.gz";
sha256 = "1k7rnaqrk7mdkg0k6n2jn3d1mxsl7s3i07g5a8va5yvl3y3xdwg2";
};

View File

@@ -30,7 +30,7 @@ buildPythonPackage rec {
'';
meta = {
homepage = http://dendropy.org/;
homepage = https://dendropy.org/;
description = "A Python library for phylogenetic computing";
maintainers = with lib.maintainers; [ unode ];
license = lib.licenses.bsd3;

View File

@@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A helper class for handling configuration defaults of packaged apps gracefully";
homepage = http://django-appconf.readthedocs.org/;
homepage = https://django-appconf.readthedocs.org/;
license = licenses.bsd2;
maintainers = with maintainers; [ desiderius ];
};

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Compresses linked and inline JavaScript or CSS into single cached files";
homepage = http://django-compressor.readthedocs.org/en/latest/;
homepage = https://django-compressor.readthedocs.org/en/latest/;
license = licenses.mit;
maintainers = with maintainers; [ desiderius ];
};

View File

@@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Web APIs for Django, made easy";
homepage = http://www.django-rest-framework.org/;
homepage = https://www.django-rest-framework.org/;
maintainers = with maintainers; [ desiderius ];
license = licenses.bsd2;
};

View File

@@ -28,7 +28,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Dynect dns lib";
homepage = "http://dyn.readthedocs.org/en/latest/intro.html";
homepage = "https://dyn.readthedocs.org/en/latest/intro.html";
license = licenses.bsd3;
};
}

View File

@@ -21,7 +21,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Provides bindings to the generic input event interface in Linux";
homepage = http://pythonhosted.org/evdev;
homepage = https://pythonhosted.org/evdev;
license = licenses.bsd3;
maintainers = with maintainers; [ goibhniu ];
platforms = platforms.linux;

View File

@@ -10,7 +10,7 @@ buildPythonPackage rec {
};
meta = with lib; {
homepage = http://events.readthedocs.org;
homepage = https://events.readthedocs.org;
description = "Bringing the elegance of C# EventHanlder to Python";
license = licenses.bsd3;
};

View File

@@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "flexmock is a testing library for Python that makes it easy to create mocks,stubs and fakes.";
homepage = http://flexmock.readthedocs.org;
homepage = https://flexmock.readthedocs.org;
license = licenses.bsdOriginal;
};
}

View File

@@ -17,7 +17,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Collection of fancy functional tools focused on practicality";
homepage = "http://funcy.readthedocs.org/";
homepage = "https://funcy.readthedocs.org/";
license = licenses.bsd3;
};

View File

@@ -17,7 +17,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Automatically generated zsh completion function for Python's option parser modules";
homepage = http://bitbucket.org/hhatto/genzshcomp/;
homepage = https://bitbucket.org/hhatto/genzshcomp/;
license = licenses.bsd0;
};

View File

@@ -38,7 +38,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with lib; {
homepage = http://github3py.readthedocs.org/en/master/;
homepage = https://github3py.readthedocs.org/en/master/;
description = "A wrapper for the GitHub API written in python";
license = licenses.bsd3;
maintainers = with maintainers; [ pSub ];

View File

@@ -3,7 +3,7 @@
, doCheck ? true, pytest, pytest_xdist, flaky, mock
}:
buildPythonPackage rec {
# http://hypothesis.readthedocs.org/en/latest/packaging.html
# https://hypothesis.readthedocs.org/en/latest/packaging.html
# Hypothesis has optional dependencies on the following libraries
# pytz fake_factory django numpy pytest

View File

@@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A parser/generator of iCalendar files";
homepage = "http://icalendar.readthedocs.org/";
homepage = "https://icalendar.readthedocs.org/";
license = licenses.bsd2;
maintainers = with maintainers; [ olcai ];
};

View File

@@ -12,7 +12,7 @@ buildPythonPackage rec {
disabled = isPy34 || isPy35;
src = fetchurl {
url = "http://freshfoo.com/projects/IMAPClient/${pname}-${version}.tar.gz";
url = "https://freshfoo.com/projects/IMAPClient/${pname}-${version}.tar.gz";
sha256 = "0v7kd1crdbff0rmh4ddm5qszkis6hpk9084qh94al8h7g4y9l3is";
};
@@ -24,7 +24,7 @@ buildPythonPackage rec {
'';
meta = with stdenv.lib; {
homepage = http://imapclient.freshfoo.com/;
homepage = https://imapclient.readthedocs.io/en/2.1.0/;
description = "Easy-to-use, Pythonic and complete IMAP client library";
license = licenses.bsd3;
};

View File

@@ -113,7 +113,7 @@ index 77933f2..2b71e25 100644
setup(
@@ -107,7 +30,6 @@ setup(
url='http://github.com/mwilliamson/jq.py',
url='https://github.com/mwilliamson/jq.py',
license='BSD 2-Clause',
ext_modules = [jq_extension],
- cmdclass={"build_ext": jq_build_ext},

View File

@@ -25,7 +25,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Installs all the Jupyter components in one go";
homepage = "http://jupyter.org/";
homepage = "https://jupyter.org/";
license = licenses.bsd3;
platforms = platforms.all;
priority = 100; # This is a metapackage which is unimportant

View File

@@ -35,7 +35,7 @@ buildPythonPackage rec {
meta = {
description = "Jupyter protocol implementation and client libraries";
homepage = http://jupyter.org/;
homepage = https://jupyter.org/;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh ];
};

View File

@@ -32,7 +32,7 @@ buildPythonPackage rec {
meta = {
description = "Jupyter terminal console";
homepage = "http://jupyter.org/";
homepage = "https://jupyter.org/";
license = lib.licenses.bsd3;
};
}

View File

@@ -34,7 +34,7 @@ buildPythonPackage rec {
meta = {
description = "Jupyter terminal console";
homepage = "http://jupyter.org/";
homepage = "https://jupyter.org/";
license = lib.licenses.bsd3;
};
}

View File

@@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Jupyter core package. A base package on which Jupyter projects rely";
homepage = http://jupyter.org/;
homepage = https://jupyter.org/;
license = licenses.bsd3;
maintainers = with maintainers; [ fridh globin ];
};

View File

@@ -116,7 +116,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Serves multiple Jupyter notebook instances";
homepage = http://jupyter.org/;
homepage = https://jupyter.org/;
license = licenses.bsd3;
maintainers = with maintainers; [ ixxie cstrahan ];
};

View File

@@ -28,7 +28,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Jupyter lab environment notebook server extension.";
license = with licenses; [ bsd3 ];
homepage = "http://jupyter.org/";
homepage = "https://jupyter.org/";
maintainers = with maintainers; [ zimbatm costrouc ];
};
}

View File

@@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "This package is used to launch an application built using JupyterLab";
license = with licenses; [ bsd3 ];
homepage = "http://jupyter.org/";
homepage = "https://jupyter.org/";
maintainers = with maintainers; [ zimbatm ];
};
}

View File

@@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "JupyterLab Server";
homepage = http://jupyter.org;
homepage = https://jupyter.org;
license = licenses.bsdOriginal;
maintainers = [ maintainers.costrouc ];
};

View File

@@ -46,7 +46,7 @@ buildPythonPackage rec {
meta = {
description = "Converting Jupyter Notebooks";
homepage = http://jupyter.org/;
homepage = https://jupyter.org/;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh globin ];
};

View File

@@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = {
description = "The Jupyter Notebook format";
homepage = http://jupyter.org/;
homepage = https://jupyter.org/;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh globin ];
};

View File

@@ -38,7 +38,7 @@ buildPythonPackage rec {
'';
meta = with lib; {
homepage = http://nipy.org/nibabel/;
homepage = https://nipy.org/nibabel/;
description = "Access a multitude of neuroimaging data formats";
license = licenses.mit;
maintainers = with maintainers; [ ashgillman ];

View File

@@ -41,7 +41,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = http://nipy.org/nipy/;
homepage = https://nipy.org/nipy/;
description = "Software for structural and functional neuroimaging analysis";
license = licenses.bsd3;
};

View File

@@ -97,7 +97,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = http://nipy.org/nipype/;
homepage = https://nipy.org/nipype/;
description = "Neuroimaging in Python: Pipelines and Interfaces";
license = licenses.bsd3;
maintainers = with maintainers; [ ashgillman ];

View File

@@ -66,7 +66,7 @@ buildPythonPackage rec {
meta = {
description = "The Jupyter HTML notebook is a web-based notebook environment for interactive computing";
homepage = http://jupyter.org/;
homepage = https://jupyter.org/;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh globin ];
};

View File

@@ -14,7 +14,7 @@ buildPythonPackage rec {
disabled = isPy3k;
src = fetchgit {
url = "http://github.com/Eelviny/nxt-python";
url = "https://github.com/Eelviny/nxt-python";
rev = "479e20b7491b28567035f4cee294c4a2af629297";
sha256 = "0mcsajhgm2wy4iy2lhmyi3xibgmbixbchanzmlhsxk6qyjccn9r9";
branchName= "pyusb";

View File

@@ -17,7 +17,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = "http://pep8.readthedocs.org/";
homepage = "https://pep8.readthedocs.org/";
description = "Python style guide checker";
license = licenses.mit;
maintainers = with maintainers; [ garbas ];

View File

@@ -20,7 +20,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ postgresql ];
meta = with stdenv.lib; {
homepage = "http://github.com/markdrago/pgsanity";
homepage = "https://github.com/markdrago/pgsanity";
description = "Checks the syntax of Postgresql SQL files";
longDescription = ''
PgSanity checks the syntax of Postgresql SQL files by

View File

@@ -40,7 +40,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Python Reddit API wrapper";
homepage = http://praw.readthedocs.org/;
homepage = https://praw.readthedocs.org/;
license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [ ];

View File

@@ -28,7 +28,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Low-level communication layer for PRAW";
homepage = http://praw.readthedocs.org/;
homepage = https://praw.readthedocs.org/;
license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [ ];

View File

@@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Library with cross-python path, ini-parsing, io, code, log facilities";
homepage = http://pylib.readthedocs.org/;
homepage = https://pylib.readthedocs.org/;
license = licenses.mit;
};
}

View File

@@ -32,7 +32,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A Scss compiler for Python";
homepage = http://pyscss.readthedocs.org/en/latest/;
homepage = https://pyscss.readthedocs.org/en/latest/;
license = licenses.mit;
};

View File

@@ -25,7 +25,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
maintainers = with maintainers; [ guibou ];
description = "Easy hardware health monitoring in Python for Linux systems";
homepage = http://pysensors.readthedocs.org;
homepage = https://pysensors.readthedocs.org;
license = licenses.bsd2;
platforms = platforms.linux;
};

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Lightweight Python wrapper for Apache Solr";
homepage = "http://github.com/toastdriven/pysolr/";
homepage = "https://github.com/toastdriven/pysolr/";
license = licenses.bsd3;
};
}

View File

@@ -26,7 +26,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "py.test plugin for testing of Django applications";
homepage = http://pytest-django.readthedocs.org/en/latest/;
homepage = https://pytest-django.readthedocs.org/en/latest/;
license = licenses.bsd3;
};
}

View File

@@ -60,7 +60,7 @@ in buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Python bindings for Mapnik";
homepage = http://mapnik.org;
homepage = https://mapnik.org;
license = licenses.lgpl21;
};

View File

@@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "World timezone definitions, modern and historical";
homepage = "http://pythonhosted.org/pytz";
homepage = "https://pythonhosted.org/pytz";
license = licenses.mit;
maintainers = with maintainers; [ dotlambda ];
};

View File

@@ -28,7 +28,7 @@ buildPythonPackage rec {
doCheck = false;
meta = {
homepage = http://pyudev.readthedocs.org/;
homepage = https://pyudev.readthedocs.org/;
description = "Pure Python libudev binding";
license = lib.licenses.lgpl21Plus;
};

View File

@@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = {
description = "Jupyter Qt console";
homepage = http://jupyter.org/;
homepage = https://jupyter.org/;
license = lib.licenses.bsd3;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ fridh ];

View File

@@ -18,7 +18,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Remote Python Call (RPyC), a transparent and symmetric RPC library";
homepage = http://rpyc.readthedocs.org;
homepage = https://rpyc.readthedocs.org;
license = licenses.mit;
};

View File

@@ -20,7 +20,7 @@ buildPythonPackage rec {
'';
meta = with stdenv.lib; {
homepage = http://salmon-mail.readthedocs.org/;
homepage = https://salmon-mail.readthedocs.org/;
description = "Pythonic mail application server";
license = licenses.gpl3;
maintainers = with maintainers; [ jluttine ];

View File

@@ -13,7 +13,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with lib; {
homepage = http://sarge.readthedocs.org/;
homepage = https://sarge.readthedocs.org/;
description = "A wrapper for subprocess which provides command pipeline functionality";
license = licenses.bsd3;
maintainers = with maintainers; [ abbradar ];

View File

@@ -30,7 +30,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "JavaScript minifier";
homepage = http://slimit.readthedocs.org/;
homepage = https://slimit.readthedocs.org/;
license = licenses.mit;
};
}

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = http://sorl-thumbnail.readthedocs.org/en/latest/;
homepage = https://sorl-thumbnail.readthedocs.org/en/latest/;
description = "Thumbnails for Django";
license = licenses.bsd3;
};

View File

@@ -13,7 +13,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ requests ];
meta = with stdenv.lib; {
homepage = http://spotipy.readthedocs.org/;
homepage = https://spotipy.readthedocs.org/;
description = "A light weight Python library for the Spotify Web API";
license = licenses.mit;
maintainers = [ maintainers.rvolosatovs ];

View File

@@ -32,7 +32,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Helper to test WSGI applications";
homepage = http://webtest.readthedocs.org/en/latest/;
homepage = https://webtest.readthedocs.org/en/latest/;
license = licenses.mit;
};

View File

@@ -24,7 +24,7 @@ buildPythonPackage rec {
meta = {
description = "A webserver intended for web browser testing";
homepage = http://wptserve.readthedocs.org/;
homepage = https://wptserve.readthedocs.org/;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ raskin ];
};