Treewide: update some problematic homepages

These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore
This commit is contained in:
c0bw3b
2019-12-08 17:50:31 +01:00
committed by Jon
parent fd0e1eef28
commit 69b393ace5
61 changed files with 83 additions and 80 deletions

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 = https://aioeventlet.readthedocs.org/;
homepage = "https://pypi.org/project/aioeventlet/";
license = licenses.asl20;
};

View File

@@ -15,7 +15,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = https://github.com/botocore/bcdoc;
homepage = "https://github.com/boto/bcdoc";
license = licenses.asl20;
description = "ReST document generation tools for botocore";
};

View File

@@ -30,7 +30,7 @@ buildPythonPackage {
++ stdenv.lib.optional visualizationSupport pyqtgraph;
meta = with stdenv.lib; {
homepage = "http://binwalk.org";
homepage = "https://github.com/ReFirmLabs/binwalk";
description = "A tool for searching a given binary image for embedded files";
maintainers = [ maintainers.koral ];
};

View File

@@ -37,7 +37,7 @@ buildPythonPackage rec {
'';
meta = with stdenv.lib; {
homepage = https://www.boltztrap.org/;
homepage = "http://www.boltztrap.org/";
description = "Band-structure interpolator and transport coefficient calculator";
license = licenses.gpl3;
maintainers = [ maintainers.costrouc ];

View File

@@ -17,7 +17,7 @@ buildPythonPackage {
doCheck = false;
meta = with stdenv.lib; {
homepage = http://www.liquidx.net/pybugz/;
homepage = "https://github.com/williamh/pybugz";
description = "Command line interface for Bugzilla";
license = licenses.gpl2;
maintainers = [ maintainers.costrouc ];

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Simple, lightweight, and easily extensible STOMP message broker";
homepage = http://code.google.com/p/coilmq/;
homepage = "https://github.com/hozn/coilmq/";
license = licenses.asl20;
};
}

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A Python package to parse and build CSS";
homepage = http://code.google.com/p/cssutils/;
homepage = "http://cthedot.de/cssutils/";
license = licenses.lgpl3Plus;
};
}

View File

@@ -12,7 +12,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Encoder/decoder and lint/validator for JSON (JavaScript Object Notation)";
homepage = http://deron.meranda.us/python/demjson/;
homepage = "https://github.com/dmeranda/demjson";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ bjornfor ];
platforms = platforms.all;

View File

@@ -5,7 +5,7 @@ buildPythonPackage rec {
version = "20181111";
meta = {
homepage = https://code.google.com/p/google-diff-match-patch/;
homepage = "https://github.com/diff-match-patch-python/diff-match-patch";
description = "Diff, Match and Patch libraries for Plain Text";
license = lib.licenses.asl20;
};

View File

@@ -25,7 +25,7 @@ buildPythonPackage rec {
meta = {
description = "Serialize all of python (almost)";
homepage = http://www.cacr.caltech.edu/~mmckerns/dill.htm;
homepage = "https://github.com/uqfoundation/dill/";
license = lib.licenses.bsd3;
};
}
}

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Disk and file backed persistent cache";
homepage = https://www.grantjenks.com/docs/diskcache/;
homepage = "http://www.grantjenks.com/docs/diskcache/";
license = licenses.asl20;
maintainers = [ maintainers.costrouc ];
};

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A database schema evolution tool for the Django web framework";
homepage = http://code.google.com/p/django-evolution/;
homepage = "https://github.com/beanbaginc/django-evolution";
license = licenses.bsd0;
broken = true;
};

View File

@@ -11,7 +11,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols";
homepage = https://code.google.com/p/dpkt/;
homepage = "https://github.com/kbandla/dpkt";
license = licenses.bsd3;
maintainers = with maintainers; [ bjornfor ];
platforms = platforms.all;

View File

@@ -14,7 +14,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Kick ass affine-invariant ensemble MCMC sampling";
homepage = http://dan.iel.fm/emcee;
homepage = "https://emcee.readthedocs.io/";
license = licenses.mit;
};
}

View File

@@ -16,8 +16,8 @@ buildPythonPackage rec {
doCheck = false;
meta = {
description = "A module provides basic functions for parsing mime-type names and matching them against a list of media-ranges";
homepage = https://code.google.com/p/mimeparse/;
description = "Useful extra bits for Python - things that should be in the standard library";
homepage = "https://github.com/testing-cabal/extras";
license = lib.licenses.mit;
};
}
}

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = http://code.google.com/p/feedparser/;
homepage = "https://github.com/kurtmckee/feedparser";
description = "Universal feed parser";
license = licenses.bsd2;
maintainers = with maintainers; [ domenkozar ];

View File

@@ -47,7 +47,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "OGR's neat, nimble, no-nonsense API for Python";
homepage = http://toblerity.org/fiona/;
homepage = "https://fiona.readthedocs.io/";
license = licenses.bsd3;
maintainers = with maintainers; [ knedlsepp ];
};

View File

@@ -17,6 +17,6 @@ buildPythonPackage rec {
description = "Integrates official client for Elasticsearch into Flask";
license = licenses.bsd3;
maintainers = [ maintainers.mic92 ];
homepage = https://github.com/cepture/foppch/flask-elastic;
homepage = "https://github.com/marceltschoppch/flask-elastic";
};
}

View File

@@ -15,7 +15,7 @@ buildPythonPackage rec {
};
meta = with stdenv.lib; {
homepage = "http://trac.saddi.com/flup";
homepage = "https://www.saddi.com/software/flup/";
description = "FastCGI Python module set";
license = licenses.bsd0;
};

View File

@@ -23,7 +23,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Recursive descent parsing library based on functional combinators";
homepage = https://code.google.com/p/funcparserlib/;
homepage = "https://github.com/vlasovskikh/funcparserlib";
license = licenses.mit;
platforms = platforms.unix;
};

View File

@@ -25,7 +25,7 @@ buildPythonPackage {
'';
meta = with stdenv.lib; {
homepage = https://liftoffsoftware.com/;
homepage = "http://liftoffsoftware.com/";
description = "GateOne is a web-based terminal emulator and SSH client";
maintainers = with maintainers; [ tomberek ];
license = licenses.gpl3;

View File

@@ -8,7 +8,7 @@ buildPythonPackage rec {
version = "2.0.18";
src = fetchurl {
url = "https://gdata-python-client.googlecode.com/files/${pname}-${version}.tar.gz";
url = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gdata-python-client/${pname}-${version}.tar.gz";
sha256 = "1dpxl5hwyyqd71avpm5vkvw8fhlvf9liizmhrq9jphhrx0nx5rsn";
};
@@ -16,7 +16,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = https://code.google.com/p/gdata-python-client/;
homepage = "https://github.com/google/gdata-python-client";
description = "Python client library for Google data APIs";
license = licenses.asl20;
};

View File

@@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Python geospatial data analysis framework";
homepage = https://geopandas.org;
homepage = "http://geopandas.org";
license = licenses.bsd3;
maintainers = with maintainers; [ knedlsepp ];
};

View File

@@ -32,7 +32,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Google Application Utilities for Python";
homepage = http://code.google.com/p/google-apputils-python;
homepage = "https://github.com/google/google-apputils";
license = licenses.asl20;
};

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Cloud Speech API enables integration of Google speech recognition into applications.";
homepage = "https://googlecloudplatform.github.io/google-cloud-python/latest/speech/";
homepage = "https://github.com/googleapis/google-cloud-python/tree/master/speech";
license = licenses.asl20;
maintainers = with maintainers; [ vanschelven ];
};

View File

@@ -13,7 +13,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with lib; {
homepage = http://code.google.com/p/httplib2;
homepage = "https://github.com/httplib2/httplib2";
description = "A comprehensive HTTP client library";
license = licenses.mit;
maintainers = with maintainers; [ ];

View File

@@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Accessing and Modifying INI files";
homepage = http://code.google.com/p/iniparse/;
homepage = "https://github.com/candlepin/python-iniparse";
license = licenses.mit;
maintainers = with maintainers; [ danbst ];
};

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Google's IP address manipulation library";
homepage = http://code.google.com/p/ipaddr-py/;
homepage = "https://github.com/google/ipaddr-py";
license = licenses.asl20;
};

View File

@@ -28,7 +28,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Jenkins Job Builder is a system for configuring Jenkins jobs using simple YAML files stored in Git";
homepage = "https://docs.openstack.org/infra/system-config/jjb.html";
homepage = "https://docs.openstack.org/infra/jenkins-job-builder/";
license = licenses.asl20;
maintainers = with maintainers; [ ];
};

View File

@@ -30,7 +30,7 @@ buildPythonPackage rec {
meta = {
description = "Lightweight pipelining: using Python functions as pipeline jobs";
homepage = https://pythonhosted.org/joblib/;
homepage = "https://joblib.readthedocs.io/";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ costrouc ];
};

View File

@@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A modified version of Supybot, an IRC bot";
homepage = http://supybot.fr.cr;
homepage = "https://github.com/ProgVal/Limnoria";
license = licenses.bsd3;
maintainers = with maintainers; [ goibhniu ];
};

View File

@@ -14,7 +14,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Logging utilities";
homepage = http://code.google.com/p/logutils/;
homepage = "https://bitbucket.org/vinay.sajip/logutils/";
license = licenses.bsd0;
};

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = http://code.google.com/p/pymox/;
homepage = "https://pymox.readthedocs.io/";
description = "A mock object framework for Python";
license = licenses.asl20;
};

View File

@@ -46,7 +46,7 @@ buildPythonPackage rec {
meta = {
description =
"Python bindings for the Message Passing Interface standard";
homepage = http://code.google.com/p/mpi4py/;
homepage = "https://bitbucket.org/mpi4py/mpi4py/";
license = stdenv.lib.licenses.bsd3;
};
}

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = http://mpmath.googlecode.com;
homepage = "http://mpmath.org/";
description = "A pure-Python library for multiprecision floating arithmetic";
license = licenses.bsd3;
maintainers = with maintainers; [ lovek323 ];

View File

@@ -28,7 +28,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Terminal based YouTube player and downloader";
homepage = https://github.com/np1/mps-youtube;
homepage = "https://github.com/mps-youtube/mps-youtube";
license = licenses.gpl3;
maintainers = with maintainers; [ odi ];
};

View File

@@ -23,7 +23,7 @@ buildPythonPackage rec {
'';
meta = with stdenv.lib; {
homepage = http://alastair/python-musicbrainz-ngs;
homepage = "https://python-musicbrainzngs.readthedocs.org/";
description = "Python bindings for musicbrainz NGS webservice";
license = licenses.bsd2;
maintainers = with maintainers; [ domenkozar ];

View File

@@ -12,7 +12,7 @@ buildPythonPackage rec {
disabled = isPy3k || isPyPy;
src = fetchurl {
url = "http://namebench.googlecode.com/files/${pname}-${version}-source.tgz";
url = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/{pname}/${pname}-${version}-source.tgz";
sha256 = "09clbcd6wxgk4r6qw7hb78h818mvca7lijigy1mlq5y1f3lgkk1h";
};
@@ -28,15 +28,14 @@ buildPythonPackage rec {
'';
meta = with stdenv.lib; {
homepage = http://namebench.googlecode.com/;
homepage = "https://github.com/google/namebench"; # Formerly https://code.google.com/archive/p/namebench/
description = "Find fastest DNS servers available";
license = with licenses; [
asl20
# third-party program licenses (embedded in the sources)
"LGPL" # Crystal_Clear
free # dns
asl20 # graphy
"BSD" # jinja2
lgpl21 # Crystal_Clear
isc # dns
bsd3 # jinja2
];
longDescription = ''
It hunts down the fastest DNS servers available for your computer to

View File

@@ -31,7 +31,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = http://ncclient.org/;
homepage = "https://github.com/ncclient/ncclient";
description = "Python library for NETCONF clients";
license = licenses.asl20;
maintainers = with maintainers; [ xnaveira ];

View File

@@ -23,7 +23,7 @@ buildPythonPackage rec {
meta = {
description = "Optimizing NumPy's einsum function with order optimization and GPU support.";
homepage = http://optimized-einsum.readthedocs.io;
homepage = "https://optimized-einsum.readthedocs.io";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ teh ];
};

View File

@@ -113,7 +113,7 @@ in buildPythonPackage rec {
# https://github.com/pandas-dev/pandas/issues/14866
# pandas devs are no longer testing i686 so safer to assume it's broken
broken = stdenv.isi686;
homepage = http://pandas.pydata.org/;
homepage = "https://pandas.pydata.org/";
description = "Python Data Analysis Library";
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [ raskin knedlsepp ];

View File

@@ -17,7 +17,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A module provides basic functions for parsing mime-type names and matching them against a list of media-ranges";
homepage = https://code.google.com/p/mimeparse/;
homepage = "https://github.com/dbtsai/python-mimeparse";
license = licenses.mit;
};

View File

@@ -27,7 +27,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Python IRC library";
homepage = https://bitbucket.org/jaraco/irc;
homepage = "https://github.com/jaraco/irc";
license = with licenses; [ lgpl21 ];
};