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";
homepage = "https://github.com/nschloe/accupy";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
maintainers = [ ];
};
}

View File

@ -34,6 +34,6 @@ buildPythonPackage rec {
description = "AMQP implementation using asyncio";
homepage = "https://github.com/polyconseil/aioamqp";
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";
homepage = "https://github.com/fantix/aiocontextvars";
license = licenses.bsd3;
maintainers = [ maintainers.costrouc ];
maintainers = [ ];
};
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -45,6 +45,6 @@ buildPythonPackage rec {
homepage = "https://github.com/jonathaneunice/ansiwrap";
changelog = "https://github.com/jonathaneunice/ansiwrap/blob/master/CHANGES.yml";
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";
homepage = "https://github.com/marshmallow-code/apispec";
license = licenses.mit;
maintainers = with maintainers; [ costrouc ];
maintainers = with maintainers; [ ];
};
}

View File

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

View File

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

View File

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

View File

@ -86,6 +86,6 @@ buildPythonPackage rec {
description = "Atomistic Manipulation Toolkit";
homepage = "https://github.com/usnistgov/atomman/";
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";
description = "Provides tools for working with pair and embedded atom method potential models including tabulation routines for DL_POLY and LAMMPS";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
maintainers = [ ];
};
}

View File

@ -52,6 +52,6 @@ buildPythonPackage rec {
homepage = "https://github.com/auth0/auth0-python";
changelog = "https://github.com/auth0/auth0-python/blob/${version}/CHANGELOG.md";
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";
homepage = "https://jupyter.org";
license = licenses.bsd3;
maintainers = [ maintainers.costrouc ];
maintainers = [ ];
};
}

View File

@ -53,6 +53,6 @@ buildPythonPackage rec {
description = "Band-structure interpolator and transport coefficient calculator";
homepage = "http://www.boltztrap.org/";
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
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";
homepage = "https://www.jcea.es/programacion/pybsddb.htm";
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";
description = "Command line interface for Bugzilla";
license = licenses.gpl2;
maintainers = [ maintainers.costrouc ];
maintainers = [ ];
};
}

View File

@ -69,6 +69,6 @@ buildPythonPackage rec {
homepage = "https://github.com/ionrock/cachecontrol";
changelog = "https://github.com/psf/cachecontrol/releases/tag/v${version}";
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";
homepage = "https://github.com/CadQuery/cadquery";
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";
changelog = "https://github.com/casbin/pycasbin/blob/v${version}/CHANGELOG.md";
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";
homepage = "https://github.com/inducer/cgen";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
maintainers = [ ];
};
}

View File

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

View File

@ -62,6 +62,6 @@ buildPythonPackage rec {
description = "Numerical Geometric Algebra Module";
homepage = "https://clifford.readthedocs.io";
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";
changelog = "https://github.com/cloudflare/python-cloudflare/blob/${version}/CHANGELOG.md";
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";
homepage = "https://github.com/CMA-ES/pycma";
license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ];
maintainers = with maintainers; [ ];
};
}

View File

@ -45,6 +45,6 @@ buildPythonPackage rec {
description = "Collection of perceptually uniform colormaps";
homepage = "https://colorcet.pyviz.org";
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";
description = "Build Web Services with Pyramid";
license = licenses.mpl20;
maintainers = [ maintainers.costrouc ];
maintainers = [ ];
};
}

View File

@ -39,6 +39,6 @@ buildPythonPackage rec {
homepage = "https://github.com/kiorky/croniter";
changelog = "https://github.com/kiorky/croniter/blob/${version}/CHANGELOG.rst";
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";
homepage = "https://gateway.dask.org/";
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";
homepage = "https://gateway.dask.org/";
license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ];
maintainers = with maintainers; [ ];
};
}

View File

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

View File

@ -48,6 +48,6 @@ buildPythonPackage rec {
description = "Distributed image processing";
homepage = "https://github.com/dask/dask-image";
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";
homepage = "https://github.com/dask/dask-jobqueue";
license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ];
maintainers = with maintainers; [ ];
};
}

View File

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

View File

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

View File

@ -77,7 +77,7 @@ buildPythonPackage rec {
homepage = "https://github.com/encode/databases";
changelog = "https://github.com/encode/databases/releases/tag/${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ];
maintainers = with maintainers; [ ];
# https://github.com/encode/databases/issues/530
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";
homepage = "https://github.com/usnistgov/DataModelDict/";
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";
homepage = "https://datasette.io/";
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";
homepage = "https://datashader.org";
license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ];
maintainers = with maintainers; [ ];
};
}

View File

@ -30,6 +30,6 @@ buildPythonPackage rec {
homepage = "https://github.com/micheles/decorator";
description = "Better living through Python with decorators";
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";
homepage = "http://www.grantjenks.com/docs/diskcache/";
license = licenses.asl20;
maintainers = with maintainers; [ costrouc ];
maintainers = with maintainers; [ ];
};
}

View File

@ -78,6 +78,6 @@ buildPythonPackage rec {
homepage = "https://distributed.readthedocs.io/";
changelog = "https://github.com/dask/distributed/blob/${version}/docs/source/changelog.rst";
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";
homepage = "https://github.com/migonzalvar/dj-email-url";
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";
description = "Use Search URLs in your Django Haystack Application";
license = licenses.bsd0;
maintainers = [ maintainers.costrouc ];
maintainers = [ ];
};
}

View File

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

View File

@ -60,6 +60,6 @@ buildPythonPackage rec {
description = "A helper for organizing Django settings";
homepage = "https://django-configurations.readthedocs.io/";
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";
homepage = "https://jupyter.org";
license = licenses.bsd3;
maintainers = [ maintainers.costrouc ];
maintainers = [ ];
};
}

View File

@ -28,6 +28,6 @@ buildPythonPackage rec {
description = "Python package for docstring repetition";
homepage = "https://github.com/Chilipp/docrep";
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";
homepage = "https://github.com/sunpy/drms";
license = licenses.bsd2;
maintainers = with maintainers; [ costrouc ];
maintainers = with maintainers; [ ];
};
}

View File

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

View File

@ -40,6 +40,6 @@ buildPythonPackage rec {
description = "Pythonic remote execution";
homepage = "https://www.fabfile.org/";
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";
homepage = "https://github.com/pythonforfacebook/facebook-sdk";
license = licenses.asl20 ;
maintainers = [ maintainers.costrouc ];
maintainers = [ ];
};
}

View File

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

View File

@ -62,6 +62,6 @@ buildPythonPackage rec {
description = "A Finite Volume PDE Solver Using Python";
changelog = "https://github.com/usnistgov/fipy/blob/${version}/CHANGELOG.rst";
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/";
changelog = "https://github.com/flask-admin/flask-admin/releases/tag/v${version}";
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/";
changelog = "https://github.com/dpgaspar/Flask-AppBuilder/blob/v${version}/CHANGELOG.rst";
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
broken = true;
};

View File

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

View File

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

View File

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

View File

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

View File

@ -155,6 +155,6 @@ buildPythonPackage rec {
homepage = "https://github.com/fsspec/filesystem_spec";
changelog = "https://github.com/fsspec/filesystem_spec/raw/${version}/docs/source/changelog.rst";
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";
homepage = "https://github.com/inducer/genpy";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
maintainers = [ ];
};
}

View File

@ -49,6 +49,6 @@ buildPythonPackage rec {
description = "An async GitHub API library";
homepage = "https://github.com/brettcannon/gidgethub";
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";
homepage = "https://github.com/miracle2k/python-glob2/";
license = licenses.bsd3;
maintainers = [ maintainers.costrouc ];
maintainers = [ ];
};
}

View File

@ -61,6 +61,6 @@ buildPythonPackage rec {
homepage = "https://github.com/quintusdias/glymur";
changelog = "https://github.com/quintusdias/glymur/blob/v${version}/CHANGES.txt";
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";
changelog = "https://github.com/googleapis/python-bigtable/blob/v${version}/CHANGELOG.md";
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";
homepage = "https://grpc.io";
license = licenses.asl20;
maintainers = [ maintainers.costrouc ];
maintainers = [ ];
};
}

View File

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

View File

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

View File

@ -47,6 +47,6 @@ buildPythonPackage rec {
description = "Python data analysis and visualization seamless and simple";
homepage = "https://www.holoviews.org/";
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";
license = licenses.bsdOriginal;
platforms = [ "x86_64-linux" ];
maintainers = [ maintainers.costrouc ];
maintainers = [ ];
};
}

View File

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

View File

@ -65,6 +65,6 @@ buildPythonPackage rec {
description = "Instant coding answers via the command line";
homepage = "https://github.com/gleitz/howdoi";
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";
homepage = "https://github.com/sethmlarson/hstspreload";
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";
homepage = "https://github.com/MagicStack/httptools";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
maintainers = [ ];
};
}

View File

@ -125,6 +125,6 @@ buildPythonPackage rec {
description = "The next generation HTTP client";
homepage = "https://github.com/encode/httpx";
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";
changelog = "https://github.com/holoviz/hvplot/releases/tag/v${version}";
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";
changelog = "https://github.com/ibis-project/ibis/blob/${version}/docs/release_notes.md";
license = licenses.asl20;
maintainers = with maintainers; [ costrouc cpcloud ];
maintainers = with maintainers; [ cpcloud ];
};
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -59,6 +59,6 @@ buildPythonPackage rec {
description = "Turn code repositories into Jupyter enabled Docker Images";
homepage = "https://repo2docker.readthedocs.io/";
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";
homepage = "https://github.com/jupyterhub/systemdspawner";
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";
license = with licenses; [ bsd3 ];
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/";
changelog = "https://github.com/jupyterlab/jupyterlab_server/blob/v${version}/CHANGELOG.md";
license = licenses.bsdOriginal;
maintainers = with maintainers; [ costrouc ];
maintainers = with maintainers; [ ];
};
}

View File

@ -32,6 +32,6 @@ buildPythonPackage rec {
homepage = "https://github.com/latchset/jwcrypto";
changelog = "https://github.com/latchset/jwcrypto/releases/tag/v${version}";
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