pkgs: refactor needless quoting of homepage meta attribute (#27809)

* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
This commit is contained in:
Silvan Mosberger
2017-08-01 22:03:30 +02:00
committed by Frederik Rietdijk
parent 3b06b8edb7
commit f5fa5fa4d6
1394 changed files with 1449 additions and 1451 deletions

View File

@@ -25,7 +25,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

@@ -51,7 +51,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

@@ -17,7 +17,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

@@ -49,7 +49,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

@@ -49,7 +49,7 @@ in buildPythonPackage rec {
boto six netaddr dns ] ++ lib.optional windowsSupport pywinrm;
meta = {
homepage = "http://www.ansible.com";
homepage = http://www.ansible.com;
description = "A simple automation tool";
license = with lib.licenses; [ gpl3] ;
maintainers = with lib.maintainers; [

View File

@@ -50,7 +50,7 @@ in buildPythonPackage rec {
boto six netaddr dns ] ++ lib.optional windowsSupport pywinrm;
meta = {
homepage = "http://www.ansible.com";
homepage = http://www.ansible.com;
description = "A simple automation tool";
license = with lib.licenses; [ gpl3] ;
maintainers = with lib.maintainers; [

View File

@@ -38,7 +38,7 @@ buildPythonPackage rec {
boto six netaddr dns ] ++ lib.optional windowsSupport pywinrm;
meta = {
homepage = "http://www.ansible.com";
homepage = http://www.ansible.com;
description = "A simple automation tool";
license = with lib.licenses; [ gpl3] ;
maintainers = with lib.maintainers; [

View File

@@ -11,7 +11,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

@@ -11,7 +11,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

@@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Namespace control and lazy-import mechanism";
homepage = "http://bitbucket.org/hpk42/apipkg";
homepage = http://bitbucket.org/hpk42/apipkg;
license = licenses.mit;
};
}

View File

@@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Bash tab completion for argparse";
homepage = "https://argcomplete.readthedocs.io";
homepage = https://argcomplete.readthedocs.io;
maintainers = [ maintainers.womfoo ];
license = [ licenses.asl20 ];
};

View File

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

View File

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

View File

@@ -17,7 +17,7 @@ buildPythonPackage rec {
doCheck = false;
meta = {
homepage = "http://github.com/dursk/bitcoin-price-api";
homepage = http://github.com/dursk/bitcoin-price-api;
description = "Price APIs for bitcoin exchanges";
license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [ bhipple ];

View File

@@ -40,7 +40,7 @@ in buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = "https://fedoraproject.org/wiki/Blivet";
homepage = https://fedoraproject.org/wiki/Blivet;
description = "Module for management of a system's storage configuration";
license = with licenses; [ gpl2Plus lgpl21Plus ];
platforms = platforms.linux;

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = {
description = "A library for interacting with Browsermob Proxy";
homepage = "http://oss.theautomatedtester.co.uk/browsermob-proxy-py";
homepage = http://oss.theautomatedtester.co.uk/browsermob-proxy-py;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ raskin ];
};

View File

@@ -13,7 +13,7 @@ buildPythonPackage {
postInstall = "mv $out/bin/buildout{,-nix}";
meta = {
homepage = "http://www.buildout.org";
homepage = http://www.buildout.org;
description = "A software build and configuration system";
license = stdenv.lib.licenses.zpt21;
maintainers = [ stdenv.lib.maintainers.goibhniu ];

View File

@@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Backport/clone of ChainMap";
homepage = "https://bitbucket.org/jeunice/chainmap";
homepage = https://bitbucket.org/jeunice/chainmap;
license = licenses.psfl;
maintainers = with maintainers; [ abbradar ];
};

View File

@@ -17,7 +17,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Confluent's Apache Kafka client for Python";
homepage = "https://github.com/confluentinc/confluent-kafka-python";
homepage = https://github.com/confluentinc/confluent-kafka-python;
license = licenses.asl20;
maintainers = with maintainers; [ mlieberman85 ];
};

View File

@@ -32,7 +32,7 @@ buildPythonPackage rec {
meta = {
description = "Minimal task scheduling abstraction";
homepage = "http://github.com/ContinuumIO/dask/";
homepage = http://github.com/ContinuumIO/dask/;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh ];
};

View File

@@ -14,7 +14,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ django ];
meta = {
homepage = "https://github.com/django-polymorphic/django-polymorphic";
homepage = https://github.com/django-polymorphic/django-polymorphic;
description = "Improved Django model inheritance with automatic downcasting";
license = stdenv.lib.licenses.bsd3;
};

View File

@@ -43,7 +43,7 @@ buildPythonApplication rec {
records. This version also supports the experimental Authenticated
Received Chain (ARC) protocol.
'';
homepage = "https://launchpad.net/dkimpy";
homepage = https://launchpad.net/dkimpy;
license = licenses.bsd3;
maintainers = with maintainers; [ leenaars ];
};

View File

@@ -38,7 +38,7 @@ buildPythonApplication rec {
'';
meta = with stdenv.lib; {
homepage = "https://docs.docker.com/compose/";
homepage = https://docs.docker.com/compose/;
description = "Multi-container orchestration for Docker";
license = licenses.asl20;
platforms = platforms.linux;

View File

@@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = {
description = "Userspace driver for the DualShock 4 controller";
homepage = "https://github.com/chrippa/ds4drv";
homepage = https://github.com/chrippa/ds4drv;
license = lib.licenses.mit;
};
}

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Pure Pyhton Elliptic Curve Library";
homepage = "https://github.com/ubinity/ECPy";
homepage = https://github.com/ubinity/ECPy;
license = licenses.asl20;
};
}

View File

@@ -12,7 +12,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Ed25519 public-key signatures";
homepage = "https://github.com/warner/python-ed25519";
homepage = https://github.com/warner/python-ed25519;
license = licenses.mit;
maintainers = with maintainers; [ np ];
};

View File

@@ -21,7 +21,7 @@ buildPythonPackage rec {
doCheck = pythonAtLeast "3.3";
meta = with stdenv.lib; {
homepage = "https://github.com/maxcountryman/flask-login";
homepage = https://github.com/maxcountryman/flask-login;
description = "User session management for Flask";
license = licenses.mit;
platforms = platforms.all;

View File

@@ -35,7 +35,7 @@ buildPythonPackage rec {
'';
meta = {
homepage = "https://github.com/noirbizarre/flask-restplus";
homepage = https://github.com/noirbizarre/flask-restplus;
description = "Fast, easy and documented API development with Flask";
license = lib.licenses.mit;
};

View File

@@ -35,7 +35,7 @@ buildPythonPackage rec {
'';
meta = {
homepage = "https://github.com/noirbizarre/flask-restplus";
homepage = https://github.com/noirbizarre/flask-restplus;
description = "Fast, easy and documented API development with Flask";
license = lib.licenses.mit;
};

View File

@@ -26,7 +26,7 @@ buildPythonPackage rec {
];
meta = {
homepage = "https://github.com/fonttools/fonttools";
homepage = https://github.com/fonttools/fonttools;
description = "A library to manipulate font files from Python";
};
}

View File

@@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+";
homepage = "https://github.com/aliles/funcsigs";
homepage = https://github.com/aliles/funcsigs;
maintainers = with maintainers; [ garbas ];
license = licenses.asl20;
};

View File

@@ -36,7 +36,7 @@ buildPythonPackage rec {
meta = {
description = "Topic-modelling library";
homepage = "https://radimrehurek.com/gensim/";
homepage = https://radimrehurek.com/gensim/;
license = lib.licenses.lgpl21;
maintainers = with lib.maintainers; [ jpbernardy ];
};

View File

@@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = {
description = "Grammalecte is an open source grammar checker for the French language";
homepage = "https://dicollecte.org/grammalecte/";
homepage = https://dicollecte.org/grammalecte/;
license = with lib.licenses; [ gpl3 ];
maintainers = with lib.maintainers; [ apeyroux ];
};

View File

@@ -38,7 +38,7 @@ in buildPythonPackage rec {
meta = {
description =
"Pythonic interface to the HDF5 binary data format";
homepage = "http://www.h5py.org/";
homepage = http://www.h5py.org/;
license = stdenv.lib.licenses.bsd2;
};
}

View File

@@ -36,7 +36,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Deep Learning library for Theano and TensorFlow";
homepage = "https://keras.io";
homepage = https://keras.io;
license = licenses.mit;
maintainers = with maintainers; [ NikolaMandic ];
};

View File

@@ -13,7 +13,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ six ];
meta = with stdenv.lib; {
homepage = "http://leather.rtfd.io";
homepage = http://leather.rtfd.io;
description = "Python charting library";
license = licenses.mit;
platforms = platforms.all;

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Python library to communicate with Ledger Blue/Nano S";
homepage = "https://github.com/LedgerHQ/blue-loader-python";
homepage = https://github.com/LedgerHQ/blue-loader-python;
license = licenses.asl20;
maintainers = with maintainers; [ np ];
};

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Using hardware wallets as SSH/GPG agent";
homepage = "https://github.com/romanz/trezor-agent";
homepage = https://github.com/romanz/trezor-agent;
license = licenses.gpl3;
maintainers = with maintainers; [ np ];
};

View File

@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Communication library between internal components for Ultimaker software";
homepage = "https://github.com/Ultimaker/libArcus";
homepage = https://github.com/Ultimaker/libArcus;
license = licenses.agpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ];

View File

@@ -24,7 +24,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
maintainers = with maintainers; [ xvapx ];
description = "Python bindings for libsodium based on ctypes";
homepage = "https://pypi.python.org/pypi/libnacl";
homepage = https://pypi.python.org/pypi/libnacl;
license = licenses.asl20;
platforms = platforms.linux;
};

View File

@@ -43,7 +43,7 @@ buildPythonPackage rec {
meta = {
description = "A lightweight LLVM python binding for writing JIT compilers";
homepage = "http://llvmlite.pydata.org/";
homepage = http://llvmlite.pydata.org/;
license = stdenv.lib.licenses.bsd2;
maintainers = with stdenv.lib.maintainers; [ fridh ];
};

View File

@@ -52,7 +52,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Securely transfer data between computers";
homepage = "https://github.com/warner/magic-wormhole";
homepage = https://github.com/warner/magic-wormhole;
license = licenses.mit;
maintainers = with maintainers; [ asymmetric ];
};

View File

@@ -26,7 +26,7 @@ buildPythonPackage rec {
meta = {
description = "Mozilla Marionette protocol test automation harness";
homepage = "https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette";
homepage = https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette;
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ raskin ];
};

View File

@@ -18,7 +18,7 @@ buildPythonPackage rec {
meta = {
description = "Mozilla test manifest handling";
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ raskin ];
};

View File

@@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = {
description = "Mozilla Marionette driver";
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Marionette";
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Marionette;
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ raskin ];
};

View File

@@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = {
description = "Minidump stack trace extractor";
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ raskin ];
};

View File

@@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = {
description = "Mozilla-authored device management";
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ raskin ];
};

View File

@@ -21,7 +21,7 @@ buildPythonPackage rec {
meta = {
description = "File utilities for Mozilla testing";
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ raskin ];
};

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = {
description = "Webserver for Mozilla testing";
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ raskin ];
};

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = {
description = "System information utilities for Mozilla testing";
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ raskin ];
};

View File

@@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = {
description = "Mozilla logging library";
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ raskin ];
};

View File

@@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = {
description = "Network utilities for Mozilla testing";
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ raskin ];
};

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = {
description = "Mozilla-authored process handling";
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ raskin ];
};

View File

@@ -21,7 +21,7 @@ buildPythonPackage rec {
meta = {
description = "Mozilla application profile handling library";
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ raskin ];
};

View File

@@ -26,7 +26,7 @@ buildPythonPackage rec {
meta = {
description = "Mozilla application start/stop helpers";
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ raskin ];
};

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = {
description = "Mozilla test result storage and output";
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ raskin ];
};

View File

@@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = {
description = "Application version information library";
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ raskin ];
};

View File

@@ -14,7 +14,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "McCabe checker, plugin for flake8";
homepage = "https://github.com/flintwork/mccabe";
homepage = https://github.com/flintwork/mccabe;
license = licenses.mit;
maintainers = with maintainers; [ garbas ];
};

View File

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

View File

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

View File

@@ -58,7 +58,7 @@ buildPythonPackage rec {
meta = {
description = "Scientific tools for Python";
homepage = "http://numpy.scipy.org/";
homepage = http://numpy.scipy.org/;
maintainers = with lib.maintainers; [ fridh ];
};
}

View File

@@ -17,7 +17,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Core utilities for Python packages";
homepage = "https://github.com/pypa/packaging";
homepage = https://github.com/pypa/packaging;
license = [ licenses.bsd2 licenses.asl20 ];
maintainers = with maintainers; [ bennofs ];
};

View File

@@ -85,7 +85,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 = http://pandas.pydata.org/;
description = "Python Data Analysis Library";
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [ raskin fridh knedlsepp ];

View File

@@ -14,7 +14,7 @@ buildPythonPackage rec {
doCheck = false;
meta = {
homepage = "http://docs.openstack.org/developer/pbr/";
homepage = http://docs.openstack.org/developer/pbr/;
license = stdenv.lib.licenses.asl20;
description = "Python Build Reasonableness";
};

View File

@@ -47,7 +47,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A tool to generate a static blog from reStructuredText or Markdown input files";
homepage = "http://getpelican.com/";
homepage = http://getpelican.com/;
license = licenses.agpl3;
maintainers = with maintainers; [ offline prikhi garbas ];
};

View File

@@ -17,7 +17,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ pika ];
meta = with stdenv.lib; {
homepage = "https://github.com/bninja/pika-pool";
homepage = https://github.com/bninja/pika-pool;
license = licenses.bsdOriginal;
description = "Pools for pikas.";
};

View File

@@ -48,7 +48,7 @@ buildPythonPackage rec {
'';
meta = with stdenv.lib; {
homepage = "https://python-pillow.github.io/";
homepage = https://python-pillow.github.io/;
description = "Fork of The Python Imaging Library (PIL)";
longDescription = ''
The Python Imaging Library (PIL) adds image processing

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
'';
propagatedBuildInputs = [ python-jose ];
meta = with stdenv.lib; {
homepage = "https://github.com/PyGithub/PyGithub";
homepage = https://github.com/PyGithub/PyGithub;
description = "A Python (2 and 3) library to access the GitHub API v3";
platforms = platforms.all;
license = licenses.gpl3;

View File

@@ -23,7 +23,7 @@ in buildPythonPackage rec {
doCheck = false;
meta = {
homepage = "http://www.pycrypto.org/";
homepage = http://www.pycrypto.org/;
description = "Python Cryptography Toolkit";
platforms = pycryptodome.meta.platforms;
};

View File

@@ -11,7 +11,7 @@ buildPythonPackage rec {
};
meta = {
homepage = "https://www.pycryptodome.org/";
homepage = https://www.pycryptodome.org/;
description = "Python Cryptography Toolkit";
platforms = stdenv.lib.platforms.unix;
};

View File

@@ -12,7 +12,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Simple Python extensions.";
homepage = "https://github.com/kirbyfan64/PyExt";
homepage = https://github.com/kirbyfan64/PyExt;
license = licenses.mit;
maintainers = with maintainers; [ edwtjo ];
};

View File

@@ -38,7 +38,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Python library for games";
homepage = "http://www.pygame.org/";
homepage = http://www.pygame.org/;
license = licenses.lgpl21Plus;
platforms = platforms.linux;
};

View File

@@ -38,7 +38,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Python library for games";
homepage = "http://www.pygame.org/";
homepage = http://www.pygame.org/;
license = licenses.lgpl21Plus;
platforms = platforms.linux;
broken = true;

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = "https://github.com/pylast/pylast";
homepage = https://github.com/pylast/pylast;
description = "A python interface to last.fm (and compatibles)";
license = licenses.asl20;
maintainers = with maintainers; [ rvolosatovs ];

View File

@@ -25,7 +25,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Thin wrapper for pandoc";
homepage = "https://github.com/bebraw/pypandoc";
homepage = https://github.com/bebraw/pypandoc;
license = licenses.mit;
maintainers = with maintainers; [ bennofs kristoff3r ];
};

View File

@@ -27,7 +27,7 @@ buildPythonPackage rec {
'';
meta = {
homepage = "https://github.com/rackspace/pyrax";
homepage = https://github.com/rackspace/pyrax;
license = lib.licenses.asl20;
description = "Python API to interface with Rackspace";
maintainers = with lib.maintainers; [ teh ];

View File

@@ -21,7 +21,7 @@ buildPythonPackage rec {
buildInputs = [ swig ];
meta = {
homepage = "https://pyscard.sourceforge.io/";
homepage = https://pyscard.sourceforge.io/;
description = "Smartcard library for python";
license = stdenv.lib.licenses.lgpl21;
maintainers = with stdenv.lib.maintainers; [ layus ];

View File

@@ -18,7 +18,7 @@ in stdenv.mkDerivation {
meta = {
description = "Eases the development of bindings of Qt-based libraries for high level languages by automating most of the process";
license = stdenv.lib.licenses.gpl2;
homepage = "http://www.pyside.org/docs/apiextractor/";
homepage = http://www.pyside.org/docs/apiextractor/;
maintainers = [ stdenv.lib.maintainers.chaoflow ];
platforms = stdenv.lib.platforms.all;
};

View File

@@ -21,7 +21,7 @@ buildPythonPackage rec {
meta = {
description = "LGPL-licensed Python bindings for the Qt cross-platform application and UI framework";
license = lib.licenses.lgpl21;
homepage = "http://www.pyside.org";
homepage = http://www.pyside.org;
maintainers = [ lib.maintainers.chaoflow ];
platforms = lib.platforms.all;
};

View File

@@ -20,7 +20,7 @@ in stdenv.mkDerivation rec {
meta = {
description = "Eases the development of binding generators for C++ and Qt-based libraries by providing a framework to help automating most of the process";
license = stdenv.lib.licenses.gpl2;
homepage = "http://www.pyside.org/docs/generatorrunner/";
homepage = http://www.pyside.org/docs/generatorrunner/;
maintainers = [ stdenv.lib.maintainers.chaoflow ];
platforms = stdenv.lib.platforms.all;
};

View File

@@ -30,7 +30,7 @@ buildPythonPackage rec {
meta = {
description = "Plugin (front-end) for pyside-generatorrunner, that generates bindings for C++ libraries using CPython source code";
license = lib.licenses.gpl2;
homepage = "http://www.pyside.org/docs/shiboken/";
homepage = http://www.pyside.org/docs/shiboken/;
maintainers = [ lib.maintainers.chaoflow ];
platforms = lib.platforms.all;
};

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = {
description = "Tools for pyside, the LGPL-licensed Python bindings for the Qt cross-platform application and UI framework";
license = lib.licenses.gpl2;
homepage = "http://www.pyside.org";
homepage = http://www.pyside.org;
maintainers = [ lib.maintainers.chaoflow ];
platforms = lib.platforms.all;
};

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
setupPyBuildFlags = [ "--slurm-lib=${slurm}/lib" "--slurm-inc=${slurm.dev}/include" ];
meta = with lib; {
homepage = "https://github.com/PySlurm/pyslurm";
homepage = https://github.com/PySlurm/pyslurm;
description = "Python bindings to Slurm";
license = licenses.gpl2;
maintainers = [ maintainers.veprbl ];

View File

@@ -12,6 +12,6 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A library that provides the `editor` module for programmatically";
homepage = "https://github.com/fmoo/python-editor";
homepage = https://github.com/fmoo/python-editor;
};
}

View File

@@ -21,7 +21,7 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [ future six ecdsa pycryptodome ];
meta = with stdenv.lib; {
homepage = "https://github.com/mpdavis/python-jose";
homepage = https://github.com/mpdavis/python-jose;
description = "A JOSE implementation in Python";
platforms = platforms.all;
license = licenses.mit;

View File

@@ -11,7 +11,7 @@ buildPythonPackage rec {
sha256 = "157a0aef01b1e846ddd11252dc516637da6b3347e32f0130825b7fae1d8b4655";
};
meta = {
homepage = "http://arthurdejong.org/python-stdnum/";
homepage = http://arthurdejong.org/python-stdnum/;
description = "Python module to handle standardized numbers and codes";
maintainers = with lib.maintainers; [ johbo ];
license = lib.licenses.lgpl2Plus;

View File

@@ -17,7 +17,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Pythonic API to Linux uinput kernel module";
homepage = "http://tjjr.fi/sw/python-uinput/";
homepage = http://tjjr.fi/sw/python-uinput/;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ abbradar ];
};

View File

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

View File

@@ -24,7 +24,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library for Windows Remote Management";
homepage = "http://github.com/diyan/pywinrm/";
homepage = http://github.com/diyan/pywinrm/;
license = licenses.mit;
maintainers = with maintainers; [ elasticdog ];
platforms = platforms.all;

View File

@@ -22,7 +22,7 @@ buildPythonPackage rec {
'';
meta = with stdenv.lib; {
homepage = "https://pyzufall.readthedocs.io/de/latest/";
homepage = https://pyzufall.readthedocs.io/de/latest/;
description = "Library for generating random data and sentences in german language";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ davidak ];

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ six regex ];
meta = with stdenv.lib; {
homepage = "https://github.com/Toilal/rebulk/";
homepage = https://github.com/Toilal/rebulk/;
license = licenses.mit;
description = "Advanced string matching from simple patterns";
};

View File

@@ -17,7 +17,7 @@ buildPythonPackage rec {
'';
meta = with stdenv.lib; {
homepage = "https://rfc3986.readthedocs.org";
homepage = https://rfc3986.readthedocs.org;
license = licenses.asl20;
description = "Validating URI References per RFC 3986";
};

View File

@@ -22,7 +22,7 @@ buildPythonApplication rec {
buildInputs = [pytest];
propagatedBuildInputs = [ capstone filebytes ];
meta = with stdenv.lib; {
homepage = "https://scoding.de/ropper/";
homepage = https://scoding.de/ropper/;
license = licenses.gpl2;
description = "Show information about files in different file formats";
maintainers = with maintainers; [ bennofs ];

View File

@@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A fast high-level web crawling and web scraping framework, used to crawl websites and extract structured data from their pages";
homepage = "http://scrapy.org/";
homepage = http://scrapy.org/;
license = licenses.bsd3;
maintainers = with maintainers; [ drewkett ];
platforms = platforms.linux;

View File

@@ -12,7 +12,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Python package to work with Semantic Versioning (http://semver.org/)";
homepage = "https://github.com/k-bx/python-semver";
homepage = https://github.com/k-bx/python-semver;
license = licenses.bsd3;
maintainers = with maintainers; [ np ];
};

View File

@@ -9,7 +9,7 @@ buildPythonPackage rec {
sha256 = "0sda13bqg9l4j17iczmfanxbzsg6fm9aw8i3crzsjfxx51rwj1i3";
};
meta = {
homepage = "https://github.com/danthedeckie/simpleeval";
homepage = https://github.com/danthedeckie/simpleeval;
description = "A simple, safe single expression evaluator library";
maintainers = with lib.maintainers; [ johbo ];
license = lib.licenses.mit;

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Browser based viewer for profiling data";
homepage = "https://jiffyclub.github.io/snakeviz";
homepage = https://jiffyclub.github.io/snakeviz;
license = licenses.bsd3;
maintainers = with maintainers; [ nixy ];
};

View File

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

View File

@@ -26,7 +26,7 @@ buildPythonPackage rec {
meta = {
description = "Statistical computations and models for use with SciPy";
homepage = "https://www.github.com/statsmodels/statsmodels";
homepage = https://www.github.com/statsmodels/statsmodels;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh ];
};

View File

@@ -17,7 +17,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Manage dynamic plugins for Python applications";
homepage = "https://pypi.python.org/pypi/stevedore";
homepage = https://pypi.python.org/pypi/stevedore;
license = licenses.asl20;
};
}

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