treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-03-31 21:11:51 -04:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions

View File

@@ -25,7 +25,7 @@ buildPythonPackage rec {
doCheck = false;
meta = {
homepage = https://bitbucket.org/amentajo/lib3to2;
homepage = "https://bitbucket.org/amentajo/lib3to2";
description = "Refactors valid 3.x syntax into valid 2.x syntax, if a syntactical conversion is possible";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ mt-caret ];

View File

@@ -58,7 +58,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A Python library that lets you schedule your Python code to be executed";
homepage = https://pypi.python.org/pypi/APScheduler/;
homepage = "https://pypi.python.org/pypi/APScheduler/";
license = licenses.mit;
};
}
}

View File

@@ -37,7 +37,7 @@ buildPythonPackage rec {
doCheck = !stdenv.isDarwin;
meta = with lib; {
homepage = http://babel.edgewall.org;
homepage = "http://babel.edgewall.org";
description = "A collection of tools for internationalizing Python applications";
license = licenses.bsd3;
maintainers = with maintainers; [ ];

View File

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

View File

@@ -25,7 +25,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Pythonic remote execution";
homepage = https://www.fabfile.org/;
homepage = "https://www.fabfile.org/";
license = licenses.bsd2;
maintainers = [ maintainers.costrouc ];
};

View File

@@ -24,7 +24,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "FormEncode validates and converts nested structures";
homepage = http://formencode.org;
homepage = "http://formencode.org";
license = licenses.mit;
};
}

View File

@@ -21,7 +21,7 @@ buildPythonPackage rec {
meta = {
description = "MaxMind GeoIP Legacy Database - Python API";
homepage = https://www.maxmind.com/;
homepage = "https://www.maxmind.com/";
maintainers = with lib.maintainers; [ jluttine ];
license = lib.licenses.lgpl21Plus;
};

View File

@@ -26,7 +26,7 @@ buildPythonPackage rec {
meta = {
description = "Python Git Library";
maintainers = [ ];
homepage = https://github.com/gitpython-developers/GitPython;
homepage = "https://github.com/gitpython-developers/GitPython";
license = lib.licenses.bsd3;
};
}

View File

@@ -22,7 +22,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with lib; {
homepage = https://github.com/originell/jpype/;
homepage = "https://github.com/originell/jpype/";
license = licenses.asl20;
description = "A Python to Java bridge";
};

View File

@@ -18,7 +18,7 @@ buildPythonPackage rec {
];
meta = with lib; {
homepage = https://github.com/baztian/jaydebeapi;
homepage = "https://github.com/baztian/jaydebeapi";
license = licenses.lgpl2;
description = "Use JDBC database drivers from Python 2/3 or Jython with a DB-API";
};

View File

@@ -22,7 +22,7 @@ buildPythonPackage rec {
__darwinAllowLocalNetworking = true;
meta = {
homepage = https://pythonhosted.org/Logbook/;
homepage = "https://pythonhosted.org/Logbook/";
description = "A logging replacement for Python";
license = lib.licenses.bsd3;
};

View File

@@ -27,7 +27,7 @@ buildPythonPackage rec {
meta = {
description = "Super-fast templating language";
homepage = http://www.makotemplates.org;
homepage = "http://www.makotemplates.org";
license = lib.licenses.mit;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ domenkozar ];

View File

@@ -21,7 +21,7 @@ buildPythonPackage rec {
meta = {
description = "A wrapper around various text markup languages.";
homepage = https://github.com/retext-project/pymarkups;
homepage = "https://github.com/retext-project/pymarkups";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ klntsky ];
};

View File

@@ -26,7 +26,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A Python library for automating interaction with websites";
homepage = https://github.com/hickford/MechanicalSoup;
homepage = "https://github.com/hickford/MechanicalSoup";
license = licenses.mit;
maintainers = [ maintainers.jgillich ];
};

View File

@@ -68,7 +68,7 @@ buildPythonPackage rec {
'';
meta = {
homepage = https://getnikola.com/;
homepage = "https://getnikola.com/";
description = "A modular, fast, simple, static website and blog generator";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ jluttine ];

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
meta = {
description = "A toolkit for building high-level compound widgets in Python using the Tkinter module";
homepage = http://pmw.sourceforge.net/;
homepage = "http://pmw.sourceforge.net/";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mounium ];
};

View File

@@ -50,7 +50,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Python implementation of the JSON-LD API";
homepage = https://github.com/digitalbazaar/pyld;
homepage = "https://github.com/digitalbazaar/pyld";
license = licenses.bsd3;
maintainers = with maintainers; [ apeschar ];
};

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
doCheck = false;
meta = {
homepage = https://pygments.org/;
homepage = "https://pygments.org/";
description = "A generic syntax highlighter";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ ];

View File

@@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "R-Tree spatial index for Python GIS";
homepage = https://toblerity.org/rtree/;
homepage = "https://toblerity.org/rtree/";
license = licenses.lgpl21;
maintainers = with maintainers; [ bgamari ];
};

View File

@@ -82,7 +82,7 @@ in buildPythonPackage rec {
propagatedBuildInputs = [ numpy numpy.blas scipy six libgpuarray_ ];
meta = with stdenv.lib; {
homepage = http://deeplearning.net/software/theano/;
homepage = "http://deeplearning.net/software/theano/";
description = "A Python library for large-scale array computation";
license = licenses.bsd3;
maintainers = with maintainers; [ maintainers.bcdarwin ];

View File

@@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = {
description = "TurboGears plugin to support use of Cheetah templates";
homepage = http://docs.turbogears.org/TurboCheetah;
homepage = "http://docs.turbogears.org/TurboCheetah";
license = lib.licenses.mit;
};
}
}

View File

@@ -43,7 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Simplify the writing of REST APIs, and extend them with additional protocols";
homepage = http://git.openstack.org/cgit/openstack/wsme;
homepage = "http://git.openstack.org/cgit/openstack/wsme";
license = licenses.mit;
};
}

View File

@@ -26,7 +26,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Ctypes-based simple MagickWand API binding for Python";
homepage = http://wand-py.org/;
homepage = "http://wand-py.org/";
license = [ licenses.mit ];
maintainers = with maintainers; [ infinisil ];
};

View File

@@ -17,7 +17,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Calculate actual route time and distance with Waze API";
homepage = https://github.com/kovacsbalu/WazeRouteCalculator;
homepage = "https://github.com/kovacsbalu/WazeRouteCalculator";
license = licenses.gpl3;
maintainers = with maintainers; [ peterhoeg ];
};

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
meta = {
description = "A Python module for creating Excel XLSX files";
homepage = https://xlsxwriter.readthedocs.io/;
homepage = "https://xlsxwriter.readthedocs.io/";
maintainers = with lib.maintainers; [ jluttine ];
license = lib.licenses.bsd2;
};

View File

@@ -23,7 +23,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "ASCII art to image converter";
homepage = https://launchpad.net/aafigure/;
homepage = "https://launchpad.net/aafigure/";
license = licenses.bsd2;
maintainers = with maintainers; [ bjornfor ];
platforms = platforms.unix;

View File

@@ -55,7 +55,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Accurate sums and dot products for Python";
homepage = https://github.com/nschloe/accupy;
homepage = "https://github.com/nschloe/accupy";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
};

View File

@@ -24,7 +24,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A tiny script to issue and renew TLS certs from Let's Encrypt";
homepage = https://github.com/diafygi/acme-tiny;
homepage = "https://github.com/diafygi/acme-tiny";
license = licenses.mit;
};
}

View File

@@ -12,7 +12,7 @@ buildPythonPackage rec {
patches = fetchpatch {
name = "drop_test_pep8.py.patch";
url = https://bitbucket.org/blockdiag/actdiag/commits/c1f2ed5947a1e93291f5860e4e30cee098bd635d/raw;
url = "https://bitbucket.org/blockdiag/actdiag/commits/c1f2ed5947a1e93291f5860e4e30cee098bd635d/raw";
sha256 = "1zxzwb0fvwlc8xgs45fx65341sjhb3h6l2p6rdj6i127vg1hsxb4";
};
@@ -24,7 +24,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Generate activity-diagram image from spec-text file (similar to Graphviz)";
homepage = http://blockdiag.com/;
homepage = "http://blockdiag.com/";
license = licenses.asl20;
platforms = platforms.unix;
maintainers = with maintainers; [ bjornfor ];

View File

@@ -14,7 +14,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Library to make it easy for python application to authenticate to Azure Active Directory (AAD) in order to access AAD protected web resources";
homepage = https://github.com/AzureAD/azure-activedirectory-library-for-python;
homepage = "https://github.com/AzureAD/azure-activedirectory-library-for-python";
license = licenses.mit;
maintainers = with maintainers; [ phreedom ];
};

View File

@@ -33,7 +33,7 @@ buildPythonPackage {
meta = with lib; {
description = "A pure python implementation of the Android ADB and Fastboot protocols";
homepage = https://github.com/JeffLIrion/python-adb/tree/adb-homeassistant;
homepage = "https://github.com/JeffLIrion/python-adb/tree/adb-homeassistant";
license = licenses.asl20;
maintainers = [ maintainers.makefu ];
};

View File

@@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
meta = with lib; {
description = "A commandline access to addic7ed subtitles";
homepage = https://github.com/BenoitZugmeyer/addic7ed-cli;
homepage = "https://github.com/BenoitZugmeyer/addic7ed-cli";
license = licenses.mit;
maintainers = with maintainers; [ aethelz ];
platforms = platforms.unix;

View File

@@ -27,6 +27,6 @@ buildPythonPackage rec {
description = "Advanced Enumerations (compatible with Python's stdlib Enum), NamedTuples, and NamedConstants";
maintainers = with stdenv.lib.maintainers; [ vrthra ];
license = with stdenv.lib.licenses; [ bsd3 ];
homepage = https://bitbucket.org/stoneleaf/aenum;
homepage = "https://bitbucket.org/stoneleaf/aenum";
};
}

View File

@@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Matrices describing affine transformation of the plane";
license = licenses.bsd3;
homepage = https://github.com/sgillies/affine;
homepage = "https://github.com/sgillies/affine";
maintainers = with maintainers; [ mredaelli ];
};

View File

@@ -14,7 +14,7 @@ buildPythonPackage rec {
meta = {
description = "control processor affinity on windows and linux";
homepage = http://cheeseshop.python.org/pypi/affinity;
homepage = "http://cheeseshop.python.org/pypi/affinity";
license = with lib.licenses; [ psfl ];
};
}

View File

@@ -13,7 +13,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Adds read support for dbf files to agate";
homepage = https://github.com/wireservice/agate-dbf;
homepage = "https://github.com/wireservice/agate-dbf";
license = with licenses; [ mit ];
maintainers = with maintainers; [ vrthra ];
};

View File

@@ -21,7 +21,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Adds read support for excel files to agate";
homepage = https://github.com/wireservice/agate-excel;
homepage = "https://github.com/wireservice/agate-excel";
license = licenses.mit;
maintainers = with maintainers; [ vrthra ];
};

View File

@@ -13,7 +13,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Adds SQL read/write support to agate.";
homepage = https://github.com/wireservice/agate-sql;
homepage = "https://github.com/wireservice/agate-sql";
license = with licenses; [ mit ];
maintainers = with maintainers; [ vrthra ];
};

View File

@@ -30,7 +30,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A Python data analysis library that is optimized for humans instead of machines";
homepage = https://github.com/wireservice/agate;
homepage = "https://github.com/wireservice/agate";
license = with licenses; [ mit ];
maintainers = with maintainers; [ vrthra ];
};

View File

@@ -34,7 +34,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with lib; {
homepage = https://github.com/polyconseil/aioamqp;
homepage = "https://github.com/polyconseil/aioamqp";
description = "AMQP implementation using asyncio";
license = licenses.bsd3;
maintainers = [ maintainers.costrouc ];

View File

@@ -41,7 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Asyncio support for PEP-567 contextvars backport";
homepage = https://github.com/fantix/aiocontextvars;
homepage = "https://github.com/fantix/aiocontextvars";
license = licenses.bsd3;
maintainers = [ maintainers.costrouc ];
};

View File

@@ -22,7 +22,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = https://github.com/saghul/aiodns;
homepage = "https://github.com/saghul/aiodns";
license = licenses.mit;
description = "Simple DNS resolver for asyncio";
};

View File

@@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = {
description = "File support for asyncio";
homepage = https://github.com/Tinche/aiofiles;
homepage = "https://github.com/Tinche/aiofiles";
license = with lib.licenses; [ asl20 ];
maintainers = with lib.maintainers; [ fridh ];
};

View File

@@ -33,7 +33,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Ftp client/server for asyncio";
homepage = https://github.com/aio-libs/aioftp;
homepage = "https://github.com/aio-libs/aioftp";
license = licenses.asl20;
maintainers = [ maintainers.costrouc ];
};

View File

@@ -15,7 +15,7 @@ buildPythonPackage rec {
doCheck = false; # https://github.com/decentfox/aioh2/issues/17
meta = with lib; {
homepage = https://github.com/decentfox/aioh2;
homepage = "https://github.com/decentfox/aioh2";
description = "HTTP/2 implementation with hyper-h2 on Python 3 asyncio";
license = licenses.bsd3;
maintainers = [ maintainers.qyliss ];

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Jinja2 support for aiohttp";
homepage = https://github.com/aio-libs/aiohttp_jinja2;
homepage = "https://github.com/aio-libs/aiohttp_jinja2";
license = licenses.asl20;
maintainers = with maintainers; [ peterhoeg ];
};

View File

@@ -13,7 +13,7 @@ buildPythonPackage rec {
patches = [
(fetchpatch {
url = https://github.com/aio-libs/aiohttp-remotes/commit/188772abcea038c31dae7d607e487eeed44391bc.patch;
url = "https://github.com/aio-libs/aiohttp-remotes/commit/188772abcea038c31dae7d607e487eeed44391bc.patch";
sha256 = "0pb1y4jb8ar1szhnjiyj2sdmdk6z9h6c3wrxw59nv9kr3if5igvs";
})
];
@@ -26,7 +26,7 @@ buildPythonPackage rec {
'';
meta = with lib; {
homepage = https://github.com/wikibusiness/aiohttp-remotes;
homepage = "https://github.com/wikibusiness/aiohttp-remotes";
description = "A set of useful tools for aiohttp.web server";
license = licenses.mit;
maintainers = [ maintainers.qyliss ];

View File

@@ -26,7 +26,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Swagger API Documentation builder for aiohttp";
homepage = https://github.com/cr0hn/aiohttp-swagger;
homepage = "https://github.com/cr0hn/aiohttp-swagger";
license = licenses.mit;
maintainers = with maintainers; [ elohmeier ];
};

View File

@@ -63,7 +63,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Asynchronous HTTP Client/Server for Python and asyncio";
license = licenses.asl20;
homepage = https://github.com/aio-libs/aiohttp;
homepage = "https://github.com/aio-libs/aiohttp";
maintainers = with maintainers; [ dotlambda ];
};
}

View File

@@ -13,7 +13,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "asyncio package to talk to Philips Hue";
homepage = https://github.com/balloob/aiohue;
homepage = "https://github.com/balloob/aiohue";
license = licenses.asl20;
};
}

View File

@@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python asyncio IMAP4rev1 client library";
homepage = https://github.com/bamthomas/aioimaplib;
homepage = "https://github.com/bamthomas/aioimaplib";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ dotlambda ];
};

View File

@@ -42,7 +42,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Kafka integration with asyncio";
homepage = https://aiokafka.readthedocs.org;
homepage = "https://aiokafka.readthedocs.org";
license = licenses.asl20;
maintainers = [ maintainers.costrouc ];
};

View File

@@ -23,7 +23,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ aiolifx ];
meta = with lib; {
homepage = https://github.com/amelchio/aiolifx_effects;
homepage = "https://github.com/amelchio/aiolifx_effects";
license = licenses.mit;
description = "Light effects (pulse, colorloop ...) for LIFX lights running on aiolifx";
maintainers = with maintainers; [ netixx ];

View File

@@ -23,7 +23,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ bitstring ifaddr ];
meta = with lib; {
homepage = https://github.com/frawau/aiolifx;
homepage = "https://github.com/frawau/aiolifx";
license = licenses.mit;
description = "API for local communication with LIFX devices over a LAN with asyncio";
maintainers = with maintainers; [ netixx ];

View File

@@ -40,7 +40,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "MySQL driver for asyncio";
homepage = https://github.com/aio-libs/aiomysql;
homepage = "https://github.com/aio-libs/aiomysql";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
};

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = {
description = "A library that integrates the multiprocessing module with asyncio";
homepage = https://github.com/dano/aioprocessing;
homepage = "https://github.com/dano/aioprocessing";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ uskudnik ];
};

View File

@@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Asyncio (PEP 3156) Redis client library";
homepage = https://github.com/aio-libs/aioredis;
homepage = "https://github.com/aio-libs/aioredis";
license = licenses.mit;
maintainers = with maintainers; [ mmai ];
};

View File

@@ -40,7 +40,7 @@ buildPythonPackage rec {
meta = {
description = "A helper to mock/fake web requests in python aiohttp package";
homepage = https://github.com/pnuckowski/aioresponses;
homepage = "https://github.com/pnuckowski/aioresponses";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ rvl ];
};

View File

@@ -20,6 +20,6 @@ buildPythonPackage rec {
meta = {
description = "Transport, protocol and framing-independent async RPC client and server implementation";
license = lib.licenses.mit;
homepage = https://github.com/kyuupichan/aiorpcX;
homepage = "https://github.com/kyuupichan/aiorpcX";
};
}

View File

@@ -38,7 +38,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Boilerplate for asyncio applications";
homepage = https://github.com/cjrh/aiorun;
homepage = "https://github.com/cjrh/aiorun";
license = licenses.asl20;
maintainers = [ maintainers.costrouc ];
};

View File

@@ -22,7 +22,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with lib; {
homepage = https://aiosmtpd.readthedocs.io/en/latest/;
homepage = "https://aiosmtpd.readthedocs.io/en/latest/";
description = "Asyncio based SMTP server";
longDescription = ''
This is a server for SMTP and related protocols, similar in utility to the

View File

@@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Asyncio bridge to the standard sqlite3 module";
homepage = https://github.com/jreese/aiosqlite;
homepage = "https://github.com/jreese/aiosqlite";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
};

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "An asynchronous Python library for communicating with Unifi Controller API";
homepage = https://pypi.python.org/pypi/aiounifi/;
homepage = "https://pypi.python.org/pypi/aiounifi/";
license = licenses.mit;
maintainers = with maintainers; [ peterhoeg ];
};

View File

@@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Test asyncio code more easily";
homepage = https://github.com/kwarunek/aiounittest;
homepage = "https://github.com/kwarunek/aiounittest";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
};

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A pure python implementation of multicast DNS service discovery";
homepage = https://github.com/jstasiak/python-zeroconf;
homepage = "https://github.com/jstasiak/python-zeroconf";
license = licenses.lgpl21;
maintainers = with maintainers; [ obadz ];
};

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = https://github.com/bitprophet/alabaster;
homepage = "https://github.com/bitprophet/alabaster";
description = "A Sphinx theme";
license = licenses.bsd3;
};

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = https://bitbucket.org/zzzeek/alembic;
homepage = "https://bitbucket.org/zzzeek/alembic";
description = "A database migration tool for SQLAlchemy";
license = licenses.mit;
};

View File

@@ -22,7 +22,7 @@ buildPythonPackage rec {
disabled = pythonOlder "3.5";
meta = with stdenv.lib; {
homepage = https://alerta.io;
homepage = "https://alerta.io";
description = "Alerta Monitoring System server";
license = licenses.asl20;
};

View File

@@ -22,7 +22,7 @@ buildPythonPackage rec {
disabled = pythonOlder "3.5";
meta = with stdenv.lib; {
homepage = https://alerta.io;
homepage = "https://alerta.io";
description = "Alerta Monitoring System command-line interface";
license = licenses.asl20;
};

View File

@@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Algebraic data types for Python";
homepage = https://github.com/jspahrsummers/adt;
homepage = "https://github.com/jspahrsummers/adt";
license = licenses.mit;
maintainers = with maintainers; [ uri-canva ];
platforms = platforms.unix;

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Pairwise test combinations generator";
homepage = https://github.com/thombashi/allpairspy;
homepage = "https://github.com/thombashi/allpairspy";
license = licenses.mit;
};
}

View File

@@ -66,7 +66,7 @@ buildPythonPackage rec {
'';
meta = with stdenv.lib; {
homepage = https://github.com/pazz/alot;
homepage = "https://github.com/pazz/alot";
description = "Terminal MUA using notmuch mail";
license = licenses.gpl3;
platforms = platforms.linux;

View File

@@ -27,7 +27,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Amazon Kinesis Client Library for Python";
homepage = https://github.com/awslabs/amazon-kinesis-client-python;
homepage = "https://github.com/awslabs/amazon-kinesis-client-python";
license = licenses.amazonsl;
maintainers = with maintainers; [ psyanticy ];
};

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = https://github.com/celery/py-amqp;
homepage = "https://github.com/celery/py-amqp";
description = "Python client for the Advanced Message Queuing Procotol (AMQP). This is a fork of amqplib which is maintained by the Celery project";
license = licenses.lgpl21;
};

View File

@@ -18,7 +18,7 @@ buildPythonPackage rec {
'';
meta = with stdenv.lib; {
homepage = https://github.com/barryp/py-amqplib;
homepage = "https://github.com/barryp/py-amqplib";
description = "Python client for the Advanced Message Queuing Procotol (AMQP)";
license = licenses.lgpl21;
};

View File

@@ -30,7 +30,7 @@ buildPythonPackage rec {
meta = {
description = "Tool and python library to interact with Android Files";
homepage = https://github.com/androguard/androguard;
homepage = "https://github.com/androguard/androguard";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.pmiddend ];
};

View File

@@ -27,7 +27,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Helper module to easily develop git-annex remotes";
homepage = https://github.com/Lykos153/AnnexRemote;
homepage = "https://github.com/Lykos153/AnnexRemote";
license = licenses.gpl3;
maintainers = with maintainers; [ montag451 ];
};

View File

@@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk";
homepage = https://github.com/spotify/annoy;
homepage = "https://github.com/spotify/annoy";
license = licenses.asl20;
maintainers = with maintainers; [ timokau ];
};

View File

@@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Convert text with ANSI color codes to HTML";
homepage = https://github.com/ralphbean/ansi2html;
homepage = "https://github.com/ralphbean/ansi2html";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ davidtwco ];
platforms = platforms.all;

View File

@@ -53,7 +53,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "An Ansible kernel for Jupyter";
homepage = https://github.com/ansible/ansible-jupyter-kernel;
homepage = "https://github.com/ansible/ansible-jupyter-kernel";
license = licenses.asl20;
maintainers = [ maintainers.costrouc ];
};

View File

@@ -41,7 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Helps when interfacing with Ansible";
homepage = https://github.com/ansible/ansible-runner;
homepage = "https://github.com/ansible/ansible-runner";
license = licenses.asl20;
maintainers = [ maintainers.costrouc ];
};

View File

@@ -48,7 +48,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with lib; {
homepage = http://www.ansible.com;
homepage = "http://www.ansible.com";
description = "Radically simple IT automation";
license = [ licenses.gpl3 ] ;
maintainers = with maintainers; [ joamaki costrouc ];

View File

@@ -10,7 +10,7 @@ buildPythonPackage rec {
};
meta = with stdenv.lib; {
homepage = https://github.com/numerodix/ansicolor/;
homepage = "https://github.com/numerodix/ansicolor/";
description = "A library to produce ansi color output and colored highlighting and diffing";
license = licenses.asl20;
maintainers = with maintainers; [ andsild ];

View File

@@ -17,7 +17,7 @@ buildPythonPackage rec {
'';
meta = with stdenv.lib; {
homepage = https://github.com/verigak/colors/;
homepage = "https://github.com/verigak/colors/";
description = "ANSI colors for Python";
license = licenses.isc;
maintainers = with maintainers; [ copumpkin ];

View File

@@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A module for converting ANSI coded text and converts it to either plain text or HTML";
homepage = https://github.com/ansible/ansiconv;
homepage = "https://github.com/ansible/ansiconv";
license = licenses.mit;
maintainers = with maintainers; [ psyanticy ];
};

View File

@@ -37,7 +37,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Textwrap, but savvy to ANSI colors and styles";
homepage = https://github.com/jonathaneunice/ansiwrap;
homepage = "https://github.com/jonathaneunice/ansiwrap";
license = licenses.asl20;
maintainers = [ maintainers.costrouc ];
};

View File

@@ -15,7 +15,7 @@ buildPythonPackage rec {
buildInputs = [ nose ];
meta = with lib; {
homepage = https://bitbucket.org/runeh/anyjson/;
homepage = "https://bitbucket.org/runeh/anyjson/";
description = "Wrapper that selects the best available JSON implementation";
license = licenses.bsd2;
};

View File

@@ -52,7 +52,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Powerful and Lightweight Python Tree Data Structure";
homepage = https://github.com/c0fec0de/anytree;
homepage = "https://github.com/c0fec0de/anytree";
license = licenses.asl20;
maintainers = [ maintainers.worldofpeace ];
};

View File

@@ -71,13 +71,13 @@ buildPythonPackage rec {
# Not yet accepted: https://github.com/apache/airflow/pull/6562
(fetchpatch {
name = "avoid-warning-from-abc.collections";
url = https://patch-diff.githubusercontent.com/raw/apache/airflow/pull/6562.patch;
url = "https://patch-diff.githubusercontent.com/raw/apache/airflow/pull/6562.patch";
sha256 = "0swpay1qlb7f9kgc56631s1qd9k82w4nw2ggvkm7jvxwf056k61z";
})
# Not yet accepted: https://github.com/apache/airflow/pull/6561
(fetchpatch {
name = "pendulum2-compatibility";
url = https://patch-diff.githubusercontent.com/raw/apache/airflow/pull/6561.patch;
url = "https://patch-diff.githubusercontent.com/raw/apache/airflow/pull/6561.patch";
sha256 = "17hw8qyd4zxvib9zwpbn32p99vmrdz294r31gnsbkkcl2y6h9knk";
})
];

View File

@@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification";
homepage = https://github.com/marshmallow-code/apispec;
homepage = "https://github.com/marshmallow-code/apispec";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
};

View File

@@ -54,7 +54,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "The Astronomical Plotting Library in Python";
homepage = http://aplpy.github.io;
homepage = "http://aplpy.github.io";
license = licenses.mit;
maintainers = [ maintainers.smaret ];
};

View File

@@ -14,7 +14,7 @@ buildPythonPackage rec {
meta = {
description = "A python module for determining appropriate platform-specific dirs";
homepage = https://github.com/ActiveState/appdirs;
homepage = "https://github.com/ActiveState/appdirs";
license = lib.licenses.mit;
};
}

View File

@@ -17,7 +17,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "This project extends the Application Insights API surface to support Python";
homepage = https://github.com/Microsoft/ApplicationInsights-Python;
homepage = "https://github.com/Microsoft/ApplicationInsights-Python";
license = licenses.mit;
maintainers = with maintainers; [ jonringer ];
};

View File

@@ -14,8 +14,8 @@ buildPythonPackage rec {
meta = {
description = "Disable App Nap on macOS";
homepage = https://pypi.python.org/pypi/appnope;
homepage = "https://pypi.python.org/pypi/appnope";
platforms = lib.platforms.darwin;
license = lib.licenses.bsd3;
};
}
}

View File

@@ -21,7 +21,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Assertion/verification library to aid testing";
homepage = https://github.com/approvals/ApprovalTests.Python;
homepage = "https://github.com/approvals/ApprovalTests.Python";
license = licenses.asl20;
maintainers = [ maintainers.marsam ];
};

View File

@@ -18,7 +18,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A Python wrapper for the SQLite embedded relational database engine";
homepage = https://github.com/rogerbinns/apsw;
homepage = "https://github.com/rogerbinns/apsw";
license = licenses.zlib;
};
}

View File

@@ -63,7 +63,7 @@ buildPythonPackage rec {
An open source facility for XBRL, the eXtensible Business Reporting
Language supporting various standards, exposed through a Python or
REST API'' + lib.optionalString gui " and a graphical user interface";
homepage = http://arelle.org/;
homepage = "http://arelle.org/";
license = licenses.asl20;
platforms = platforms.all;
maintainers = with maintainers; [ roberth ];

View File

@@ -25,7 +25,7 @@ buildPythonPackage rec {
'';
meta = with stdenv.lib; {
homepage = https://github.com/neithere/argh/;
homepage = "https://github.com/neithere/argh/";
description = "An unobtrusive argparse wrapper with natural syntax";
license = licenses.lgpl2;
maintainers = with maintainers; [ domenkozar ];

View File

@@ -28,7 +28,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Secure Password Hashes for Python";
homepage = https://argon2-cffi.readthedocs.io/;
homepage = "https://argon2-cffi.readthedocs.io/";
license = licenses.mit;
};
}

View File

@@ -11,6 +11,6 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Command Arguments for Humans";
homepage = https://github.com/kennethreitz/args;
homepage = "https://github.com/kennethreitz/args";
};
}

Some files were not shown because too many files have changed in this diff Show More