0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

animdl: unpin cssselect (#413426)

This commit is contained in:
dotlambda 2025-06-02 19:33:56 -07:00 committed by GitHub
commit 396c35b7c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 22 deletions

View file

@ -1,27 +1,12 @@
{
lib,
buildPythonApplication,
fetchFromGitHub,
poetry-core,
anchor-kr,
anitopy,
click,
cssselect,
httpx,
lxml,
packaging,
pkginfo,
pycryptodomex,
pyyaml,
regex,
rich,
tqdm,
yarl,
python3Packages,
}:
buildPythonApplication {
python3Packages.buildPythonApplication {
pname = "animdl";
version = "1.7.27";
format = "pyproject";
pyproject = true;
src = fetchFromGitHub {
owner = "justfoolingaround";
@ -34,7 +19,9 @@ buildPythonApplication {
pythonRemoveDeps = [
"comtypes" # windows only
];
pythonRelaxDeps = [
"cssselect"
"httpx"
"lxml"
"packaging"
@ -45,10 +32,11 @@ buildPythonApplication {
"yarl"
];
nativeBuildInputs = [
build-system = with python3Packages; [
poetry-core
];
propagatedBuildInputs = [
dependencies = with python3Packages; [
anchor-kr
anitopy
click

View file

@ -16931,8 +16931,6 @@ with pkgs;
yaziPlugins = recurseIntoAttrs (callPackage ../by-name/ya/yazi/plugins { });
animdl = python3Packages.callPackage ../applications/video/animdl { };
dillo = callPackage ../by-name/di/dillo/package.nix {
fltk = fltk13;
};