Unverified Commit 570a6ab2 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

bikeshed: migrate to by-name (#416066)

parents 9760b143 aeadb01a
Loading
Loading
Loading
Loading
+4 −37
Original line number Diff line number Diff line
{
  lib,
  buildPythonApplication,
  fetchPypi,
  # build inputs
  about-time,
  aiofiles,
  aiohttp,
  aiosignal,
  alive-progress,
  async-timeout,
  attrs,
  cddlparser,
  certifi,
  charset-normalizer,
  cssselect,
  frozenlist,
  html5lib,
  idna,
  isodate,
  json-home-client,
  kdl-py,
  lxml,
  multidict,
  pillow,
  pygments,
  requests,
  result,
  setuptools,
  six,
  tenacity,
  typing-extensions,
  uri-template,
  urllib3,
  webencodings,
  widlparser,
  yarl,
  python3Packages,
}:

buildPythonApplication rec {
python3Packages.buildPythonApplication rec {
  pname = "bikeshed";
  version = "5.2.0";
  pyproject = true;
@@ -47,11 +14,11 @@ buildPythonApplication rec {
    hash = "sha256-HUPkLEpwLRnrffUMN62WPqsZX2UsGqPfjEa91UMbUMM=";
  };

  build-system = [ setuptools ];
  build-system = [ python3Packages.setuptools ];

  pythonRelaxDeps = true;

  dependencies = [
  dependencies = with python3Packages; [
    about-time
    aiofiles
    aiohttp
+0 −2
Original line number Diff line number Diff line
@@ -1060,8 +1060,6 @@ with pkgs;
  auditwheel = with python3Packages; toPythonApplication auditwheel;
  bikeshed = python3Packages.callPackage ../applications/misc/bikeshed { };
  davinci-resolve-studio = callPackage ../by-name/da/davinci-resolve/package.nix {
    studioVariant = true;
  };