Matías Lang

Results 17 comments of Matías Lang

> is there no way to force an overwrite of dependency versions with pynixify? if you refer to overwriting the dependencies of dbt/dbt-core, there isn't a way right now. For...

Regarding py-spy, it only provides wheels and no source distributions. But unlike overpy2 (see #34), this library has a reason for that: it's written in Rust, so its build can...

(...) Resolving requests-kerberos>=0.8.0 (from PyPIPackage(attr=ticketutil, version=1.4.4)) warning: SQLite database '/nix/var/nix/db/db.sqlite' is busy these derivations will be built: /nix/store/p1i4v6xnl38v1533y0w1b4di1gr8vmjd-setup.py_data_6fi9wpflby462iv2x0qy6an1il5k7hvh-deprecation-2.drv error: all build users are currently in use; consider creating additional users...

The unreleased https://github.com/NixOS/nix/commit/04967dee9d08befe4661e6fa5da4a00da0538a13 change to Nix seems to make the change of 1ed2709900598419131e48d630b3644348945d7a redundant. When a new version of Nix is released, I'll revert this commit in order to reduce...

At the moment, pynixify doesn't handle projects with `setup.cfg`, since it will always try to parse the project's `setup.py` file, As a workaround to make pynixify work with projects depending...

> First off, awesome project, this makes it much easier to make Python packages which are upstreamable for Nixpkgs! I just used pynixify to generate and make a PR for...

> nixpkgs-pytools has python-package-init which modifies python-packages.nix. It seems to use a fairly basic method without truly parsing Nix code: https://github.com/nix-community/nixpkgs-pytools/blob/master/nixpkgs_pytools/output.py#L54 > > That's a bit hacky, but honestly it...