bikeshed: migrate to by-name

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer
2025-06-12 10:04:52 +02:00
parent 1424a3f54a
commit aeadb01a59
2 changed files with 4 additions and 39 deletions
@@ -1,43 +1,10 @@
{
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
-2
View File
@@ -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;
};