treewide: resolve pypi.org and related redirects (#523187)

This commit is contained in:
Yohann Boniface 2026-05-24 11:57:04 +00:00 committed by GitHub
commit bf7361f4c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 38 additions and 38 deletions

View file

@ -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";
};

View file

@ -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;
};
};

View file

@ -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;
};

View file

@ -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 = [

View file

@ -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;
};
}

View file

@ -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 = [ ];
};

View file

@ -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;

View file

@ -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 ];

View file

@ -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 = [ ];
};

View file

@ -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;
};
}

View file

@ -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;
};
}

View file

@ -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 = [ ];
};

View file

@ -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 ];

View file

@ -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;
};

View file

@ -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 = [ ];

View file

@ -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 ];

View file

@ -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";
};

View file

@ -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;
};
}

View file

@ -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 = [ ];

View file

@ -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";
};
}

View file

@ -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";
};
})

View file

@ -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;

View file

@ -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 ];
};

View file

@ -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";
};
}

View file

@ -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 ];
};

View file

@ -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;
};

View file

@ -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;

View file

@ -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 ];

View file

@ -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";

View file

@ -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 ];
};

View file

@ -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;
};
}

View file

@ -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;
};
}

View file

@ -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;
};
}

View file

@ -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;

View file

@ -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;
};
}

View file

@ -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 ];
};

View file

@ -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 ];

View file

@ -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