mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
treewide: resolve pypi.org and related redirects (#523187)
This commit is contained in:
commit
bf7361f4c3
38 changed files with 38 additions and 38 deletions
|
|
@ -73,7 +73,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
|||
|
||||
meta = {
|
||||
description = "Tool that converts RSS/Atom newsfeeds to email";
|
||||
homepage = "https://pypi.python.org/pypi/rss2email";
|
||||
homepage = "https://pypi.org/project/rss2email/";
|
||||
license = lib.licenses.gpl2;
|
||||
mainProgram = "r2e";
|
||||
};
|
||||
|
|
|
|||
2
pkgs/development/misc/resholve/deps.nix
generated
2
pkgs/development/misc/resholve/deps.nix
generated
|
|
@ -54,7 +54,7 @@ rec {
|
|||
|
||||
meta = {
|
||||
description = "Python 2 and 3 compatibility library";
|
||||
homepage = "https://pypi.python.org/pypi/six/";
|
||||
homepage = "https://pypi.org/project/six/";
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = {
|
||||
description = "Atomic file writes on POSIX";
|
||||
homepage = "https://pypi.python.org/pypi/atomicwrites";
|
||||
homepage = "https://pypi.org/project/atomicwrites/";
|
||||
maintainers = with lib.maintainers; [ matthiasbeyer ];
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
|||
meta = {
|
||||
description = "Serialization and RPC framework";
|
||||
mainProgram = "avro";
|
||||
homepage = "https://pypi.python.org/pypi/avro-python3/";
|
||||
homepage = "https://pypi.org/project/avro-python3/";
|
||||
license = lib.licenses.asl20;
|
||||
|
||||
maintainers = [
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
|||
meta = {
|
||||
description = "Serialization and RPC framework";
|
||||
mainProgram = "avro";
|
||||
homepage = "https://pypi.python.org/pypi/avro3k/";
|
||||
homepage = "https://pypi.org/project/avro3k/";
|
||||
license = lib.licenses.asl20;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = {
|
||||
description = "Python port of YUI CSS Compressor";
|
||||
homepage = "https://pypi.python.org/pypi/csscompressor";
|
||||
homepage = "https://pypi.org/project/csscompressor/";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ buildPythonPackage rec {
|
|||
dependency for the Mezzanine CMS for Django.
|
||||
'';
|
||||
homepage = "https://github.com/stephenmcd/filebrowser-safe";
|
||||
downloadPage = "https://pypi.python.org/pypi/filebrowser_safe/";
|
||||
downloadPage = "https://pypi.org/project/filebrowser_safe/";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ prikhi ];
|
||||
platforms = lib.platforms.unix;
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ buildPythonPackage rec {
|
|||
address these specific issues.
|
||||
'';
|
||||
homepage = "https://github.com/stephenmcd/grappelli-safe";
|
||||
downloadPage = "http://pypi.python.org/pypi/grappelli_safe/";
|
||||
downloadPage = "http://pypi.org/pypi/grappelli_safe/";
|
||||
changelog = "https://github.com/stephenmcd/grappelli-safe/releases/tag/v${version}";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ prikhi ];
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = {
|
||||
description = "JSON RPC client library - Pelix compatible fork";
|
||||
homepage = "https://pypi.python.org/pypi/jsonrpclib-pelix/";
|
||||
homepage = "https://pypi.org/project/jsonrpclib-pelix/";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = {
|
||||
description = "Documentation builder";
|
||||
homepage = "https://pypi.python.org/pypi/manuel";
|
||||
homepage = "https://pypi.org/project/manuel/";
|
||||
license = lib.licenses.zpl20;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ python.pkgs.buildPythonPackage rec {
|
|||
This is a python module for monitoring memory consumption of a process as
|
||||
well as line-by-line analysis of memory consumption for python programs.
|
||||
'';
|
||||
homepage = "https://pypi.python.org/pypi/memory_profiler";
|
||||
homepage = "https://pypi.org/project/memory_profiler/";
|
||||
license = lib.licenses.bsd3;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = {
|
||||
description = "Minimalistic mocking library";
|
||||
homepage = "https://pypi.python.org/pypi/MiniMock";
|
||||
homepage = "https://pypi.org/project/MiniMock/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ buildPythonPackage (finalAttrs: {
|
|||
];
|
||||
|
||||
meta = {
|
||||
homepage = "http://pypi.python.org/pypi/numericalunits";
|
||||
homepage = "http://pypi.org/pypi/numericalunits/";
|
||||
description = "Package that lets you define quantities with unit";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ nickcao ];
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = "https://pypi.python.org/pypi/pdfkit";
|
||||
homepage = "https://pypi.org/project/pdfkit/";
|
||||
description = "Wkhtmltopdf python wrapper to convert html to pdf using the webkit rendering engine and qt";
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ buildPythonPackage (finalAttrs: {
|
|||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = "https://pypi.python.org/pypi/progressbar";
|
||||
homepage = "https://pypi.org/project/progressbar/";
|
||||
description = "Text progressbar library for python";
|
||||
license = lib.licenses.lgpl3Plus;
|
||||
maintainers = [ ];
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = "https://pypi.python.org/pypi/progressbar33";
|
||||
homepage = "https://pypi.org/project/progressbar33/";
|
||||
description = "Text progressbar library for python";
|
||||
license = lib.licenses.lgpl3Plus;
|
||||
maintainers = with lib.maintainers; [ twey ];
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = {
|
||||
description = "Test classes and test cases using decorators, execute test cases by command line, and get clear reports";
|
||||
homepage = "https://pypi.python.org/pypi/ptest";
|
||||
homepage = "https://pypi.org/project/ptest/";
|
||||
license = lib.licenses.asl20;
|
||||
mainProgram = "ptest";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = {
|
||||
description = "PyMySQL dialect for SQL Alchemy";
|
||||
homepage = "https://pypi.python.org/pypi/pymysql_sa";
|
||||
homepage = "https://pypi.org/project/pymysql_sa/";
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = {
|
||||
description = "Python Wrapper for Mac OS 10.8 Notification Center";
|
||||
homepage = "https://pypi.python.org/pypi/pync";
|
||||
homepage = "https://pypi.org/project/pync/";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.darwin;
|
||||
maintainers = [ ];
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = {
|
||||
license = lib.licenses.mit;
|
||||
homepage = "https://pypi.python.org/pypi/pytest-catchlog/";
|
||||
homepage = "https://pypi.org/project/pytest-catchlog/";
|
||||
description = "py.test plugin to catch log messages. This is a fork of pytest-capturelog";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ buildPythonPackage (finalAttrs: {
|
|||
|
||||
meta = {
|
||||
license = lib.licenses.mit;
|
||||
homepage = "https://pypi.python.org/pypi/pytest-flakes";
|
||||
homepage = "https://pypi.org/project/pytest-flakes/";
|
||||
description = "Pytest plugin to check source code with pyflakes";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ buildPythonPackage rec {
|
|||
doCheck = !stdenv.buildPlatform.isDarwin;
|
||||
|
||||
meta = {
|
||||
homepage = "https://pypi.python.org/pypi/pytest-postgresql";
|
||||
homepage = "https://pypi.org/project/pytest-postgresql/";
|
||||
description = "Pytest plugin that enables you to test code on a temporary PostgreSQL database";
|
||||
changelog = "https://github.com/dbfixtures/pytest-postgresql/blob/v${version}/CHANGES.rst";
|
||||
license = lib.licenses.lgpl3Plus;
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = {
|
||||
license = lib.licenses.asl20;
|
||||
homepage = "https://pypi.python.org/pypi/pytest-quickcheck";
|
||||
homepage = "https://pypi.org/project/pytest-quickcheck/";
|
||||
description = "Pytest plugin to generate random data inspired by QuickCheck";
|
||||
maintainers = with lib.maintainers; [ onny ];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = {
|
||||
license = lib.licenses.mit;
|
||||
homepage = "https://pypi.python.org/pypi/pytest-cache/";
|
||||
homepage = "https://pypi.org/project/pytest-cache/";
|
||||
description = "Pytest plugin with mechanisms for caching across test runs";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = {
|
||||
description = "Python bindings for the remote Jenkins API";
|
||||
homepage = "https://pypi.python.org/pypi/python-jenkins";
|
||||
homepage = "https://pypi.org/project/python-jenkins/";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ gador ];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
meta = {
|
||||
homepage = "http://pypi.python.org/pypi/random2";
|
||||
homepage = "http://pypi.org/pypi/random2/";
|
||||
description = "Python 3 compatible Python 2 `random` Module";
|
||||
license = lib.licenses.psfl;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = {
|
||||
description = "Import exceptions from potentially bundled packages in requests";
|
||||
homepage = "https://pypi.python.org/pypi/requestsexceptions";
|
||||
homepage = "https://pypi.org/project/requestsexceptions/";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ makefu ];
|
||||
platforms = lib.platforms.all;
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
|||
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://pypi.python.org/pypi/rfc3987";
|
||||
homepage = "https://pypi.org/project/rfc3987/";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
description = "Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)";
|
||||
maintainers = with lib.maintainers; [ vanschelven ];
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ buildPythonPackage (finalAttrs: {
|
|||
meta = {
|
||||
description = "Integer to Roman numerals converter";
|
||||
changelog = "https://github.com/zopefoundation/roman/blob/${finalAttrs.version}/CHANGES.rst";
|
||||
homepage = "https://pypi.python.org/pypi/roman";
|
||||
homepage = "https://pypi.org/project/roman/";
|
||||
license = lib.licenses.psfl;
|
||||
maintainers = with lib.maintainers; [ sigmanificient ];
|
||||
mainProgram = "roman";
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = {
|
||||
description = "Python subprocess interface";
|
||||
homepage = "https://pypi.python.org/pypi/sh/";
|
||||
homepage = "https://pypi.org/project/sh/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ siriobalmelli ];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = {
|
||||
description = "Console colouring for python";
|
||||
homepage = "https://pypi.python.org/pypi/python-termstyle/0.1.10";
|
||||
homepage = "https://pypi.org/project/python-termstyle/";
|
||||
license = lib.licenses.bsdOriginal;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ buildPythonPackage rec {
|
|||
meta = {
|
||||
description = "Database of test results which can be used as part of developer workflow";
|
||||
mainProgram = "testr";
|
||||
homepage = "https://pypi.python.org/pypi/testrepository";
|
||||
homepage = "https://pypi.org/project/testrepository/";
|
||||
license = lib.licenses.bsd2;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = {
|
||||
description = "Pure Python implementation of SSL and TLS";
|
||||
homepage = "https://pypi.python.org/pypi/tlslite";
|
||||
homepage = "https://pypi.org/project/tlslite/";
|
||||
license = lib.licenses.bsd3;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = {
|
||||
description = "Topological sort algorithm";
|
||||
homepage = "https://pypi.python.org/pypi/toposort/";
|
||||
homepage = "https://pypi.org/project/toposort/";
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.asl20;
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = {
|
||||
description = "Backport of traceback to older supported Pythons";
|
||||
homepage = "https://pypi.python.org/pypi/traceback2/";
|
||||
homepage = "https://pypi.org/project/traceback2/";
|
||||
license = lib.licenses.psfl;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = {
|
||||
description = "Explicitly typed attributes for Python";
|
||||
homepage = "https://pypi.python.org/pypi/traits";
|
||||
homepage = "https://pypi.org/project/traits/";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ bot-wxt1221 ];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = {
|
||||
description = "Exception interfaces and implementations";
|
||||
homepage = "https://pypi.python.org/pypi/zope.exceptions";
|
||||
homepage = "https://pypi.org/project/zope.exceptions/";
|
||||
changelog = "https://github.com/zopefoundation/zope.exceptions/blob/${version}/CHANGES.rst";
|
||||
license = lib.licenses.zpl21;
|
||||
maintainers = with lib.maintainers; [ nickcao ];
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ buildPythonPackage {
|
|||
|
||||
meta = {
|
||||
description = "Utilities to facilitate the installation of Python packages";
|
||||
homepage = "https://pypi.python.org/pypi/setuptools";
|
||||
homepage = "https://pypi.org/project/setuptools/";
|
||||
license = with lib.licenses; [
|
||||
psfl
|
||||
zpl20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue