treewide: drop inactive maintainer costrouc from all python packages

This commit is contained in:
Sandro Jäckel 2023-06-30 17:53:25 +02:00
parent ec51d79148
commit 386b81c136
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
220 changed files with 220 additions and 220 deletions

View file

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

View file

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

View file

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

View file

@ -46,6 +46,6 @@ buildPythonPackage rec {
description = "Python FTP client/server for asyncio"; description = "Python FTP client/server for asyncio";
homepage = "https://github.com/aio-libs/aioftp"; homepage = "https://github.com/aio-libs/aioftp";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -68,6 +68,6 @@ buildPythonPackage rec {
homepage = "https://aiokafka.readthedocs.org"; homepage = "https://aiokafka.readthedocs.org";
changelog = "https://github.com/aio-libs/aiokafka/releases/tag/v${version}"; changelog = "https://github.com/aio-libs/aiokafka/releases/tag/v${version}";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

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

View file

@ -44,6 +44,6 @@ buildPythonPackage rec {
homepage = "https://github.com/cjrh/aiorun"; homepage = "https://github.com/cjrh/aiorun";
changelog = "https://github.com/cjrh/aiorun/blob/v${version}/CHANGES"; changelog = "https://github.com/cjrh/aiorun/blob/v${version}/CHANGES";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -44,6 +44,6 @@ buildPythonPackage rec {
homepage = "https://github.com/jreese/aiosqlite"; homepage = "https://github.com/jreese/aiosqlite";
changelog = "https://github.com/omnilib/aiosqlite/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/omnilib/aiosqlite/blob/v${version}/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

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

View file

@ -55,6 +55,6 @@ buildPythonPackage rec {
description = "An Ansible kernel for Jupyter"; 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; license = licenses.asl20;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

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

View file

@ -45,6 +45,6 @@ buildPythonPackage rec {
homepage = "https://github.com/jonathaneunice/ansiwrap"; homepage = "https://github.com/jonathaneunice/ansiwrap";
changelog = "https://github.com/jonathaneunice/ansiwrap/blob/master/CHANGES.yml"; changelog = "https://github.com/jonathaneunice/ansiwrap/blob/master/CHANGES.yml";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -54,6 +54,6 @@ buildPythonPackage rec {
description = "A pluggable API specification generator with support for the OpenAPI Specification"; description = "A pluggable API specification generator with support for the OpenAPI Specification";
homepage = "https://github.com/marshmallow-code/apispec"; homepage = "https://github.com/marshmallow-code/apispec";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -27,6 +27,6 @@ buildPythonPackage rec {
description = "Draws ASCII trees"; description = "Draws ASCII trees";
homepage = "https://github.com/mbr/asciitree"; homepage = "https://github.com/mbr/asciitree";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -93,6 +93,6 @@ buildPythonPackage rec {
description = "Python tools to handle ASDF files"; description = "Python tools to handle ASDF files";
homepage = "https://github.com/asdf-format/asdf"; homepage = "https://github.com/asdf-format/asdf";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -35,6 +35,6 @@ buildPythonPackage rec {
description = "Atomic Simulation Environment"; description = "Atomic Simulation Environment";
homepage = "https://wiki.fysik.dtu.dk/ase/"; homepage = "https://wiki.fysik.dtu.dk/ase/";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -86,6 +86,6 @@ buildPythonPackage rec {
description = "Atomistic Manipulation Toolkit"; description = "Atomistic Manipulation Toolkit";
homepage = "https://github.com/usnistgov/atomman/"; homepage = "https://github.com/usnistgov/atomman/";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -57,6 +57,6 @@ buildPythonPackage rec {
homepage = "https://github.com/mjdrushton/atsim-potentials"; homepage = "https://github.com/mjdrushton/atsim-potentials";
description = "Provides tools for working with pair and embedded atom method potential models including tabulation routines for DL_POLY and LAMMPS"; description = "Provides tools for working with pair and embedded atom method potential models including tabulation routines for DL_POLY and LAMMPS";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -52,6 +52,6 @@ buildPythonPackage rec {
homepage = "https://github.com/auth0/auth0-python"; homepage = "https://github.com/auth0/auth0-python";
changelog = "https://github.com/auth0/auth0-python/blob/${version}/CHANGELOG.md"; changelog = "https://github.com/auth0/auth0-python/blob/${version}/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -34,6 +34,6 @@ buildPythonPackage rec {
description = "A spawner for Jupyterhub to spawn notebooks using batch resource managers"; description = "A spawner for Jupyterhub to spawn notebooks using batch resource managers";
homepage = "https://jupyter.org"; homepage = "https://jupyter.org";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -53,6 +53,6 @@ buildPythonPackage rec {
description = "Band-structure interpolator and transport coefficient calculator"; description = "Band-structure interpolator and transport coefficient calculator";
homepage = "http://www.boltztrap.org/"; homepage = "http://www.boltztrap.org/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -51,6 +51,6 @@ buildPythonPackage rec {
future infrastructural services offered by Amazon Web future infrastructural services offered by Amazon Web
Services. This includes S3, SQS, EC2, among others. Services. This includes S3, SQS, EC2, among others.
''; '';
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -32,7 +32,7 @@ buildPythonPackage rec {
description = "Python bindings for Oracle Berkeley DB"; description = "Python bindings for Oracle Berkeley DB";
homepage = "https://www.jcea.es/programacion/pybsddb.htm"; homepage = "https://www.jcea.es/programacion/pybsddb.htm";
license = with licenses; [ agpl3 ]; # License changed from bsd3 to agpl3 since 6.x license = with licenses; [ agpl3 ]; # License changed from bsd3 to agpl3 since 6.x
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -20,7 +20,7 @@ buildPythonPackage {
homepage = "https://github.com/williamh/pybugz"; homepage = "https://github.com/williamh/pybugz";
description = "Command line interface for Bugzilla"; description = "Command line interface for Bugzilla";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -69,6 +69,6 @@ buildPythonPackage rec {
homepage = "https://github.com/ionrock/cachecontrol"; homepage = "https://github.com/ionrock/cachecontrol";
changelog = "https://github.com/psf/cachecontrol/releases/tag/v${version}"; changelog = "https://github.com/psf/cachecontrol/releases/tag/v${version}";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -98,6 +98,6 @@ in
description = "Parametric scripting language for creating and traversing CAD models"; description = "Parametric scripting language for creating and traversing CAD models";
homepage = "https://github.com/CadQuery/cadquery"; homepage = "https://github.com/CadQuery/cadquery";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ costrouc marcus7070 ]; maintainers = with maintainers; [ marcus7070 ];
}; };
} }

View file

@ -39,6 +39,6 @@ buildPythonPackage rec {
homepage = "https://github.com/casbin/pycasbin"; homepage = "https://github.com/casbin/pycasbin";
changelog = "https://github.com/casbin/pycasbin/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/casbin/pycasbin/blob/v${version}/CHANGELOG.md";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -29,6 +29,6 @@ buildPythonPackage rec {
description = "C/C++ source generation from an AST"; description = "C/C++ source generation from an AST";
homepage = "https://github.com/inducer/cgen"; homepage = "https://github.com/inducer/cgen";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -105,6 +105,6 @@ buildPythonPackage rec {
homepage = "https://github.com/aws/chalice"; homepage = "https://github.com/aws/chalice";
changelog = "https://github.com/aws/chalice/blob/${version}/CHANGELOG.rst"; changelog = "https://github.com/aws/chalice/blob/${version}/CHANGELOG.rst";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -62,6 +62,6 @@ buildPythonPackage rec {
description = "Numerical Geometric Algebra Module"; description = "Numerical Geometric Algebra Module";
homepage = "https://clifford.readthedocs.io"; homepage = "https://clifford.readthedocs.io";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -43,6 +43,6 @@ buildPythonPackage rec {
homepage = "https://github.com/cloudflare/python-cloudflare"; homepage = "https://github.com/cloudflare/python-cloudflare";
changelog = "https://github.com/cloudflare/python-cloudflare/blob/${version}/CHANGELOG.md"; changelog = "https://github.com/cloudflare/python-cloudflare/blob/${version}/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -37,6 +37,6 @@ buildPythonPackage rec {
description = "Library for Covariance Matrix Adaptation Evolution Strategy for non-linear numerical optimization"; description = "Library for Covariance Matrix Adaptation Evolution Strategy for non-linear numerical optimization";
homepage = "https://github.com/CMA-ES/pycma"; homepage = "https://github.com/CMA-ES/pycma";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -45,6 +45,6 @@ buildPythonPackage rec {
description = "Collection of perceptually uniform colormaps"; description = "Collection of perceptually uniform colormaps";
homepage = "https://colorcet.pyviz.org"; homepage = "https://colorcet.pyviz.org";
license = licenses.cc-by-40; license = licenses.cc-by-40;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -26,6 +26,6 @@ buildPythonPackage rec {
homepage = "https://github.com/mozilla-services/cornice"; homepage = "https://github.com/mozilla-services/cornice";
description = "Build Web Services with Pyramid"; description = "Build Web Services with Pyramid";
license = licenses.mpl20; license = licenses.mpl20;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -39,6 +39,6 @@ buildPythonPackage rec {
homepage = "https://github.com/kiorky/croniter"; homepage = "https://github.com/kiorky/croniter";
changelog = "https://github.com/kiorky/croniter/blob/${version}/CHANGELOG.rst"; changelog = "https://github.com/kiorky/croniter/blob/${version}/CHANGELOG.rst";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -70,6 +70,6 @@ buildPythonPackage rec {
description = "A multi-tenant server for securely deploying and managing multiple Dask clusters"; description = "A multi-tenant server for securely deploying and managing multiple Dask clusters";
homepage = "https://gateway.dask.org/"; homepage = "https://gateway.dask.org/";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -39,6 +39,6 @@ buildPythonPackage rec {
description = "A client library for interacting with a dask-gateway server"; description = "A client library for interacting with a dask-gateway server";
homepage = "https://gateway.dask.org/"; homepage = "https://gateway.dask.org/";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -63,6 +63,6 @@ buildPythonPackage rec {
description = "Generalized Linear Models with Dask"; description = "Generalized Linear Models with Dask";
homepage = "https://github.com/dask/dask-glm/"; homepage = "https://github.com/dask/dask-glm/";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -48,6 +48,6 @@ buildPythonPackage rec {
description = "Distributed image processing"; description = "Distributed image processing";
homepage = "https://github.com/dask/dask-image"; homepage = "https://github.com/dask/dask-image";
license = licenses.bsdOriginal; license = licenses.bsdOriginal;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -82,6 +82,6 @@ buildPythonPackage rec {
description = "Deploy Dask on job schedulers like PBS, SLURM, and SGE"; description = "Deploy Dask on job schedulers like PBS, SLURM, and SGE";
homepage = "https://github.com/dask/dask-jobqueue"; homepage = "https://github.com/dask/dask-jobqueue";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -58,6 +58,6 @@ buildPythonPackage rec {
description = "Scalable Machine Learn with Dask"; description = "Scalable Machine Learn with Dask";
homepage = "https://github.com/dask/dask-ml"; homepage = "https://github.com/dask/dask-ml";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -36,6 +36,6 @@ buildPythonPackage rec {
description = "Deploy Dask using mpi4py"; description = "Deploy Dask using mpi4py";
homepage = "https://github.com/dask/dask-mpi"; homepage = "https://github.com/dask/dask-mpi";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -77,7 +77,7 @@ buildPythonPackage rec {
homepage = "https://github.com/encode/databases"; homepage = "https://github.com/encode/databases";
changelog = "https://github.com/encode/databases/releases/tag/${version}"; changelog = "https://github.com/encode/databases/releases/tag/${version}";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
# https://github.com/encode/databases/issues/530 # https://github.com/encode/databases/issues/530
broken = lib.versionAtLeast sqlalchemy.version "2.0.0"; broken = lib.versionAtLeast sqlalchemy.version "2.0.0";
}; };

View file

@ -33,6 +33,6 @@ buildPythonPackage rec {
description = "Class allowing for data models equivalently represented as Python dictionaries, JSON, and XML"; description = "Class allowing for data models equivalently represented as Python dictionaries, JSON, and XML";
homepage = "https://github.com/usnistgov/DataModelDict/"; homepage = "https://github.com/usnistgov/DataModelDict/";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -102,6 +102,6 @@ buildPythonPackage rec {
description = "Multi-tool for exploring and publishing data"; description = "Multi-tool for exploring and publishing data";
homepage = "https://datasette.io/"; homepage = "https://datasette.io/";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -98,6 +98,6 @@ buildPythonPackage rec {
description = "Data visualization toolchain based on aggregating into a grid"; description = "Data visualization toolchain based on aggregating into a grid";
homepage = "https://datashader.org"; homepage = "https://datashader.org";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -30,6 +30,6 @@ buildPythonPackage rec {
homepage = "https://github.com/micheles/decorator"; homepage = "https://github.com/micheles/decorator";
description = "Better living through Python with decorators"; description = "Better living through Python with decorators";
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

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

View file

@ -78,6 +78,6 @@ buildPythonPackage rec {
homepage = "https://distributed.readthedocs.io/"; homepage = "https://distributed.readthedocs.io/";
changelog = "https://github.com/dask/distributed/blob/${version}/docs/source/changelog.rst"; changelog = "https://github.com/dask/distributed/blob/${version}/docs/source/changelog.rst";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ teh costrouc ]; maintainers = with maintainers; [ teh ];
}; };
} }

View file

@ -28,6 +28,6 @@ buildPythonPackage rec {
description = "Use an URL to configure email backend settings in your Django Application"; description = "Use an URL to configure email backend settings in your Django Application";
homepage = "https://github.com/migonzalvar/dj-email-url"; homepage = "https://github.com/migonzalvar/dj-email-url";
license = licenses.bsd0; license = licenses.bsd0;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -16,7 +16,7 @@ buildPythonPackage rec {
homepage = "https://github.com/dstufft/dj-search-url"; homepage = "https://github.com/dstufft/dj-search-url";
description = "Use Search URLs in your Django Haystack Application"; description = "Use Search URLs in your Django Haystack Application";
license = licenses.bsd0; license = licenses.bsd0;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -26,6 +26,6 @@ buildPythonPackage rec {
homepage = "https://github.com/epicserve/django-cache-url"; homepage = "https://github.com/epicserve/django-cache-url";
description = "Use Cache URLs in your Django application"; description = "Use Cache URLs in your Django application";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -60,6 +60,6 @@ buildPythonPackage rec {
description = "A helper for organizing Django settings"; description = "A helper for organizing Django settings";
homepage = "https://django-configurations.readthedocs.io/"; homepage = "https://django-configurations.readthedocs.io/";
license = licenses.bsd0; license = licenses.bsd0;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -30,6 +30,6 @@ buildPythonPackage rec {
description = "Dockerspawner: A custom spawner for Jupyterhub"; description = "Dockerspawner: A custom spawner for Jupyterhub";
homepage = "https://jupyter.org"; homepage = "https://jupyter.org";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -28,6 +28,6 @@ buildPythonPackage rec {
description = "Python package for docstring repetition"; description = "Python package for docstring repetition";
homepage = "https://github.com/Chilipp/docrep"; homepage = "https://github.com/Chilipp/docrep";
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ costrouc ]; maintainers = with lib.maintainers; [ ];
}; };
} }

View file

@ -52,6 +52,6 @@ buildPythonPackage rec {
description = "Access HMI, AIA and MDI data with Python"; description = "Access HMI, AIA and MDI data with Python";
homepage = "https://github.com/sunpy/drms"; homepage = "https://github.com/sunpy/drms";
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -63,6 +63,6 @@ buildPythonPackage rec {
description = "Python binding for DuckDB"; description = "Python binding for DuckDB";
homepage = "https://duckdb.org/"; homepage = "https://duckdb.org/";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ costrouc cpcloud ]; maintainers = with maintainers; [ cpcloud ];
}; };
} }

View file

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

View file

@ -27,6 +27,6 @@ buildPythonPackage rec {
description = "Client library that supports the Facebook Graph API and the official Facebook JavaScript SDK"; description = "Client library that supports the Facebook Graph API and the official Facebook JavaScript SDK";
homepage = "https://github.com/pythonforfacebook/facebook-sdk"; homepage = "https://github.com/pythonforfacebook/facebook-sdk";
license = licenses.asl20 ; license = licenses.asl20 ;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -36,6 +36,6 @@ buildPythonPackage {
homepage = "https://github.com/rlabbe/filterpy"; homepage = "https://github.com/rlabbe/filterpy";
description = "Kalman filtering and optimal estimation library"; description = "Kalman filtering and optimal estimation library";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -62,6 +62,6 @@ buildPythonPackage rec {
description = "A Finite Volume PDE Solver Using Python"; description = "A Finite Volume PDE Solver Using Python";
changelog = "https://github.com/usnistgov/fipy/blob/${version}/CHANGELOG.rst"; changelog = "https://github.com/usnistgov/fipy/blob/${version}/CHANGELOG.rst";
license = licenses.free; license = licenses.free;
maintainers = with maintainers; [ costrouc wd15 ]; maintainers = with maintainers; [ wd15 ];
}; };
} }

View file

@ -108,6 +108,6 @@ buildPythonPackage rec {
homepage = "https://github.com/flask-admin/flask-admin/"; homepage = "https://github.com/flask-admin/flask-admin/";
changelog = "https://github.com/flask-admin/flask-admin/releases/tag/v${version}"; changelog = "https://github.com/flask-admin/flask-admin/releases/tag/v${version}";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -83,7 +83,7 @@ buildPythonPackage rec {
homepage = "https://github.com/dpgaspar/flask-appbuilder/"; homepage = "https://github.com/dpgaspar/flask-appbuilder/";
changelog = "https://github.com/dpgaspar/Flask-AppBuilder/blob/v${version}/CHANGELOG.rst"; changelog = "https://github.com/dpgaspar/Flask-AppBuilder/blob/v${version}/CHANGELOG.rst";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
# Support for flask-sqlalchemy >= 3.0 is missing, https://github.com/dpgaspar/Flask-AppBuilder/pull/1940 # Support for flask-sqlalchemy >= 3.0 is missing, https://github.com/dpgaspar/Flask-AppBuilder/pull/1940
broken = true; broken = true;
}; };

View file

@ -50,6 +50,6 @@ buildPythonPackage rec {
description = "Adds i18n/l10n support to Flask applications"; description = "Adds i18n/l10n support to Flask applications";
homepage = "https://github.com/mrjoes/flask-babelex"; homepage = "https://github.com/mrjoes/flask-babelex";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -32,6 +32,6 @@ buildPythonPackage rec {
description = "Brcrypt hashing for Flask"; description = "Brcrypt hashing for Flask";
homepage = "https://github.com/maxcountryman/flask-bcrypt"; homepage = "https://github.com/maxcountryman/flask-bcrypt";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -66,6 +66,6 @@ buildPythonPackage rec {
homepage = "https://github.com/mongoengine/flask-mongoengine"; homepage = "https://github.com/mongoengine/flask-mongoengine";
changelog = "https://github.com/MongoEngine/flask-mongoengine/releases/tag/v${version}"; changelog = "https://github.com/MongoEngine/flask-mongoengine/releases/tag/v${version}";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -29,6 +29,6 @@ buildPythonPackage rec {
description = "OpenID support for Flask"; description = "OpenID support for Flask";
homepage = "https://pythonhosted.org/Flask-OpenID/"; homepage = "https://pythonhosted.org/Flask-OpenID/";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -155,6 +155,6 @@ buildPythonPackage rec {
homepage = "https://github.com/fsspec/filesystem_spec"; homepage = "https://github.com/fsspec/filesystem_spec";
changelog = "https://github.com/fsspec/filesystem_spec/raw/${version}/docs/source/changelog.rst"; changelog = "https://github.com/fsspec/filesystem_spec/raw/${version}/docs/source/changelog.rst";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -23,6 +23,6 @@ buildPythonPackage rec {
description = "C/C++ source generation from an AST"; description = "C/C++ source generation from an AST";
homepage = "https://github.com/inducer/genpy"; homepage = "https://github.com/inducer/genpy";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -49,6 +49,6 @@ buildPythonPackage rec {
description = "An async GitHub API library"; description = "An async GitHub API library";
homepage = "https://github.com/brettcannon/gidgethub"; homepage = "https://github.com/brettcannon/gidgethub";
license = licenses.asl20; license = licenses.asl20;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -21,6 +21,6 @@ buildPythonPackage rec {
description = "Version of the glob module that can capture patterns and supports recursive wildcards"; description = "Version of the glob module that can capture patterns and supports recursive wildcards";
homepage = "https://github.com/miracle2k/python-glob2/"; homepage = "https://github.com/miracle2k/python-glob2/";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -61,6 +61,6 @@ buildPythonPackage rec {
homepage = "https://github.com/quintusdias/glymur"; homepage = "https://github.com/quintusdias/glymur";
changelog = "https://github.com/quintusdias/glymur/blob/v${version}/CHANGES.txt"; changelog = "https://github.com/quintusdias/glymur/blob/v${version}/CHANGES.txt";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -65,6 +65,6 @@ buildPythonPackage rec {
homepage = "https://github.com/googleapis/python-bigtable"; homepage = "https://github.com/googleapis/python-bigtable";
changelog = "https://github.com/googleapis/python-bigtable/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/googleapis/python-bigtable/blob/v${version}/CHANGELOG.md";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -19,6 +19,6 @@ buildPythonPackage rec {
description = "gRPC extensions for Google Cloud Platform"; description = "gRPC extensions for Google Cloud Platform";
homepage = "https://grpc.io"; homepage = "https://grpc.io";
license = licenses.asl20; license = licenses.asl20;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -51,6 +51,6 @@ buildPythonPackage rec {
homepage = "https://github.com/glotzerlab/gsd"; homepage = "https://github.com/glotzerlab/gsd";
changelog = "https://github.com/glotzerlab/gsd/blob/v${version}/CHANGELOG.rst"; changelog = "https://github.com/glotzerlab/gsd/blob/v${version}/CHANGELOG.rst";
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -30,6 +30,6 @@ buildPythonPackage rec {
homepage = "https://github.com/daleroberts/hdmedians"; homepage = "https://github.com/daleroberts/hdmedians";
description = "High-dimensional medians"; description = "High-dimensional medians";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -47,6 +47,6 @@ buildPythonPackage rec {
description = "Python data analysis and visualization seamless and simple"; description = "Python data analysis and visualization seamless and simple";
homepage = "https://www.holoviews.org/"; homepage = "https://www.holoviews.org/";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
description = "HOOMD-blue is a general-purpose particle simulation toolkit"; description = "HOOMD-blue is a general-purpose particle simulation toolkit";
license = licenses.bsdOriginal; license = licenses.bsdOriginal;
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -19,6 +19,6 @@ buildPythonPackage rec {
description = "Implementation of HopcroftKarp's algorithm"; description = "Implementation of HopcroftKarp's algorithm";
homepage = "https://github.com/sofiat-olaosebikan/hopcroftkarp"; homepage = "https://github.com/sofiat-olaosebikan/hopcroftkarp";
license = licenses.gpl3Only; license = licenses.gpl3Only;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -65,6 +65,6 @@ buildPythonPackage rec {
description = "Instant coding answers via the command line"; description = "Instant coding answers via the command line";
homepage = "https://github.com/gleitz/howdoi"; homepage = "https://github.com/gleitz/howdoi";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -29,6 +29,6 @@ buildPythonPackage rec {
description = "Chromium HSTS Preload list as a Python package and updated daily"; description = "Chromium HSTS Preload list as a Python package and updated daily";
homepage = "https://github.com/sethmlarson/hstspreload"; homepage = "https://github.com/sethmlarson/hstspreload";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ costrouc SuperSandro2000 ]; maintainers = with maintainers; [ SuperSandro2000 ];
}; };
} }

View file

@ -23,6 +23,6 @@ buildPythonPackage rec {
description = "A collection of framework independent HTTP protocol utils"; description = "A collection of framework independent HTTP protocol utils";
homepage = "https://github.com/MagicStack/httptools"; homepage = "https://github.com/MagicStack/httptools";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -125,6 +125,6 @@ buildPythonPackage rec {
description = "The next generation HTTP client"; description = "The next generation HTTP client";
homepage = "https://github.com/encode/httpx"; homepage = "https://github.com/encode/httpx";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ costrouc fab ]; maintainers = with maintainers; [ fab ];
}; };
} }

View file

@ -39,6 +39,6 @@ buildPythonPackage rec {
homepage = "https://hvplot.pyviz.org"; homepage = "https://hvplot.pyviz.org";
changelog = "https://github.com/holoviz/hvplot/releases/tag/v${version}"; changelog = "https://github.com/holoviz/hvplot/releases/tag/v${version}";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -210,6 +210,6 @@ buildPythonPackage rec {
homepage = "https://github.com/ibis-project/ibis"; homepage = "https://github.com/ibis-project/ibis";
changelog = "https://github.com/ibis-project/ibis/blob/${version}/docs/release_notes.md"; changelog = "https://github.com/ibis-project/ibis/blob/${version}/docs/release_notes.md";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ costrouc cpcloud ]; maintainers = with maintainers; [ cpcloud ];
}; };
} }

View file

@ -31,6 +31,6 @@ buildPythonPackage rec {
description = "Lightweight template engine"; description = "Lightweight template engine";
homepage = "https://github.com/dmulholland/ibis"; homepage = "https://github.com/dmulholland/ibis";
license = licenses.publicDomain; license = licenses.publicDomain;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -23,6 +23,6 @@ buildPythonPackage rec {
homepage = "https://github.com/pydron/ifaddr"; homepage = "https://github.com/pydron/ifaddr";
description = "Enumerates all IP addresses on all network adapters of the system"; description = "Enumerates all IP addresses on all network adapters of the system";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -30,6 +30,6 @@ buildPythonPackage rec {
homepage = "https://github.com/jrosebr1/imutils"; homepage = "https://github.com/jrosebr1/imutils";
description = "A series of convenience functions to make basic image processing functions"; description = "A series of convenience functions to make basic image processing functions";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -121,6 +121,6 @@ buildPythonPackage rec {
homepage = "https://github.com/ContinuumIO/intake"; homepage = "https://github.com/ContinuumIO/intake";
changelog = "https://github.com/intake/intake/blob/${version}/docs/source/changelog.rst"; changelog = "https://github.com/intake/intake/blob/${version}/docs/source/changelog.rst";
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -45,7 +45,7 @@ buildPythonPackage rec {
homepage = "https://github.com/gotcha/ipdb"; homepage = "https://github.com/gotcha/ipdb";
description = "IPython-enabled pdb"; description = "IPython-enabled pdb";
license = licenses.bsd0; license = licenses.bsd0;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -20,7 +20,7 @@ buildPythonPackage rec {
homepage = "https://github.com/flavioamieiro/nose-ipdb/tree/master"; homepage = "https://github.com/flavioamieiro/nose-ipdb/tree/master";
description = "Nose plugin to use iPdb instead of Pdb when tests fail"; description = "Nose plugin to use iPdb instead of Pdb when tests fail";
license = licenses.lgpl2; license = licenses.lgpl2;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -34,6 +34,6 @@ buildPythonPackage rec {
description = "Python wrapper around isl, an integer set library"; description = "Python wrapper around isl, an integer set library";
homepage = "https://github.com/inducer/islpy"; homepage = "https://github.com/inducer/islpy";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

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

View file

@ -27,6 +27,6 @@ buildPythonPackage rec {
description = "JSON Merge Patch library"; description = "JSON Merge Patch library";
homepage = "https://github.com/open-contracting/json-merge-patch"; homepage = "https://github.com/open-contracting/json-merge-patch";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -29,6 +29,6 @@ buildPythonPackage rec {
description = "Minimalistic C kernel for Jupyter"; description = "Minimalistic C kernel for Jupyter";
homepage = "https://github.com/brendanrius/jupyter-c-kernel/"; homepage = "https://github.com/brendanrius/jupyter-c-kernel/";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.costrouc ]; maintainers = [ ];
}; };
} }

View file

@ -59,6 +59,6 @@ buildPythonPackage rec {
description = "Turn code repositories into Jupyter enabled Docker Images"; description = "Turn code repositories into Jupyter enabled Docker Images";
homepage = "https://repo2docker.readthedocs.io/"; homepage = "https://repo2docker.readthedocs.io/";
license = licenses.bsdOriginal; license = licenses.bsdOriginal;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -45,6 +45,6 @@ buildPythonPackage rec {
description = "JupyterHub Spawner using systemd for resource isolation"; description = "JupyterHub Spawner using systemd for resource isolation";
homepage = "https://github.com/jupyterhub/systemdspawner"; homepage = "https://github.com/jupyterhub/systemdspawner";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -72,6 +72,6 @@ buildPythonPackage rec {
description = "Jupyter lab environment notebook server extension"; description = "Jupyter lab environment notebook server extension";
license = with licenses; [ bsd3 ]; license = with licenses; [ bsd3 ];
homepage = "https://jupyter.org/"; homepage = "https://jupyter.org/";
maintainers = with maintainers; [ zimbatm costrouc ]; maintainers = with maintainers; [ zimbatm ];
}; };
} }

View file

@ -77,6 +77,6 @@ buildPythonPackage rec {
homepage = "https://jupyterlab-server.readthedocs.io/"; homepage = "https://jupyterlab-server.readthedocs.io/";
changelog = "https://github.com/jupyterlab/jupyterlab_server/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/jupyterlab/jupyterlab_server/blob/v${version}/CHANGELOG.md";
license = licenses.bsdOriginal; license = licenses.bsdOriginal;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -32,6 +32,6 @@ buildPythonPackage rec {
homepage = "https://github.com/latchset/jwcrypto"; homepage = "https://github.com/latchset/jwcrypto";
changelog = "https://github.com/latchset/jwcrypto/releases/tag/v${version}"; changelog = "https://github.com/latchset/jwcrypto/releases/tag/v${version}";
license = licenses.lgpl3Plus; license = licenses.lgpl3Plus;
maintainers = with maintainers; [ costrouc ]; maintainers = with maintainers; [ ];
}; };
} }

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